diff options
| author | dam <dam@gudinoff> | 2022-03-16 22:38:31 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-03-16 22:38:31 +0000 |
| commit | c0a3ea7ce588c3def40aae8253f5f88a7cea15ba (patch) | |
| tree | 30f03995414ffb6135d553f35beb3dc1f4097d5e | |
| parent | 9aff9cbc19c44b1b97cacf02dcdd8a54a0f02a76 (diff) | |
| download | surgery-log-c0a3ea7ce588c3def40aae8253f5f88a7cea15ba.tar.zst surgery-log-c0a3ea7ce588c3def40aae8253f5f88a7cea15ba.zip | |
Updated export config and touch_vertical_container nodes names.
| -rw-r--r-- | export_presets.cfg | 7 | ||||
| -rw-r--r-- | logic/database.gd | 2 | ||||
| -rw-r--r-- | touch_vertical_container/touch_vertical_container.tscn | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/export_presets.cfg b/export_presets.cfg index 06377bd..b515f71 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -7,7 +7,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="build/debug.apk" +export_path="build/surgery_log.apk" script_export_mode=1 script_encryption_key="" @@ -30,11 +30,14 @@ keystore/release_password="" one_click_deploy/clear_previous_install=false version/code=1 version/name="1.0" +version/min_sdk=19 +version/target_sdk=30 package/unique_name="com.gudinoff.$genname" package/name="" package/signed=true package/classify_as_game=false package/retain_data_on_uninstall=false +package/exclude_from_recents=false launcher_icons/main_192x192="res://icons/icon.png" launcher_icons/adaptive_foreground_432x432="res://icons/icon_foreground.png" launcher_icons/adaptive_background_432x432="res://icons/icon_background.png" @@ -42,6 +45,8 @@ graphics/32_bits_framebuffer=true graphics/opengl_debug=false xr_features/xr_mode=0 xr_features/hand_tracking=0 +xr_features/hand_tracking_frequency=0 +xr_features/passthrough=0 screen/immersive_mode=false screen/support_small=true screen/support_normal=true diff --git a/logic/database.gd b/logic/database.gd index 91328c5..c4482f4 100644 --- a/logic/database.gd +++ b/logic/database.gd @@ -43,7 +43,7 @@ func _notification(what: int): # active and above, and send the signal there. if visible == false || has_focus() == false: return - + if what == MainLoop.NOTIFICATION_WM_GO_BACK_REQUEST: if selected_idx >= 0: clear_selection() diff --git a/touch_vertical_container/touch_vertical_container.tscn b/touch_vertical_container/touch_vertical_container.tscn index 5a797d3..bdf9734 100644 --- a/touch_vertical_container/touch_vertical_container.tscn +++ b/touch_vertical_container/touch_vertical_container.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://touch_vertical_container/touch_vertical_container.gd" type="Script" id=1] -[node name="scroll_container" type="ScrollContainer"] +[node name="touch_vertical_container" type="ScrollContainer"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 |
