Refine map compass layout and styling

This commit is contained in:
2026-03-23 13:13:47 +08:00
parent 277121fd51
commit c7b9fde65a
4 changed files with 24 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ type MapPageData = MapEngineViewState & {
compassTicks: CompassTickData[]
compassLabels: CompassLabelData[]
}
const INTERNAL_BUILD_VERSION = 'map-build-106'
const INTERNAL_BUILD_VERSION = 'map-build-110'
const REMOTE_GAME_CONFIG_URL = 'https://oss-mbh5.colormaprun.com/wxmini/test/game.json'
let mapEngine: MapEngine | null = null
function buildCompassTicks(): CompassTickData[] {
@@ -299,3 +299,7 @@ Page({