loginGame()->setReadOnly();
$mapName = GameConst::$mapName;
$frontClock = GameClock::fromStorage(KVStorage::getStorage(DB::db(), 'game_env'));
?>
= UniqueConst::$serverName ?>: 메인
= WebUtil::printStaticValues([
'staticValues' => [
'serverName' => UniqueConst::$serverName,
'serverNick' => DB::prefix(),
'serverID' => UniqueConst::$serverID,
'mapName' => GameConst::$mapName,
'unitSet' => GameConst::$unitSet,
'maxTurn' => GameConst::$maxTurn,
'maxPushTurn' => 12,
'serverNow' => $frontClock->formatTick($frontClock->nowTick()),
]
], false) ?>
= WebUtil::printJS('../d_shared/common_path.js') ?>
= WebUtil::printJS("js/map/theme_{$mapName}.js") ?>
= WebUtil::printCSS('../d_shared/common.css') ?>
= WebUtil::printDist('vue', 'v_front', true) ?>