5 lines
110 B
GDScript
5 lines
110 B
GDScript
extends NPC
|
|
|
|
func _ready():
|
|
dialogueResource = load("res://NPCs/ComingSoonCat/ComingSoonCatBeach2.dialogue")
|