GodotCourse/week2/original_files/project.godot

25 lines
553 B
Plaintext
Raw Permalink Normal View History

2024-07-17 01:26:10 +00: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=5
[application]
2024-07-26 17:32:18 +00:00
config/name="Week2_OriginalFiles"
2024-07-17 01:26:10 +00:00
run/main_scene="res://scenes/game.tscn"
2024-08-26 12:10:20 +00:00
config/features=PackedStringArray("4.3", "Forward Plus")
2024-07-17 01:26:10 +00:00
config/icon="res://icon.svg"
[file_customization]
folder_colors={
"res://assets/": "green",
"res://scenes/": "yellow",
"res://scripts/": "red"
}