Updated OverlaySettings
Added shoutout_message, and shoutout_alert_message for when a user is shoutout, for both chat message, and Visual Alert message.
This commit is contained in:
parent
a50364221a
commit
9c4371b150
1 changed files with 3 additions and 0 deletions
|
|
@ -17,5 +17,8 @@ class_name OverlaySettings
|
|||
|
||||
@export var display_screen: int = -1
|
||||
|
||||
# Shoutout Message:
|
||||
@export var shoutout_message: String = "@{target} is an amazing streamer. Go give them a follow!"
|
||||
@export var shoutout_alert_message: String = "{target} is an amazing streamer. Go give them a follow!"
|
||||
|
||||
@export var script_storage: Dictionary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue