mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-01 05:48:13 +03:00
31 lines
597 B
Plaintext
31 lines
597 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
|
|
|
|
config_version=3
|
|
|
|
[application]
|
|
|
|
config/name="InstanceBindingDemo"
|
|
run/main_scene="res://main.tscn"
|
|
config/icon="res://icon.png"
|
|
name="InstanceBindingDemo"
|
|
main_scene="res://main.tscn"
|
|
icon="res://icon.png"
|
|
|
|
[gdnative]
|
|
|
|
singletons=[ ]
|
|
|
|
[memory]
|
|
|
|
multithread/thread_rid_pool_prealloc=60
|
|
|
|
[rendering]
|
|
|
|
viewport/default_environment="res://default_env.tres"
|