2021-06-12 17:48:58 +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
|
|
|
|
|
2021-06-15 21:58:31 +02:00
|
|
|
_global_script_classes=[ ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2021-06-12 17:48:58 +02:00
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="LilPirateTreasureHunt"
|
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Globals="*res://Globals.gd"
|
|
|
|
|
|
|
|
[global]
|
|
|
|
|
|
|
|
view=false
|
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
walk_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":85,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
walk_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":65,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
walk_up={
|
|
|
|
"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":86,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
walk_down={
|
|
|
|
"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":73,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
interact={
|
|
|
|
"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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
[physics]
|
|
|
|
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
environment/default_environment="res://default_env.tres"
|