diff options
author | Minteck <contact@minteck.org> | 2022-05-18 18:50:12 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-05-18 18:50:12 +0200 |
commit | 0bd45cb2cae3af05adaad3f38d129bb67c3e0ec0 (patch) | |
tree | 97a7e15187fe7fcb5b8775e03a62f62ac8fc5c61 /kartik/race/circuits/snowy.html | |
parent | d4805039b8ea7b30f5e78cf53caf8fd3f267256a (diff) | |
download | arcade-0bd45cb2cae3af05adaad3f38d129bb67c3e0ec0.tar.gz arcade-0bd45cb2cae3af05adaad3f38d129bb67c3e0ec0.tar.bz2 arcade-0bd45cb2cae3af05adaad3f38d129bb67c3e0ec0.zip |
Diffstat (limited to 'kartik/race/circuits/snowy.html')
-rwxr-xr-x | kartik/race/circuits/snowy.html | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/kartik/race/circuits/snowy.html b/kartik/race/circuits/snowy.html new file mode 100755 index 0000000..8254582 --- /dev/null +++ b/kartik/race/circuits/snowy.html @@ -0,0 +1,115 @@ +<!-- Manifest version 5 (breaking with version 4) --> + +<!-- Metadata --> +<circuit> + { + "name": { + "fr": "La montagne enneigée", + "en": "The Snowy Mountain" + }, + "author": "Minteck" + } +</circuit> + +<!-- Cars --> +<div id="car0" style="display: inline-block;position: fixed;top: 42.9px;left: 428px;transform: rotate(0deg);"><img id="car0-img" style=" + width: 36px; +"></div> +<div id="car1" style="display: inline-block;position: fixed;top: 79.4px;left: 388.9px;transform: rotate(0deg);"><span id="aibox-far" style=" + position: absolute; + display: block; + top: -7px; + bottom: -7px; + left: 0px; + right: -40px; + animation-name: aibox; + animation-duration: 2s; + animation-iteration-count: infinite; + animation-timing-function: linear; + animation-direction: alternate-reverse; +"></span><span id="aibox-near" style=" + position: absolute; + display: block; + top: -7px; + bottom: -7px; + left: -7px; + right: -7px; +"></span><span id="aibox-nearest" style=" + position: absolute; + display: block; + top: -3px; + bottom: -3px; + left: -3px; + right: -3px; +"></span><img id="car1-img" style=" + width: 36px;"></div> + +<!-- Oils --> +<div id="oil"> + <img src="../race/oil.png" id="oil0" style="top: 278px; left: 634px; transform: rotate(68deg);"> + <img src="../race/oil.png" id="oil1" style="top: 22px; left: 457px; transform: rotate(217deg);"> + <img src="../race/oil.png" id="oil2" style="top: 26px; left: 531px; transform: rotate(82deg);"> + <img src="../race/oil.png" id="oil3" style="top: 155px; left: 425px; transform: rotate(120deg);"> + <img src="../race/oil.png" id="oil4" style="top: 137px; left: 121px; transform: rotate(178deg);"> +</div> + +<!-- Elements --> +<div id="elements"> + + <!-- Walls --> + + <div class="wall" style=" + height: 8px; + position: fixed; + width: 325px; + top: 110px; + left: 197px; +"></div><div class="wall" style=" + height: 8px; + position: fixed; + width: 498px; + top: 24px; + left: 112px; +"></div><div class="wall" style="height: 8px;position: fixed;width: 335px;top: 401px;left: 200px;"></div><div class="wall" style="height: 8px;position: fixed;width: 335px;top: 370px;left: 205px;"></div><div class="wall" style="height: 8px;position: fixed;width: 315px;top: 170px;left: 210px;"></div><div class="wall" style="height: 8px;position: fixed;width: 250px;top: 257px;left: 422px;"></div><div class="wall" style="height: 8px;position: fixed;width: 250px;top: 300px;left: 422px;"></div><div class="wall" style=" + height: 8px; + position: fixed; + width: 498px; + top: 471px; + left: 117px; +"></div><div class="wall" style=" + height: 300px; + position: fixed; + width: 8px; + top: 111px; + left: 197px; +"></div><div class="wall" style=" + height: 472px; + position: fixed; + width: 8px; + top: 25px; + left: 111px; +"></div><div class="wall" style="height: 70px;position: fixed;width: 8px;top: 110px;left: 520px;"></div><div class="wall" style="height: 210px;position: fixed;width: 8px;top: 170px;left: 335px;"></div><div class="wall" style="height: 45px;position: fixed;width: 8px;top: 260px;left: 422px;"></div><div class="wall" style=" + height: 472px; + position: fixed; + width: 8px; + top: 24px; + left: 608px; +"></div> + + <!-- Arrival Line --> + <div style=" + height: 127px; + position: fixed; + width: 8px; + top: 0px; + left: 346px; +" id="arrival"></div> + + <!-- Anti-reverse wall (codename Barrier) --> + <div style=" + height: 127px; + position: fixed; + width: 20px; + top: 0; + left: 355px; +" id="barrier"></div></div>
\ No newline at end of file |