Files
godot-4-key-rhythm-game/project.godot

22 lines
549 B
Plaintext
Raw Normal View History

; 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="SolarBeat"
run/main_scene="uid://dwro2d0482v0p"
2026-01-29 00:28:14 +08:00
config/features=PackedStringArray("4.6", "GL Compatibility")
config/icon="res://image/godot_icon.svg"
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"