TwitchPlaysReverseJenga/project.godot

20 lines
479 B
Text
Raw Normal View History

2024-05-18 12:24:05 +10: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="Twitch Plays Reverse Jenga"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.svg"
2024-05-18 12:40:43 +10:00
[editor_plugins]
enabled=PackedStringArray("res://addons/gift/plugin.cfg")