godotstarter/project/project.godot
2019-01-09 20:47:05 -05:00

29 lines
898 B
Text

; 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=3
[application]
config/name="Anthony's Godot Template"
run/main_scene="res://scenes/TitleScn.tscn"
[autoload]
WinDialogs="*res://scenes/WinDialogs.tscn"
GameKit="*res://src/GameKit.gd"
[display]
window/size/resizable=false
[input]
ui_pause=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777217,"unicode":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null)
]