This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import {
|
||||
API_PATHS,
|
||||
DEAD_AIR_SOCKET_PATH,
|
||||
FLUX_SOCKET_PATH,
|
||||
GAME_SOCKET_PATH,
|
||||
MOVERS_SOCKET_PATH,
|
||||
ROYALE_SOCKET_PATH,
|
||||
createShooterGame,
|
||||
deadAirGame,
|
||||
fluxGame,
|
||||
moversGame,
|
||||
royaleGame,
|
||||
@@ -24,6 +26,7 @@ const clientProfiles = new ClientProfileStore();
|
||||
const staticSite = loadStaticSite(process.env.STATIC_ROOT);
|
||||
const gameLoops = [
|
||||
hostNetworkedGame(app, GAME_SOCKET_PATH, createShooterGame({ botCount: 0 })),
|
||||
hostNetworkedGame(app, DEAD_AIR_SOCKET_PATH, deadAirGame),
|
||||
hostNetworkedGame(app, FLUX_SOCKET_PATH, fluxGame),
|
||||
hostNetworkedGame(app, MOVERS_SOCKET_PATH, moversGame),
|
||||
hostNetworkedGame(app, ROYALE_SOCKET_PATH, royaleGame),
|
||||
|
||||
Reference in New Issue
Block a user