add a basic terrain layout

This commit is contained in:
2025-01-19 00:59:17 +09:00
parent 0b949683a6
commit 0a4853aff9
6 changed files with 2291 additions and 41 deletions
+2 -2
View File
@@ -11,12 +11,12 @@ export default class Game {
averageTick = 0
currentTick = 0
entities = []
height = 5000
height = 10000 * 1.6
projectiles = []
secondToSlowestTick = 0
terrains = []
tickRate = 30
width = 5000
width = 10000 * 1.6
#currentTiming = 0
#eventEmitter = new EventEmitter()