Another refactor

This commit is contained in:
Peter Stockings
2026-01-05 13:24:56 +11:00
parent ac86d612e2
commit ce68470ab1
17 changed files with 853 additions and 801 deletions

View File

@@ -106,9 +106,12 @@ describe('DungeonRenderer', () => {
destroy: vi.fn(),
}),
},
tweens: {
add: vi.fn(),
},
};
mockWorld = {
width: 10,
height: 10,