updated background image

This commit is contained in:
evanpelle
2024-08-24 12:43:08 -07:00
parent b7ecf1de12
commit 4171d87337
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

+1 -1
View File
@@ -6,7 +6,7 @@ import {GameID, Lobby, ServerMessage, ServerMessageSchema} from "../core/Schemas
import {loadTerrainMap, TerrainMap} from "../core/TerrainMapLoader";
import {ClientGame, createClientGame} from "./ClientGame";
import {v4 as uuidv4} from 'uuid';
import backgroundImage from '../../resources/images/empty_map.png';
import backgroundImage from '../../resources/images/VintageMap.png';
import './styles.css';
+1 -1
View File
@@ -16,7 +16,7 @@ export const devConfig = new class extends DefaultConfig {
return devPlayerConfig
}
numBots(): number {
return 500
return 0
}
}