add minimap
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ import { EventEmitter } from 'node:events'
|
||||
export default class Game {
|
||||
tickRate = 30
|
||||
currentTick = 0
|
||||
width = 15000
|
||||
height = 15000
|
||||
width = 1000
|
||||
height = 1000
|
||||
|
||||
#entities = []
|
||||
#eventEmitter = new EventEmitter()
|
||||
|
||||
Reference in New Issue
Block a user