ProjectBitShiftCorridors/game/maps/hobby_room_corrupted/qwenn_enters.gd

17 lines
529 B
GDScript

extends RPGH_Event
func default():
screen_text("22")
screen_text("23")
yield(RPGH.Dialog, "finished_textbox_queue")
$Qwenn.visible = true
yield(get_tree().create_timer(1.5), "timeout")
RPGH.get_node("UI/Insertion/AnimationPlayer").play("FadeInInsertion")
yield(RPGH.get_node("UI/Insertion/AnimationPlayer"), "animation_finished")
textbox("24", DataBase.AKO_04)
textbox("25", null, DataBase.QWENN_01)
textbox("26", DataBase.AKO_01)
textbox("27", null, DataBase.QWENN_02)
yield(RPGH.Dialog, "finished_textbox_queue")