Files
GodotHelpers/GodotHelper.Tests/project.godot

25 lines
534 B
Plaintext
Raw Normal View History

2026-04-10 18:59:27 -04: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="GodotHelper.Tests"
run/main_scene="res://test/Tests.tscn"
config/features=PackedStringArray("4.2", "C#", "Mobile")
config/icon="res://icon.svg"
[dotnet]
project/assembly_name="GodotHelper.Tests"
[rendering]
renderer/rendering_method="mobile"