feat: 새 메인페이지에 턴 입력기(wip)

This commit is contained in:
2023-03-09 02:20:16 +09:00
parent d0d9c0b769
commit 9a447b0254
3 changed files with 10 additions and 2 deletions
+4
View File
@@ -36,6 +36,10 @@ $mapName = GameConst::$mapName;
'serverID' => UniqueConst::$serverID,
'mapName' => GameConst::$mapName,
'unitSet' => GameConst::$unitSet,
'maxTurn' => GameConst::$maxTurn,
'maxPushTurn' => 12,
'serverNow' => TimeUtil::now(false),
]
], false) ?>
<?= WebUtil::printJS('../d_shared/common_path.js') ?>