Dummy NPC texture

This commit is contained in:
2025-05-05 23:12:09 -05:00
parent 2b3cfc0eb7
commit 424edaf581
6 changed files with 53 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
class_name OverworldEntity extends CharacterBody3D
enum Direction {
NORTH,
EAST,
SOUTH,
WEST,
NORTH,
EAST,
}
var speed:float = 150;