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 b477f9b376
All checks were successful
/ build (push) Successful in 1m22s
Set main scene
2024-05-27 17:32:22 +01:00

20 lines
478 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"
run/main_scene="res://node_3d.tscn"
config/features=PackedStringArray("4.2")
config/icon="res://icon.png"
[rendering]
environment/default_environment="res://default_env.tres"