1
0
Fork 0
Cleanomancer/project.godot

124 lines
5.5 KiB
Plaintext
Raw Permalink Normal View History

2021-04-24 21:35:17 +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=[ {
2021-04-27 00:11:43 +02:00
"base": "Node2D",
"class": "Game",
"language": "GDScript",
"path": "res://Script/Game.gd"
}, {
"base": "TileMap",
"class": "Level",
"language": "GDScript",
2021-04-25 23:52:18 +02:00
"path": "res://Script/Level.gd"
2021-04-25 19:44:16 +02:00
}, {
"base": "Area2D",
"class": "Player",
"language": "GDScript",
2021-04-25 23:52:18 +02:00
"path": "res://Script/Player.gd"
} ]
_global_script_class_icons={
2021-04-27 00:11:43 +02:00
"Game": "",
2021-04-25 19:44:16 +02:00
"Level": "",
"Player": ""
}
2021-04-24 21:35:17 +02:00
[application]
2021-04-26 19:21:36 +02:00
config/name="Ariel Cleanomancer and the Eldritch Sweep"
2021-04-27 01:20:28 +02:00
run/main_scene="res://Scenes/MainMenu.tscn"
2021-04-27 01:29:23 +02:00
boot_splash/image="res://Textures/title-screen.png"
config/icon="res://Textures/logo.png"
config/macos_native_icon="res://Textures/logo.png"
2021-04-27 21:51:18 +02:00
config/windows_native_icon="res://Textures/logo.ico"
2021-04-24 21:35:17 +02:00
2021-04-25 17:36:50 +02:00
[audio]
2021-04-25 18:15:30 +02:00
default_bus_layout="res://bus_layout.tres"
2021-04-25 17:36:50 +02:00
2021-04-25 01:40:33 +02:00
[display]
window/size/width=1920
window/size/height=1080
2021-04-25 02:00:56 +02:00
window/dpi/allow_hidpi=true
window/stretch/mode="2d"
window/stretch/aspect="keep"
2021-04-25 01:40:33 +02:00
2021-04-25 02:37:12 +02:00
[input]
2021-04-26 15:57:36 +02:00
ui_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":16777231,"unicode":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null)
]
}
ui_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":16777233,"unicode":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null)
]
}
ui_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":16777232,"unicode":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null)
]
}
ui_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":16777234,"unicode":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null)
]
}
2021-04-25 02:37:12 +02:00
lock_move={
"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":16777238,"unicode":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null)
]
}
2021-04-25 16:16:48 +02:00
dash={
"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(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
]
}
2021-04-25 23:32:24 +02:00
whoosh={
"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":69,"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)
]
}
2021-04-26 01:44:38 +02:00
reset={
"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)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
]
}
2021-04-27 21:22:03 +02:00
undo={
"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":90,"unicode":0,"echo":false,"script":null)
]
}
2021-04-25 02:37:12 +02:00
2021-04-24 21:35:17 +02:00
[physics]
common/enable_pause_aware_picking=true
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
2021-04-26 13:59:53 +02:00
environment/default_clear_color=Color( 0.054902, 0.0745098, 0.152941, 1 )