Skip to content

Commit

Permalink
Updated to Godot 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Dieguez committed Jan 21, 2021
1 parent 1198f58 commit 0d641d3
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 97 deletions.
2 changes: 1 addition & 1 deletion game/content/base/globals.gd
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ extends Node
const SPEED = 800

var music_enabled = true
var sound_enabled = true
var sound_enabled = true
2 changes: 1 addition & 1 deletion game/content/base/startup.gd
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ func _on_OptionsMenu_options_back():
func _end_splash():
menu_state=1
$SplashScreens/anima.stop()
_display_menu()
_display_menu()
14 changes: 3 additions & 11 deletions game/content/base/startup.tscn
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,15 @@
[ext_resource path="res://content/ui/menus/options/OptionsMenu.tscn" type="PackedScene" id=4]

[node name="World" type="Node"]

script = ExtResource( 1 )

[node name="SplashScreens" parent="." index="0" instance=ExtResource( 2 )]

[node name="TitleMenu" parent="." index="1" instance=ExtResource( 3 )]
[node name="SplashScreens" parent="." instance=ExtResource( 2 )]

[node name="TitleMenu" parent="." instance=ExtResource( 3 )]
visible = false

[node name="OptionsMenu" parent="." index="2" instance=ExtResource( 4 )]

[node name="OptionsMenu" parent="." instance=ExtResource( 4 )]
visible = false

[connection signal="finished_Loop" from="SplashScreens" to="." method="_on_SplashScreens_finished_Loop"]

[connection signal="menu_activated" from="TitleMenu" to="." method="_on_TitleMenu_menu_activated"]

[connection signal="options_back" from="OptionsMenu" to="." method="_on_OptionsMenu_options_back"]


5 changes: 5 additions & 0 deletions game/content/dev/boot-splash/boot-splash.png.import
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
importer="texture"
type="StreamTexture"
path="res://.import/boot-splash.png-87dc077926319ee89d77a1b000f12218.stex"
metadata={
"vram_texture": false
}

[deps]

