diff --git a/godot/export_presets.cfg b/godot/export_presets.cfg new file mode 100644 index 0000000..5a4c730 --- /dev/null +++ b/godot/export_presets.cfg @@ -0,0 +1,42 @@ +[preset.0] + +name="Windows Desktop" +platform="Windows Desktop" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="../../Downloads/gb/Goodnight Jellybean.exe" +script_export_mode=1 +script_encryption_key="" + +[preset.0.options] + +custom_template/debug="" +custom_template/release="" +binary_format/64_bits=true +binary_format/embed_pck=false +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true +codesign/enable=false +codesign/identity_type=0 +codesign/identity="" +codesign/password="" +codesign/timestamp=true +codesign/timestamp_server_url="" +codesign/digest_algorithm=1 +codesign/description="" +codesign/custom_options=PoolStringArray( ) +application/modify_resources=true +application/icon="" +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="" +application/file_description="" +application/copyright="" +application/trademarks="" diff --git a/godot/project.godot b/godot/project.godot index a9d7cdf..5e9a255 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -12,6 +12,7 @@ config_version=4 config/name="Goodnight Jellybean" run/main_scene="res://screens/disclaimer.tscn" +boot_splash/show_image=false config/icon="res://icon.png" [autoload] diff --git a/godot/screens/disclaimer.tscn b/godot/screens/disclaimer.tscn index cfee0af..1f979e6 100644 --- a/godot/screens/disclaimer.tscn +++ b/godot/screens/disclaimer.tscn @@ -88,7 +88,7 @@ KB_ACTIONS_PER_SECOND = 6.0 interact_brightness = 100.0 [node name="Camera" type="Camera" parent="."] -transform = Transform( 0.710849, -0.253477, 0.656082, 0, 0.932803, 0.360388, -0.703345, -0.256181, 0.663082, 5.463, 4.002, 5.697 ) +transform = Transform( 0.707107, -0.0493253, 0.705384, 0, 0.997564, 0.0697565, -0.707107, -0.0493253, 0.705384, 5.463, 2.74401, 5.697 ) [node name="DirectionalLight" type="DirectionalLight" parent="."] transform = Transform( 0.969906, 0, 0.24348, 0, 1, 0, -0.24348, 0, 0.969906, -0.095212, 0.028264, 4.01219 )