diff --git a/export_presets.cfg b/export_presets.cfg index f4605e4..6c4f742 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -8,7 +8,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../../../../../../run/user/1016/gvfs/smb-share:server=canaima.casa.vm,share=turpial/00_casavm/12_pDasher/builds/pDash_v0.1.x86_64" +export_path="../builds/pDash_v0.1.x86_64" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -19,7 +19,7 @@ encrypt_directory=false custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 -binary_format/embed_pck=false +binary_format/embed_pck=true texture_format/bptc=true texture_format/s3tc=true texture_format/etc=false diff --git a/project.godot b/project.godot index eb1f209..d851013 100644 --- a/project.godot +++ b/project.godot @@ -47,4 +47,5 @@ debug={ [rendering] textures/canvas_textures/default_texture_filter=0 +renderer/rendering_method="mobile" textures/vram_compression/import_etc2_astc=true diff --git a/scenes/main.tscn b/scenes/main.tscn index 55d486e..0de8178 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -15,5 +15,6 @@ one_shot = true [node name="Level" parent="." instance=ExtResource("3_wx6ne")] [node name="CRT_Overlay" parent="." instance=ExtResource("2_xf15f")] +visible = false [connection signal="timeout" from="Timer" to="." method="_on_timeout"] diff --git a/scenes/main1.tscn b/scenes/main1.tscn index 1a6b1b6..32243f5 100644 --- a/scenes/main1.tscn +++ b/scenes/main1.tscn @@ -15,5 +15,6 @@ one_shot = true [node name="Level" parent="." instance=ExtResource("2_xjpi1")] [node name="CRT_Overlay" parent="." instance=ExtResource("2_onw3m")] +visible = false [connection signal="timeout" from="Timer" to="." method="_on_timeout"]