Initial Commit

This commit is contained in:
June
2026-03-24 22:00:03 -07:00
parent bf9620bbb6
commit 5533b95cff
73 changed files with 1647 additions and 293 deletions

View File

@@ -0,0 +1,11 @@
class_name npcFlesher
extends cCharacter
signal location_changed(ai, old_location, new_location)
signal state_changed(ai, old_state, new_state)
enum state {
IDLE,
MOVE,
SEEN,
HIDDEN
}