diff --git a/lib/overlay_settings.gd b/lib/overlay_settings.gd index 6f092514..998b6e12 100644 --- a/lib/overlay_settings.gd +++ b/lib/overlay_settings.gd @@ -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