StickerClone/project.godot
2024-07-20 01:01:49 +02:00

25 lines
613 B
Text

; 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="StickerClone"
config/version="0.1"
run/main_scene="res://maps/gym.tscn"
config/features=PackedStringArray("4.2", "Mobile")
config/icon="res://extracted/Texture2D/Map.png"
[editor_plugins]
enabled=PackedStringArray("res://addons/modular_sprite_animation_factory/plugin.cfg")
[rendering]
renderer/rendering_method="mobile"