This commit is contained in:
2025-05-05 10:55:45 -05:00
parent 65a3d49f55
commit 7106469bd1
8 changed files with 13 additions and 8 deletions

View File

@@ -5,6 +5,6 @@ func _init(speaker:OverworldEntity, interacted:OverworldEntity ) -> void:
speaker,
interacted,
[
"Hello"
"Hello, my name is GREEN and I am an NPC."
]
);