Use rot-js for scheduling & path finding

This commit is contained in:
Peter Stockings
2026-01-05 15:41:27 +11:00
parent 50a922ca85
commit 43d5dce2e5
9 changed files with 237 additions and 174 deletions

View File

@@ -130,7 +130,6 @@ describe('GameScene', () => {
isPlayer: true,
pos: { x: 1, y: 1 },
speed: 100,
energy: 0,
stats: { hp: 10, maxHp: 10, attack: 5, defense: 2 },
inventory: { gold: 0, items: [] },
};