pvb-practice/godot/project.godot

17 lines
427 B
Plaintext
Raw Normal View History

2023-08-05 22:42:21 +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]
config/name="godot cpp template"
2024-02-02 07:46:22 +00:00
run/main_scene="res://boot.tscn"
2024-01-30 13:47:20 +00:00
config/features=PackedStringArray("4.2", "Forward Plus")
2023-08-05 22:42:21 +00:00
config/icon="res://icon.svg"