Disabled water effects ...
parent
bd35e3171f
commit
deaaf43db9
|
@ -18,10 +18,20 @@ custom_template/release=""
|
||||||
variant/export_type=0
|
variant/export_type=0
|
||||||
vram_texture_compression/for_desktop=false
|
vram_texture_compression/for_desktop=false
|
||||||
vram_texture_compression/for_mobile=true
|
vram_texture_compression/for_mobile=true
|
||||||
|
html/export_icon=true
|
||||||
html/custom_html_shell=""
|
html/custom_html_shell=""
|
||||||
html/head_include=""
|
html/head_include=""
|
||||||
html/canvas_resize_policy=2
|
html/canvas_resize_policy=2
|
||||||
|
html/focus_canvas_on_start=true
|
||||||
html/experimental_virtual_keyboard=false
|
html/experimental_virtual_keyboard=false
|
||||||
|
progressive_web_app/enabled=false
|
||||||
|
progressive_web_app/offline_page=""
|
||||||
|
progressive_web_app/display=1
|
||||||
|
progressive_web_app/orientation=0
|
||||||
|
progressive_web_app/icon_144x144=""
|
||||||
|
progressive_web_app/icon_180x180=""
|
||||||
|
progressive_web_app/icon_512x512=""
|
||||||
|
progressive_web_app/background_color=Color( 0, 0, 0, 1 )
|
||||||
|
|
||||||
[preset.1]
|
[preset.1]
|
||||||
|
|
||||||
|
@ -55,23 +65,29 @@ keystore/release_password=""
|
||||||
one_click_deploy/clear_previous_install=false
|
one_click_deploy/clear_previous_install=false
|
||||||
version/code=1
|
version/code=1
|
||||||
version/name="1.0"
|
version/name="1.0"
|
||||||
|
version/min_sdk=19
|
||||||
|
version/target_sdk=30
|
||||||
package/unique_name="org.godotengine.$genname"
|
package/unique_name="org.godotengine.$genname"
|
||||||
package/name=""
|
package/name=""
|
||||||
package/signed=true
|
package/signed=true
|
||||||
|
package/classify_as_game=true
|
||||||
|
package/retain_data_on_uninstall=false
|
||||||
|
package/exclude_from_recents=false
|
||||||
launcher_icons/main_192x192="res://assets/icons/pirate_treasure_hunt_192x192.png"
|
launcher_icons/main_192x192="res://assets/icons/pirate_treasure_hunt_192x192.png"
|
||||||
launcher_icons/adaptive_foreground_432x432="res://assets/icons/pirate_treasure_hunt_432x432.png"
|
launcher_icons/adaptive_foreground_432x432="res://assets/icons/pirate_treasure_hunt_432x432.png"
|
||||||
launcher_icons/adaptive_background_432x432="res://assets/icons/pirate_treasure_hunt_432x432.png"
|
launcher_icons/adaptive_background_432x432="res://assets/icons/pirate_treasure_hunt_432x432.png"
|
||||||
graphics/32_bits_framebuffer=true
|
graphics/32_bits_framebuffer=false
|
||||||
graphics/opengl_debug=false
|
graphics/opengl_debug=false
|
||||||
xr_features/xr_mode=0
|
xr_features/xr_mode=0
|
||||||
xr_features/degrees_of_freedom=0
|
|
||||||
xr_features/hand_tracking=0
|
xr_features/hand_tracking=0
|
||||||
xr_features/focus_awareness=false
|
xr_features/hand_tracking_frequency=0
|
||||||
|
xr_features/passthrough=0
|
||||||
screen/immersive_mode=true
|
screen/immersive_mode=true
|
||||||
screen/support_small=true
|
screen/support_small=true
|
||||||
screen/support_normal=true
|
screen/support_normal=true
|
||||||
screen/support_large=true
|
screen/support_large=true
|
||||||
screen/support_xlarge=true
|
screen/support_xlarge=true
|
||||||
|
user_data_backup/allow=false
|
||||||
command_line/extra_args=""
|
command_line/extra_args=""
|
||||||
apk_expansion/enable=false
|
apk_expansion/enable=false
|
||||||
apk_expansion/SALT=""
|
apk_expansion/SALT=""
|
||||||
|
|
|
@ -29,6 +29,10 @@ config/icon="res://assets/pirate.svg"
|
||||||
HexTileDrawer="*res://scenes/HexTileDrawer.gd"
|
HexTileDrawer="*res://scenes/HexTileDrawer.gd"
|
||||||
Globals="*res://Globals.gd"
|
Globals="*res://Globals.gd"
|
||||||
|
|
||||||
|
[debug]
|
||||||
|
|
||||||
|
settings/stdout/print_fps=true
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
window/stretch/mode="2d"
|
window/stretch/mode="2d"
|
||||||
|
|
|
@ -73,6 +73,7 @@ scale_curve = SubResource( 8 )
|
||||||
[node name="GameRoot" type="Node"]
|
[node name="GameRoot" type="Node"]
|
||||||
|
|
||||||
[node name="WaterNode" parent="." instance=ExtResource( 19 )]
|
[node name="WaterNode" parent="." instance=ExtResource( 19 )]
|
||||||
|
visible = false
|
||||||
position = Vector2( -102.276, -102.208 )
|
position = Vector2( -102.276, -102.208 )
|
||||||
scale = Vector2( 50, 50 )
|
scale = Vector2( 50, 50 )
|
||||||
z_index = -5
|
z_index = -5
|
||||||
|
@ -296,6 +297,7 @@ __meta__ = {
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="DebugContainer" type="HBoxContainer" parent="World/UI"]
|
[node name="DebugContainer" type="HBoxContainer" parent="World/UI"]
|
||||||
|
visible = false
|
||||||
anchor_top = 1.0
|
anchor_top = 1.0
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
|
Loading…
Reference in New Issue