You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
271 B
GDScript
13 lines
271 B
GDScript
2 years ago
|
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")
|