mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-07 10:09:44 +03:00
17 lines
373 B
Plaintext
17 lines
373 B
Plaintext
; 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
|
|
|
|
|
|
[application]
|
|
|
|
|
|
name="cpp_constructors"
|
|
icon="res://icon.png"
|
|
[rendering]
|
|
viewport/default_environment="res://default_env.tres"
|