Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -11
index.html
CHANGED
|
@@ -294,7 +294,7 @@
|
|
| 294 |
z-index: 2000;
|
| 295 |
}
|
| 296 |
|
| 297 |
-
|
| 298 |
padding: 15px 30px;
|
| 299 |
font-size: 24px;
|
| 300 |
background: #0f0;
|
|
@@ -304,16 +304,9 @@
|
|
| 304 |
cursor: pointer;
|
| 305 |
margin-top: 20px;
|
| 306 |
transition: transform 0.2s;
|
| 307 |
-
/* ์์ ์ ๋นํ์ฑํ ์ํ */
|
| 308 |
-
opacity: 0.5;
|
| 309 |
-
pointer-events: none;
|
| 310 |
-
}
|
| 311 |
-
.start-button.ready {
|
| 312 |
-
opacity: 1;
|
| 313 |
-
pointer-events: auto;
|
| 314 |
}
|
| 315 |
-
|
| 316 |
-
.start-button
|
| 317 |
transform: scale(1.1);
|
| 318 |
}
|
| 319 |
|
|
@@ -336,7 +329,7 @@
|
|
| 336 |
<div class="loading-text">Loading tank assets...</div>
|
| 337 |
</div>
|
| 338 |
|
| 339 |
-
|
| 340 |
<h1 style="color: #0f0; font-size: 48px; margin-bottom: 20px;">Tank Combat Simulator</h1>
|
| 341 |
<button class="start-button" onclick="startGame()">Start Game</button>
|
| 342 |
<div style="color: #0f0; margin-top: 20px; text-align: center;">
|
|
|
|
| 294 |
z-index: 2000;
|
| 295 |
}
|
| 296 |
|
| 297 |
+
.start-button {
|
| 298 |
padding: 15px 30px;
|
| 299 |
font-size: 24px;
|
| 300 |
background: #0f0;
|
|
|
|
| 304 |
cursor: pointer;
|
| 305 |
margin-top: 20px;
|
| 306 |
transition: transform 0.2s;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 307 |
}
|
| 308 |
+
|
| 309 |
+
.start-button:hover {
|
| 310 |
transform: scale(1.1);
|
| 311 |
}
|
| 312 |
|
|
|
|
| 329 |
<div class="loading-text">Loading tank assets...</div>
|
| 330 |
</div>
|
| 331 |
|
| 332 |
+
<div class="start-screen" id="startScreen">
|
| 333 |
<h1 style="color: #0f0; font-size: 48px; margin-bottom: 20px;">Tank Combat Simulator</h1>
|
| 334 |
<button class="start-button" onclick="startGame()">Start Game</button>
|
| 335 |
<div style="color: #0f0; margin-top: 20px; text-align: center;">
|