2022-10-01 12:52:55 +02: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="The Tower"
|
|
|
|
config/description="A really simple (and visually strange) demonstration project for Voxelman."
|
|
|
|
run/main_scene="res://scenes/Main.tscn"
|
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/fullscreen=true
|
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
move_left={
|
|
|
|
"deadzone": 0.5,
|
2024-09-20 08:01:26 +02:00
|
|
|
"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,"physical_scancode":0,"unicode":0,"echo":false,"action_match_force_exact":false,"script":null)
|
2022-10-01 12:52:55 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
move_right={
|
|
|
|
"deadzone": 0.5,
|
2024-09-20 08:01:26 +02:00
|
|
|
"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,"physical_scancode":0,"unicode":0,"echo":false,"action_match_force_exact":false,"script":null)
|
2022-10-01 12:52:55 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
move_forward={
|
|
|
|
"deadzone": 0.5,
|
2024-09-20 08:01:26 +02:00
|
|
|
"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":87,"physical_scancode":0,"unicode":0,"echo":false,"action_match_force_exact":false,"script":null)
|
2022-10-01 12:52:55 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
move_backward={
|
|
|
|
"deadzone": 0.5,
|
2024-09-20 08:01:26 +02:00
|
|
|
"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":83,"physical_scancode":0,"unicode":0,"echo":false,"action_match_force_exact":false,"script":null)
|
2022-10-01 12:52:55 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
move_sprint={
|
|
|
|
"deadzone": 0.5,
|
2024-09-20 08:01:26 +02:00
|
|
|
"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":16777237,"physical_scancode":0,"unicode":0,"echo":false,"action_match_force_exact":false,"script":null)
|
2022-10-01 12:52:55 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
move_jump={
|
|
|
|
"deadzone": 0.5,
|
2024-09-20 08:01:26 +02:00
|
|
|
"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,"physical_scancode":0,"unicode":0,"echo":false,"action_match_force_exact":false,"script":null)
|
2022-10-01 12:52:55 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
restart={
|
|
|
|
"deadzone": 0.5,
|
2024-09-20 08:01:26 +02:00
|
|
|
"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,"physical_scancode":0,"unicode":0,"echo":false,"action_match_force_exact":false,"script":null)
|
2022-10-01 12:52:55 +02:00
|
|
|
]
|
|
|
|
}
|