This commit is contained in:
2025-09-12 18:01:23 +09:00
parent 19c5d5473f
commit cc43ea8e0a
34 changed files with 461 additions and 3520 deletions
@@ -6,7 +6,6 @@
layout:decorate="~{layout/default_layout}"
>
<th:block layout:fragment="head" id="head">
<script type="text/javascript" th:src="@{/js/user.js}"></script>
<link th:href="@{/css/common_game_theme.css}" rel="stylesheet" />
<style>
@@ -1065,8 +1064,10 @@
</th:block >
<th:block layout:fragment="content">
<div class="game-body-wrapper">
<div id="game-container">
<canvas id="gameCanvas"></canvas>
</div>
</div>
</th:block>
</html>