Files
gdnative-demos/c/instance_binding/project.godot
2020-08-31 00:12:51 -04:00

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"