supervisor-simulator/project.godot
2024-11-17 22:13:50 +08:00

30 lines
649 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="导师模拟器"
config/features=PackedStringArray("4.3", "GL Compatibility")
config/icon="res://icon.svg"
[dotnet]
project/assembly_name="导师模拟器"
[editor]
version_control/plugin_name="GitPlugin"
version_control/autoload_on_startup=true
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"