diff --git a/public/js/map-ui.js b/public/js/map-ui.js index fcc2f9e..3945d5f 100644 --- a/public/js/map-ui.js +++ b/public/js/map-ui.js @@ -1,7 +1,7 @@ -import { loadArena } from "./buildings/arena.js"; -import { loadCharacterHouse } from "./buildings/character-house.js"; -import { loadBlackmarket } from "./buildings/blackmarket.js"; -import { loadMine } from "./buildings/mine.js"; +import { loadArena } from "./buildings/arena.js?v=2"; +import { loadCharacterHouse } from "./buildings/character-house.js?v=2"; +import { loadBlackmarket } from "./buildings/blackmarket.js?v=2"; +import { loadMine } from "./buildings/mine.js?v=2"; const popup = document.getElementById("building-popup"); const title = document.getElementById("popup-title"); const tooltip = document.getElementById("map-tooltip"); diff --git a/views/launcher.ejs b/views/launcher.ejs index bcc55cb..870bb26 100644 --- a/views/launcher.ejs +++ b/views/launcher.ejs @@ -8,6 +8,84 @@ href="/images/favicon/dok_favicon_32px.ico" type="image/x-icon" /> + @@ -920,10 +998,10 @@ window.playerName = "<%= character.name %>"; - - + +