make minimap dynamic

This commit is contained in:
2025-01-18 11:07:06 +09:00
parent 7415475cb0
commit 18c3ace616
3 changed files with 19 additions and 4 deletions
+2 -2
View File
@@ -11,12 +11,12 @@ export default class Game {
averageTick = 0
currentTick = 0
entities = []
height = 2000
height = 5000
projectiles = []
secondToSlowestTick = 0
terrains = []
tickRate = 30
width = 2000
width = 5000
#currentTiming = 0
#eventEmitter = new EventEmitter()