You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RPG_Prototype/project.godot

28 lines
586 B
Plaintext

3 years ago
; 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=5
[application]
config/name="RPG Prototype"
run/main_scene="res://Test Scenes/sandbox.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
3 years ago
config/icon="res://icon.svg"
[display]
window/size/viewport_width=1280
window/size/viewport_height=720
[file_customization]
folder_colors={
"res://Systems/Combat/": "teal"
}