Skip to content

Commit

Permalink
Updated export presets template. Floating bellybutton bug.
Browse files Browse the repository at this point in the history
Updated the export presets for Godot 3.3. Some fields were removed
(patch_list) and others were added (canvas_resize_policy).

Fixed bug where bellybuttons were visible while sprinting. (The creature
would have a disembodied bellybutton beneath their head, it was...
strange.)
  • Loading branch information
Poobslag committed Apr 25, 2021
1 parent ed39b1b commit 2e22e0d
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 207 deletions.
70 changes: 35 additions & 35 deletions project/export_presets.cfg.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ 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
binary_format/64_bits=true
binary_format/embed_pck=false
custom_template/release=""
custom_template/debug=""
codesign/enable=false
codesign/identity_type=0
codesign/identity=""
Expand Down Expand Up @@ -57,15 +57,15 @@ script_encryption_key=""

[preset.1.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
binary_format/64_bits=true
binary_format/embed_pck=false
custom_template/release=""
custom_template/debug=""

[preset.2]

Expand All @@ -77,7 +77,6 @@ export_filter="all_resources"
include_filter="*.chat, *.json, *.txt"
exclude_filter="src/test/*, src/demo/*, assets/test/*, assets/demo/*"
export_path="export/mac-osx/turbofat-ios-v##VERSION##.zip"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""

Expand Down Expand Up @@ -110,18 +109,20 @@ export_filter="all_resources"
include_filter="*.chat, *.json, *.txt"
exclude_filter="src/test/*, src/demo/*, assets/test/*, assets/demo/*"
export_path="export/html5/turbofat.html"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""

[preset.3.options]

custom_template/debug=""
custom_template/release=""
variant/export_type=0
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/custom_html_shell=""
html/head_include=""
custom_template/release=""
custom_template/debug=""
html/canvas_resize_policy=2
html/experimental_virtual_keyboard=false

[preset.4]

Expand All @@ -133,50 +134,49 @@ export_filter="all_resources"
include_filter="*.chat, *.json, *.txt"
exclude_filter="src/test/*, src/demo/*, assets/test/*, assets/demo/*"
export_path="export/android/turbofat-android-v##VERSION##.apk"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""

[preset.4.options]

graphics/32_bits_framebuffer=true
xr_features/xr_mode=0
xr_features/degrees_of_freedom=0
xr_features/hand_tracking=0
xr_features/focus_awareness=false
one_click_deploy/clear_previous_install=false
custom_template/debug=""
custom_template/release=""
custom_template/use_custom_build=false
command_line/extra_args=""
custom_template/export_format=0
architectures/armeabi-v7a=true
architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
keystore/debug="../secrets/android.debug.keystore"
keystore/debug_user="androiddebugkey"
keystore/debug_password="android"
keystore/release="../secrets/android.release.keystore"
keystore/release_user="poobslag"
keystore/release_password="##ANDROID_KEYSTORE_RELEASE_PASSWORD##"
one_click_deploy/clear_previous_install=false
version/code=1
version/name="##VERSION##"
package/unique_name="com.poobslag.turbofat"
package/name="Turbo Fat"
package/signed=true
launcher_icons/main_192x192="res://assets/main/ui/icon.png"
launcher_icons/adaptive_foreground_432x432=""
launcher_icons/adaptive_background_432x432=""
graphics/32_bits_framebuffer=true
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
screen/immersive_mode=true
screen/orientation=0
screen/support_small=true
screen/support_normal=true
screen/support_large=true
screen/support_xlarge=true
screen/opengl_debug=false
launcher_icons/main_192x192="res://assets/main/ui/icon.png"
launcher_icons/adaptive_foreground_432x432=""
launcher_icons/adaptive_background_432x432=""
keystore/debug="../secrets/android.debug.keystore"
keystore/debug_user="androiddebugkey"
keystore/debug_password="android"
keystore/release="../secrets/android.release.keystore"
keystore/release_user="poobslag"
keystore/release_password="##ANDROID_KEYSTORE_RELEASE_PASSWORD##"
command_line/extra_args=""
apk_expansion/enable=false
apk_expansion/SALT=""
apk_expansion/public_key=""
architectures/armeabi-v7a=true
architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
permissions/custom_permissions=PoolStringArray( )
permissions/access_checkin_properties=false
permissions/access_coarse_location=false
Expand Down
Loading

0 comments on commit 2e22e0d

Please sign in to comment.