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

21 lines
478 B
Text
Raw Normal View History

2024-05-27 16:34:33 +01: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
2024-05-27 17:17:14 +01:00
config_version=5
2024-05-27 16:34:33 +01:00
[application]
config/name="TestProject"
2024-05-27 17:32:17 +01:00
run/main_scene="res://node_3d.tscn"
2024-05-27 17:17:14 +01:00
config/features=PackedStringArray("4.2")
2024-05-27 16:34:33 +01:00
config/icon="res://icon.png"
[rendering]
environment/default_environment="res://default_env.tres"