diff --git a/export_presets.cfg b/export_presets.cfg index 551c491..f71519d 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -18,10 +18,20 @@ custom_template/release="" variant/export_type=0 vram_texture_compression/for_desktop=false vram_texture_compression/for_mobile=true +html/export_icon=true html/custom_html_shell="" html/head_include="" html/canvas_resize_policy=2 +html/focus_canvas_on_start=true 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] @@ -55,23 +65,29 @@ keystore/release_password="" one_click_deploy/clear_previous_install=false version/code=1 version/name="1.0" +version/min_sdk=19 +version/target_sdk=30 package/unique_name="org.godotengine.$genname" package/name="" 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/adaptive_foreground_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 xr_features/xr_mode=0 -xr_features/degrees_of_freedom=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/support_small=true screen/support_normal=true screen/support_large=true screen/support_xlarge=true +user_data_backup/allow=false command_line/extra_args="" apk_expansion/enable=false apk_expansion/SALT="" diff --git a/project.godot b/project.godot index 58e6572..80bdcd8 100644 --- a/project.godot +++ b/project.godot @@ -29,6 +29,10 @@ config/icon="res://assets/pirate.svg" HexTileDrawer="*res://scenes/HexTileDrawer.gd" Globals="*res://Globals.gd" +[debug] + +settings/stdout/print_fps=true + [display] window/stretch/mode="2d" diff --git a/scenes/Game.tscn b/scenes/Game.tscn index 487cf27..792776a 100644 --- a/scenes/Game.tscn +++ b/scenes/Game.tscn @@ -73,6 +73,7 @@ scale_curve = SubResource( 8 ) [node name="GameRoot" type="Node"] [node name="WaterNode" parent="." instance=ExtResource( 19 )] +visible = false position = Vector2( -102.276, -102.208 ) scale = Vector2( 50, 50 ) z_index = -5 @@ -296,6 +297,7 @@ __meta__ = { } [node name="DebugContainer" type="HBoxContainer" parent="World/UI"] +visible = false anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0