Skip to content

Commit

Permalink
Update version and export presets
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas7770 committed Mar 1, 2022
1 parent 67a546a commit 8eed817
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="build/runjump_030.apk"
export_path="build/runjump_040.apk"
script_export_mode=1
script_encryption_key=""

Expand All @@ -28,25 +28,31 @@ keystore/release="./runjump.keystore"
keystore/release_user="runjump"
keystore/release_password="tomasrunjump0"
one_click_deploy/clear_previous_install=true
version/code=18
version/name="0.3.0"
version/code=24
version/name="0.4.0"
version/min_sdk=19
version/target_sdk=30
package/unique_name="com.tomas7.runjump"
package/name="RunJump"
package/signed=true
package/classify_as_game=true
package/retain_data_on_uninstall=false
package/exclude_from_recents=false
launcher_icons/main_192x192=""
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
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=true
command_line/extra_args=""
apk_expansion/enable=false
apk_expansion/SALT=""
Expand Down Expand Up @@ -207,7 +213,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="build/runjump_030.exe"
export_path="build/runjump_040.exe"
script_export_mode=1
script_encryption_key=""

Expand All @@ -232,8 +238,8 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon="res://graphics/gicon.ico"
application/file_version="0.3.0"
application/product_version="0.3.0"
application/file_version="0.4.0"
application/product_version="0.4.0"
application/company_name="tomas7777"
application/product_name="RunJump"
application/file_description="RunJump"
Expand Down
2 changes: 1 addition & 1 deletion scenes/GlobalVariables.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends Node

signal on_pause

const GAME_VERSION = "v0.4.0 Beta"
const GAME_VERSION = "v0.4.0"
enum DIFFICULTY {NORMAL, EASY, FAST}
const DIFFICULTY_STRINGS = {
DIFFICULTY.NORMAL:"Normal",
Expand Down

0 comments on commit 8eed817

Please sign in to comment.