You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
127 lines
5.3 KiB
127 lines
5.3 KiB
; Engine configuration file. |
|
; It's best edited using the editor UI and not directly, |
|
; since the parameters that go here are not all obvious. |
|
; |
|
; Format: |
|
; [section] ; section goes between [] |
|
; param=value ; assign values to parameters |
|
|
|
config_version=4 |
|
|
|
_global_script_classes=[ ] |
|
_global_script_class_icons={ |
|
} |
|
|
|
[application] |
|
|
|
config/name="YourFortV" |
|
run/main_scene="res://scene/ClientScene.tscn" |
|
config/use_custom_user_dir=true |
|
config/custom_user_dir_name="YourFortV" |
|
boot_splash/image="res://gfx/icon.png" |
|
boot_splash/use_filter=false |
|
config/icon="res://gfx/icon.png" |
|
|
|
[display] |
|
|
|
window/size/width=1280 |
|
window/size/height=720 |
|
window/stretch/mode="viewport" |
|
|
|
[global] |
|
|
|
layer=false |
|
exce=false |
|
|
|
[importer_defaults] |
|
|
|
texture={ |
|
"compress/bptc_ldr": 0, |
|
"compress/hdr_mode": 0, |
|
"compress/lossy_quality": 0.7, |
|
"compress/mode": 0, |
|
"compress/normal_map": 0, |
|
"detect_3d": false, |
|
"flags/anisotropic": false, |
|
"flags/filter": false, |
|
"flags/mipmaps": false, |
|
"flags/repeat": 0, |
|
"flags/srgb": 2, |
|
"process/HDR_as_SRGB": false, |
|
"process/fix_alpha_border": true, |
|
"process/invert_color": false, |
|
"process/premult_alpha": false, |
|
"size_limit": 0, |
|
"stream": false, |
|
"svg/scale": 1.0 |
|
} |
|
|
|
[input] |
|
|
|
move_left={ |
|
"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":65,"unicode":0,"echo":false,"script":null) |
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) |
|
] |
|
} |
|
move_right={ |
|
"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":68,"unicode":0,"echo":false,"script":null) |
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) |
|
] |
|
} |
|
move_jump={ |
|
"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":32,"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":87,"unicode":0,"echo":false,"script":null) |
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null) |
|
] |
|
} |
|
interact_primary={ |
|
"deadzone": 0.5, |
|
"events": [ 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":false,"doubleclick":false,"script":null) |
|
] |
|
} |
|
interact_secondary={ |
|
"deadzone": 0.5, |
|
"events": [ 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":2,"pressed":false,"doubleclick":false,"script":null) |
|
] |
|
} |
|
interact_reload={ |
|
"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":82,"unicode":0,"echo":false,"script":null) |
|
] |
|
} |
|
interact_select={ |
|
"deadzone": 0.5, |
|
"events": [ 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":3,"pressed":false,"doubleclick":false,"script":null) |
|
] |
|
} |
|
interact_select_dec={ |
|
"deadzone": 0.5, |
|
"events": [ 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":4,"pressed":false,"doubleclick":false,"script":null) |
|
] |
|
} |
|
interact_select_inc={ |
|
"deadzone": 0.5, |
|
"events": [ 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":5,"pressed":false,"doubleclick":false,"script":null) |
|
] |
|
} |
|
ui_menu={ |
|
"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":16777217,"unicode":0,"echo":false,"script":null) |
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) |
|
] |
|
} |
|
|
|
[layer_names] |
|
|
|
2d_physics/layer_1="players" |
|
2d_physics/layer_2="blocks" |
|
|
|
[rendering] |
|
|
|
2d/snapping/use_gpu_pixel_snap=true |
|
quality/filters/use_nearest_mipmap_filter=true |
|
quality/dynamic_fonts/use_oversampling=false |
|
quality/2d/use_pixel_snap=true
|
|
|