godot_boids/project.godot
2024-08-19 16:53:54 +03:00

25 lines
612 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=5
[application]
config/name="Boid Addon"
run/main_scene="res://examples/boid_2d/simple/example.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
[editor_plugins]
enabled=PackedStringArray("res://addons/boid_2d/plugin.cfg")
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"