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:
Mario Steele 2026-03-12 01:36:27 -05:00
parent a50364221a
commit 9c4371b150

View file

@ -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