mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 14:02:23 +02:00
cleanup
This commit is contained in:
@@ -31,7 +31,7 @@ func set_dialogue_identifier(val):
|
||||
|
||||
|
||||
func update_text():
|
||||
print(_dialogue[_dialogue_pos])
|
||||
#print(_dialogue[_dialogue_pos])
|
||||
label.text = _dialogue[_dialogue_pos]
|
||||
animation_player.play("next_line")
|
||||
yield(animation_player, "animation_finished")
|
||||
|
||||
Reference in New Issue
Block a user