2020-08-29 14:36:49 +00:00
|
|
|
; 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="Ring of Races demo"
|
2020-09-21 13:18:10 +00:00
|
|
|
run/main_scene="res://Menu.tscn"
|
2020-08-29 14:36:49 +00:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2020-08-31 07:35:52 +00:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Global="*res://Global.tscn"
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/width=1234
|
|
|
|
window/size/resizable=false
|
|
|
|
window/stretch/mode="2d"
|
|
|
|
|
2020-08-29 14:36:49 +00:00
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PoolStringArray( "vnen.tiled_importer" )
|
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
move_left={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"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":65,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
move_right={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"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":68,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
move_up={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
move_down={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"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":83,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
[input_devices]
|
|
|
|
|
|
|
|
pointing/emulate_touch_from_mouse=true
|
|
|
|
|
|
|
|
[tiled_importer]
|
|
|
|
|
|
|
|
enable_json_format=true
|