Expand All @@ -14,6 +17,7 @@ dest_files=[ "res://.import/boot-splash.png-87dc077926319ee89d77a1b000f12218.ste
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
Expand All @@ -23,6 +27,7 @@ flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
Expand Down
5 changes: 5 additions & 0 deletions game/content/dev/icons-base/icon.png.import
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
importer="texture"
type="StreamTexture"
path="res://.import/icon.png-ec8b107024373b54fb7d45b0fe8476e5.stex"
metadata={
"vram_texture": false
}

[deps]

Expand All @@ -14,6 +17,7 @@ dest_files=[ "res://.import/icon.png-ec8b107024373b54fb7d45b0fe8476e5.stex" ]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
Expand All @@ -23,6 +27,7 @@ flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
Expand Down
83 changes: 0 additions & 83 deletions game/content/environment/default_env.tres
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,101 +1,18 @@
[gd_resource type="Environment" load_steps=2 format=2]

[sub_resource type="ProceduralSky" id=1]

radiance_size = 4
sky_top_color = Color( 0.0470588, 0.454902, 0.976471, 1 )
sky_horizon_color = Color( 0.556863, 0.823529, 0.909804, 1 )
sky_curve = 0.25
sky_energy = 1.0
ground_bottom_color = Color( 0.101961, 0.145098, 0.188235, 1 )
ground_horizon_color = Color( 0.482353, 0.788235, 0.952941, 1 )
ground_curve = 0.01
ground_energy = 1.0
sun_color = Color( 1, 1, 1, 1 )
sun_latitude = 35.0
sun_longitude = 0.0
sun_angle_min = 1.0
sun_angle_max = 100.0
sun_curve = 0.05
sun_energy = 16.0
texture_size = 2

[resource]

background_mode = 2
background_sky = SubResource( 1 )
background_sky_custom_fov = 0.0
background_color = Color( 0, 0, 0, 1 )
background_energy = 1.0
background_canvas_max_layer = 0
ambient_light_color = Color( 0, 0, 0, 1 )
ambient_light_energy = 1.0
ambient_light_sky_contribution = 1.0
fog_enabled = false
fog_color = Color( 0.5, 0.6, 0.7, 1 )
fog_sun_color = Color( 1, 0.9, 0.7, 1 )
fog_sun_amount = 0.0
fog_depth_enabled = true
fog_depth_begin = 10.0
fog_depth_curve = 1.0
fog_transmit_enabled = false
fog_transmit_curve = 1.0
fog_height_enabled = false
fog_height_min = 0.0
fog_height_max = 100.0
fog_height_curve = 1.0
tonemap_mode = 0
tonemap_exposure = 1.0
tonemap_white = 1.0
auto_exposure_enabled = false
auto_exposure_scale = 0.4
auto_exposure_min_luma = 0.05
auto_exposure_max_luma = 8.0
auto_exposure_speed = 0.5
ss_reflections_enabled = false
ss_reflections_max_steps = 64
ss_reflections_fade_in = 0.15
ss_reflections_fade_out = 2.0
ss_reflections_depth_tolerance = 0.2
ss_reflections_roughness = true
ssao_enabled = false
ssao_radius = 1.0
ssao_intensity = 1.0
ssao_radius2 = 0.0
ssao_intensity2 = 1.0
ssao_bias = 0.01
ssao_light_affect = 0.0
ssao_color = Color( 0, 0, 0, 1 )
ssao_quality = 0
ssao_blur = 3
ssao_edge_sharpness = 4.0
dof_blur_far_enabled = false
dof_blur_far_distance = 10.0
dof_blur_far_transition = 5.0
dof_blur_far_amount = 0.1
dof_blur_far_quality = 1
dof_blur_near_enabled = false
dof_blur_near_distance = 2.0
dof_blur_near_transition = 1.0
dof_blur_near_amount = 0.1
dof_blur_near_quality = 1
glow_enabled = false
glow_levels/1 = false
glow_levels/2 = false
glow_levels/3 = true
glow_levels/4 = false
glow_levels/5 = true
glow_levels/6 = false
glow_levels/7 = false
glow_intensity = 0.8
glow_strength = 1.0
glow_bloom = 0.0
glow_blend_mode = 2
glow_hdr_threshold = 1.0
glow_hdr_scale = 2.0
glow_bicubic_upscale = false
adjustment_enabled = false
adjustment_brightness = 1.0
adjustment_contrast = 1.0
adjustment_saturation = 1.0

5 changes: 5 additions & 0 deletions game/content/ui/menus/options/options.png.import
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
importer="texture"
type="StreamTexture"
path="res://.import/options.png-858dff1e3873a595be91da2a972baebf.stex"
metadata={
"vram_texture": false
}

[deps]

Expand All @@ -14,6 +17,7 @@ dest_files=[ "res://.import/options.png-858dff1e3873a595be91da2a972baebf.stex" ]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
Expand All @@ -23,6 +27,7 @@ flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
Expand Down
5 changes: 5 additions & 0 deletions game/content/ui/menus/splash/splash001.png.import
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
importer="texture"
type="StreamTexture"
path="res://.import/splash001.png-81dd5e5856fd60b06b13adc79e7c391a.stex"
metadata={
"vram_texture": false
}

[deps]

Expand All @@ -14,6 +17,7 @@ dest_files=[ "res://.import/splash001.png-81dd5e5856fd60b06b13adc79e7c391a.stex"
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
Expand All @@ -23,6 +27,7 @@ flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
Expand Down
5 changes: 5 additions & 0 deletions game/content/ui/menus/splash/splash002.png.import
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
importer="texture"
type="StreamTexture"
path="res://.import/splash002.png-03023fc9a8d0924dbbed8650ccae1598.stex"
metadata={
"vram_texture": false
}

[deps]

Expand All @@ -14,6 +17,7 @@ dest_files=[ "res://.import/splash002.png-03023fc9a8d0924dbbed8650ccae1598.stex"
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
Expand All @@ -23,6 +27,7 @@ flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
Expand Down
5 changes: 5 additions & 0 deletions game/content/ui/menus/title/title-bg.png.import
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
importer="texture"
type="StreamTexture"
path="res://.import/title-bg.png-9b747e41286571520e559b58a013ee5a.stex"
metadata={
"vram_texture": false
}

[deps]

Expand All @@ -14,6 +17,7 @@ dest_files=[ "res://.import/title-bg.png-9b747e41286571520e559b58a013ee5a.stex"
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
Expand All @@ -23,6 +27,7 @@ flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
Expand Down
9 changes: 8 additions & 1 deletion game/project.godot
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@
; [section] ; section goes between []
; param=value ; assign values to parameters

config_version=3
config_version=4

_global_script_classes=[ ]
_global_script_class_icons={

}

[application]

config/name="Godot Starter Template"
config/description="This package pretends to provide a startup point on how to structure projects using the Godot Game engine"
run/main_scene="res://content/base/startup.tscn"
boot_splash/image="res://content/dev/boot-splash/boot-splash.png"
config/icon="res://content/dev/icons-base/icon.png"
Expand All @@ -25,6 +31,7 @@ window/size/width=1280
window/size/height=720
window/size/resizable=false
window/size/always_on_top=true
window/stretch/aspect="keep_height"

[locale]

Expand Down

0 comments on commit 0d641d3

Please sign in to comment.