feat(game): align in-game GUI with ref captures
This commit is contained in:
@@ -10,7 +10,7 @@ interface MapViewerState {
|
||||
export const useMapViewerStore = defineStore('mapViewer', {
|
||||
state: (): MapViewerState => ({
|
||||
showCityName: true,
|
||||
detailMode: false,
|
||||
detailMode: true,
|
||||
hoveredCityId: null,
|
||||
selectedCityId: null,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user