add pathfinding times report

This commit is contained in:
2024-12-25 01:15:46 +09:00
parent 05360208b0
commit fb6e75e38c
2 changed files with 20 additions and 16 deletions
-4
View File
@@ -4,10 +4,6 @@ import Game from './game.js'
import Entity from './entity.js'
import Terrain from './terrain.js'
import { Vector2 } from 'three'
import Pathfind from './pathfind.js'
import SATX from './satx.js'
const app = new WebSocketExpress()
const port = 1280
const game = new Game()