SlimeBuddy/project.godot
2025-01-11 16:53:37 -05:00

30 lines
623 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="StreamSlime"
run/main_scene="res://Main.tscn"
config/features=PackedStringArray("4.3")
config/icon="res://icon.svg"
[autoload]
TwitchGod="*res://addons/TwitchGod/TwitchGod.tscn"
[display]
window/size/viewport_width=200
window/size/viewport_height=200
window/size/transparent=true
[rendering]
viewport/transparent_background=true