StreamOverlay/project.godot

76 lines
2.3 KiB
Text
Raw Normal View History

2026-02-23 18:38:03 -06: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="StreamOverlay"
config/description="Enter an interesting project description here!"
run/main_scene="uid://2t2hslaaewee"
config/features=PackedStringArray("4.6")
config/icon="res://icon.png"
[autoload]
Globals="*uid://cuap0k5jagdtj"
ChatManager="*uid://ct1s5eymb8mns"
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
window/size/mode=3
window/size/resizable=false
window/size/borderless=true
window/size/always_on_top=true
2026-02-23 18:38:03 -06:00
window/size/transparent=true
window/per_pixel_transparency/allowed=true
[editor_plugins]
enabled=PackedStringArray("res://addons/gdata_orm/plugin.cfg", "res://addons/gde_gozen/plugin.cfg", "res://addons/kenny_spritesheet_importer/plugin.cfg", "res://addons/sc_editor/plugin.cfg", "res://addons/twitcher/plugin.cfg")
2026-02-23 18:38:03 -06:00
[gui]
theme/custom="uid://u5qh1r677ec2"
[input]
spawn_avatar={
"deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null)
]
}
debug_draw={
"deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":true,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null)
]
}
2026-02-23 18:38:03 -06:00
[rendering]
textures/canvas_textures/default_texture_filter=0
viewport/transparent_background=true
[twitcher]
editor/game_oauth_token="res://addons/twitcher/default_oauth_token.tres"
editor/game_oauth_setting="res://addons/twitcher/twitch_oauth_setting.tres"
editor/project_preset=&"Other"
editor/show_setup_on_startup=false
logs/TwitchAuth="debug"
logs/TwitchEventsubConfig="debug"
logs/TwitchAPI="debug"
logs/TwitchEventsub="debug"
logs/TwitchChat="debug"
logs/TwitchBot="debug"
logs/TwitcherExtended="debug"
logs/CatWorldAvatars="debug"
logs/ChatManager="debug"