godot_boids/project.godot

37 lines
761 B
Plaintext
Raw Normal View History

2024-08-19 16:53:54 +03: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
config_version=5
[application]
config/name="Boid Addon"
run/main_scene="res://examples/boids/2d/simple/example.tscn"
2024-08-19 16:53:54 +03:00
config/features=PackedStringArray("4.3", "GL Compatibility")
[autoload]
BoidManager="*res://addons/boids/boid_manager.gd"
[debug]
settings/stdout/verbose_stdout=true
2024-08-19 16:53:54 +03:00
[editor_plugins]
enabled=PackedStringArray("res://addons/boids/plugin.cfg")
2024-08-19 16:53:54 +03:00
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"
[threading]
worker_pool/max_threads=20