StreamOverlay/project.godot
Mario Steele 33b5e826bd Updated Project Settings
Added custom run command /usr/bin/obs-gamecapture.
2026-03-10 10:32:31 -05:00

81 lines
2.6 KiB
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="StreamOverlay"
config/description="Enter an interesting project description here!"
run/main_scene="uid://2t2hslaaewee"
config/features=PackedStringArray("4.6")
config/icon="res://icon.png"
run/custom_runner="/usr/bin/obs-gamecapture"
GData_ORM/migration/use_number=true
GData_ORM/migration/folder="res://migrations"
GData_ORM/migration/debug_migrations=true
[autoload]
Globals="*uid://cuap0k5jagdtj"
ChatManager="*uid://ct1s5eymb8mns"
EventManager="*uid://cvjhecj1me4xl"
ObsManager="*uid://c447ij3oc24q3"
ImageLoader="*uid://b1m82tihhr2p7"
[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
window/size/transparent=true
window/subwindows/embed_subwindows=false
window/per_pixel_transparency/allowed=true
[editor_plugins]
enabled=PackedStringArray("res://addons/custom_runner/plugin.cfg", "res://addons/gdata_orm/plugin.cfg", "res://addons/gde_gozen/plugin.cfg", "res://addons/kenny_spritesheet_importer/plugin.cfg", "res://addons/no-obs-ws/plugin.cfg", "res://addons/sc_editor/plugin.cfg", "res://addons/twitcher/plugin.cfg")
[gui]
theme/custom="uid://dh11pgqmtpeig"
[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)
]
}
[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/TwitchAPI="debug"
logs/TwitchChat="debug"
logs/TwitchBot="debug"
logs/TwitcherExtended="debug"
logs/CatWorldAvatars="debug"
logs/ChatManager="debug"