diff --git a/resources/images/EuropeBackground.png b/resources/images/EuropeBackground.png new file mode 100644 index 000000000..d76f501e8 Binary files /dev/null and b/resources/images/EuropeBackground.png differ diff --git a/src/client/Main.ts b/src/client/Main.ts index 653efda80..a997c7059 100644 --- a/src/client/Main.ts +++ b/src/client/Main.ts @@ -1,5 +1,5 @@ import { ClientGameRunner, joinLobby } from "./ClientGameRunner"; -import backgroundImage from '../../resources/images/TerrainMapFrontPage.png'; +import backgroundImage from '../../resources/images/EuropeBackground.png'; import favicon from '../../resources/images/Favicon.svg'; import './PublicLobby';