shoutbox with new users and message display

This commit is contained in:
chimchooree
2023-03-04 16:57:31 -06:00
commit a5cce3cba7
34 changed files with 1300 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
extends Node
var action_box
var dialog_box
func setup():
dialog_box.update_dialog({'portrait': '', 'name': '', 'line': "stwe01"})
action_box.update_actions({'actions': ['acwe02','acwe03','acwe04']})
func _ready():
add_to_group("setup")
add_to_group("storyteller")