Some UI changes

This commit is contained in:
2025-10-09 18:22:32 +02:00
parent 81e12e4b74
commit 66cf86e779
5 changed files with 37 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
import {config} from '../config.js';
import Scene from './scene.js';
import { AppState } from './state.js';
const Map = {};
@@ -31,6 +32,8 @@ Map.init = function(mapContainerId) {
map.getContainer().classList.toggle('d-none');
});
});
AppState.map = map;
}
export default Map;