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-07-14 21:58:07 +02:00
|
|
|
_global_script_classes=[ {
|
|
|
|
"base": "Object",
|
|
|
|
"class": "SpringDamper",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://SpringDamper.gd"
|
|
|
|
} ]
|
2021-06-15 21:58:31 +02:00
|
|
|
_global_script_class_icons={
|
2021-07-14 21:58:07 +02:00
|
|
|
"SpringDamper": ""
|
2021-06-15 21:58:31 +02:00
|
|
|
}
|
|
|
|
|
2021-06-12 17:48:58 +02:00
|
|
|
[application]
|
|
|
|
|
2021-07-11 22:25:15 +02:00
|
|
|
config/name="Pirate Treasure Hunt"
|
|
|
|
run/main_scene="res://scenes/Game.tscn"
|
2021-07-18 16:56:18 +02:00
|
|
|
config/icon="res://assets/pirate.svg"
|
2021-06-12 17:48:58 +02:00
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
2021-06-28 21:51:09 +02:00
|
|
|
HexTileDrawer="*res://scenes/HexTileDrawer.gd"
|
2021-07-18 16:28:30 +02:00
|
|
|
Globals="*res://Globals.gd"
|
2021-06-12 17:48:58 +02:00
|
|
|
|
|
|
|
[global]
|
|
|
|
|
|
|
|
view=false
|
2021-07-18 16:28:30 +02:00
|
|
|
android=false
|
|
|
|
export=false
|
2021-06-12 17:48:58 +02:00
|
|
|
|
|
|
|
[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)
|
2021-06-17 23:03:45 +02:00
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"unicode":0,"echo":false,"script":null)
|
2021-06-12 17:48:58 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
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)
|
2021-06-17 23:03:45 +02:00
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"unicode":0,"echo":false,"script":null)
|
2021-06-12 17:48:58 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
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)
|
2021-06-17 23:03:45 +02:00
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"unicode":0,"echo":false,"script":null)
|
2021-06-12 17:48:58 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
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)
|
2021-06-17 23:03:45 +02:00
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"unicode":0,"echo":false,"script":null)
|
2021-06-12 17:48:58 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
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]
|
|
|
|
|
2021-06-28 22:39:27 +02:00
|
|
|
environment/default_clear_color=Color( 0.0745098, 0.388235, 0.576471, 1 )
|
2021-06-12 17:48:58 +02:00
|
|
|
environment/default_environment="res://default_env.tres"
|