Spaces:
Running
Running
Update index.html
Browse files- index.html +13 -0
index.html
CHANGED
@@ -217,6 +217,17 @@
|
|
217 |
50% { opacity: 0.5; }
|
218 |
}
|
219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
.target-info {
|
221 |
position: absolute;
|
222 |
top: 100%;
|
@@ -275,6 +286,7 @@
|
|
275 |
z-index: 1001;
|
276 |
border: 1px solid #0f0;
|
277 |
border-radius: 5px;
|
|
|
278 |
}
|
279 |
|
280 |
#radar {
|
@@ -554,6 +566,7 @@
|
|
554 |
<p>Mouse - Aircraft Control</p>
|
555 |
<p>Left Click - Fire</p>
|
556 |
<p>F - Escape Stall</p>
|
|
|
557 |
</div>
|
558 |
</div>
|
559 |
|
|
|
217 |
50% { opacity: 0.5; }
|
218 |
}
|
219 |
|
220 |
+
@keyframes missile-lock-pulse {
|
221 |
+
0%, 100% {
|
222 |
+
opacity: 1;
|
223 |
+
transform: translate(-50%, -50%) scale(1);
|
224 |
+
}
|
225 |
+
50% {
|
226 |
+
opacity: 0.5;
|
227 |
+
transform: translate(-50%, -50%) scale(1.1);
|
228 |
+
}
|
229 |
+
}
|
230 |
+
|
231 |
.target-info {
|
232 |
position: absolute;
|
233 |
top: 100%;
|
|
|
286 |
z-index: 1001;
|
287 |
border: 1px solid #0f0;
|
288 |
border-radius: 5px;
|
289 |
+
min-width: 200px;
|
290 |
}
|
291 |
|
292 |
#radar {
|
|
|
566 |
<p>Mouse - Aircraft Control</p>
|
567 |
<p>Left Click - Fire</p>
|
568 |
<p>F - Escape Stall</p>
|
569 |
+
<p>R - Change Weapon</p>
|
570 |
</div>
|
571 |
</div>
|
572 |
|