migrate away from canvas

This commit is contained in:
evanpelle
2026-05-16 08:55:02 -07:00
parent 9c4ba757c2
commit 53cf2d43f8
21 changed files with 364 additions and 4951 deletions
+3
View File
@@ -215,6 +215,9 @@ export class UnitView {
isLoaded(): boolean | undefined {
return this.data.loaded;
}
missileTimerQueue(): number[] {
return this.data.missileTimerQueue;
}
}
export class PlayerView {