Implement save and loading games (#8)
This commit is contained in:
@@ -25,7 +25,7 @@ character: global id of the character who speaks
|
||||
params: Dictionary
|
||||
line: line of dialog to say
|
||||
"""
|
||||
func say(character : String, params : Dictionary) :
|
||||
func say(character: String, params: Dictionary) :
|
||||
show()
|
||||
|
||||
emit_signal("dialog_line_started")
|
||||
|
||||
Reference in New Issue
Block a user