This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
test/project.godot
Nick Guy 174de4e288
Some checks failed
/ build (push) Failing after 15s
Updated to Godot 4.2.2
2024-05-27 17:17:14 +01:00

19 lines
442 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=5
[application]
config/name="TestProject"
config/features=PackedStringArray("4.2")
config/icon="res://icon.png"
[rendering]
environment/default_environment="res://default_env.tres"