Updated OverlaySettings
Removed General Auto Connect, and replaced it with Auto Connect for Twitch and OBS, Added OBS Host information. Added Script Storage variable, to store / fetch Plugin settings.
This commit is contained in:
parent
913fa6b190
commit
491bc94c0d
1 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
extends Resource
|
||||
class_name OverlaySettings
|
||||
|
||||
@export var auto_connect: bool = false
|
||||
@export var auto_connect_twitch: bool = false
|
||||
@export var auto_connect_obs: bool = false
|
||||
@export var obs_host: String = "localhost"
|
||||
@export var obs_port: int = 4455
|
||||
@export var obs_pass: String = ""
|
||||
@export var script_storage: Dictionary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue