Mobile tweaks, Godot 3.6
This commit is contained in:
parent
9dd6d30c71
commit
019a2752c4
8 changed files with 10 additions and 9 deletions
|
@ -208,6 +208,7 @@ _global_script_class_icons={
|
|||
|
||||
config/name="OneEleven"
|
||||
run/main_scene="res://scenes/LoadingScene.tscn"
|
||||
boot_splash/show_image=false
|
||||
boot_splash/image="res://resources/graphics/logo/splashScreen.png"
|
||||
boot_splash/bg_color=Color( 0.141176, 0.141176, 0.141176, 1 )
|
||||
config/icon="res://resources/graphics/logo/1.webp"
|
||||
|
@ -248,7 +249,7 @@ enabled=PoolStringArray( "res://addons/dialogic/plugin.cfg", "res://addons/godot
|
|||
dialogic_default_action={
|
||||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777221,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":true,"doubleclick":false,"script":null)
|
||||
, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"doubleclick":false,"script":null)
|
||||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":88,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
||||
|
@ -262,10 +263,6 @@ locale_filter=[ 1, [ "en", "ru" ] ]
|
|||
translation_remaps={
|
||||
}
|
||||
|
||||
[mono]
|
||||
|
||||
project/assembly_name="OneEleven"
|
||||
|
||||
[physics]
|
||||
|
||||
common/physics_fps=1
|
||||
|
@ -289,5 +286,7 @@ quality/shadow_atlas/quadrant_3_subdiv=0
|
|||
quality/shadows/filter_mode=0
|
||||
quality/reflections/texture_array_reflections=false
|
||||
quality/reflections/high_quality_ggx=false
|
||||
gles3/shaders/shader_cache_size_mb.mobile=512
|
||||
gles3/shaders/shader_cache_size_mb.web=512
|
||||
environment/default_clear_color=Color( 0, 0, 0, 1 )
|
||||
environment/default_environment="res://default_env.tres"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue