Browse Source

add cartridge artwork to docs

Thomas B 1 month ago
parent
commit
e37231df56
2 changed files with 10 additions and 2 deletions
  1. BIN
      docs/cartridge.png
  2. 10
    2
      docs/index.html

BIN
docs/cartridge.png View File


+ 10
- 2
docs/index.html View File

30
                 margin-top: 10px;
30
                 margin-top: 10px;
31
                 margin-bottom: 10px;
31
                 margin-bottom: 10px;
32
             }
32
             }
33
+            #cart {
34
+                max-width: 90%;
35
+            }
33
             #controls {
36
             #controls {
34
                 margin: 0px auto;
37
                 margin: 0px auto;
35
             }
38
             }
66
             <p>Press Left or Right on the title screen to show either the black or white highscores. Press Select to show the about screen and build info. In-game press Start to pause and resume. While paused press Select to return to the menu.</p>
69
             <p>Press Left or Right on the title screen to show either the black or white highscores. Press Select to show the about screen and build info. In-game press Start to pause and resume. While paused press Select to return to the menu.</p>
67
             <p>Collect small white spheres to get +5 white score. Collect small black spheres to get +5 black score. The opposite color will reduce your score when collected. Large black holes will attract you and damage your ship when touched. Large white spheres will repel you and replenish your health when touched. Accelerating will reduce your fuel, which will recharge when not accelerating. You can shoot large spheres for +10 points.<p>
70
             <p>Collect small white spheres to get +5 white score. Collect small black spheres to get +5 black score. The opposite color will reduce your score when collected. Large black holes will attract you and damage your ship when touched. Large white spheres will repel you and replenish your health when touched. Accelerating will reduce your fuel, which will recharge when not accelerating. You can shoot large spheres for +10 points.<p>
68
             <p>For a more detailed description of the original game check out the <a href="https://gta.fandom.com/wiki/Duality">Duality article on GTA Wiki</a>.</p>
71
             <p>For a more detailed description of the original game check out the <a href="https://gta.fandom.com/wiki/Duality">Duality article on GTA Wiki</a>.</p>
69
-            <hr>
72
+        </div>
73
+        <div class="text">
70
             <p>Download the <a href="https://xythobuz.github.io/Duality/duality.gb">ROM</a>!</p>
74
             <p>Download the <a href="https://xythobuz.github.io/Duality/duality.gb">ROM</a>!</p>
71
             <p>Get the source code on <a href="https://github.com/xythobuz/Duality">GitHub</a>.</p>
75
             <p>Get the source code on <a href="https://github.com/xythobuz/Duality">GitHub</a>.</p>
72
-            <hr>
76
+        </div>
77
+        <div class="text">
78
+            <img id="cart" src="https://xythobuz.github.io/Duality/cartridge.png">
79
+        </div>
80
+        <div class="text">
73
             <p>Emulation supported by <a href="https://emulatorjs.org">EmulatorJS</a>.</p>
81
             <p>Emulation supported by <a href="https://emulatorjs.org">EmulatorJS</a>.</p>
74
         </div>
82
         </div>
75
         <script>
83
         <script>

Loading…
Cancel
Save