This commit is contained in:
Spencer Killen 2023-01-01 15:41:09 -07:00
parent 8a2dcbb8e4
commit bf2667176d
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
3 changed files with 44 additions and 1 deletions

42
godot/export_presets.cfg Normal file
View File

@ -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=""

View File

@ -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]

View File

@ -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 )