Snake/project.godot

21 lines
483 B
Text
Raw Normal View History

2023-02-05 21:12:20 +00: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="Snake"
2023-02-06 12:47:18 +00:00
run/main_scene="res://Scene/Game.tscn"
2023-02-05 21:12:20 +00:00
config/features=PackedStringArray("4.0", "GL Compatibility")
config/icon="res://icon.svg"
[rendering]
renderer/rendering_method="gl_compatibility"