|
@@ -46,6 +46,40 @@ tableHelper([ "align-center monospaced", "align-center monospaced", "align-cente
|
46
|
46
|
Although you can use EmulatorJS I recommend a native emulator for your target device if you experience stuttering music or bad performance with the emulator on this page.
|
47
|
47
|
</p>
|
48
|
48
|
|
|
49
|
+Alternatively here's a short gameplay video and some screenshots.
|
|
50
|
+
|
|
51
|
+<!--%
|
|
52
|
+lightgallery([
|
|
53
|
+ [ "img/duality_gameplay.webm", "video/webm", "", "", "Gameplay screen recording" ],
|
|
54
|
+])
|
|
55
|
+%-->
|
|
56
|
+
|
|
57
|
+<!--%
|
|
58
|
+lightgallery([
|
|
59
|
+ [ "img/duality_ss_menu.png", "Start screen" ],
|
|
60
|
+ [ "img/duality_ss_shoot2.png", "Gameplay" ],
|
|
61
|
+ [ "img/duality_ss_accel.png", "Accelerating" ],
|
|
62
|
+ [ "img/duality_ss_over.png", "Scoring name entry screen" ],
|
|
63
|
+])
|
|
64
|
+%-->
|
|
65
|
+
|
|
66
|
+<p></p>
|
|
67
|
+<div class="collapse">Click for more screenshots.</div>
|
|
68
|
+<div class="collapsecontent">
|
|
69
|
+<!--%
|
|
70
|
+lightgallery([
|
|
71
|
+ [ "img/duality_ss_damage.png", "Damaged from black hole" ],
|
|
72
|
+ [ "img/duality_ss_score.png", "Score list" ],
|
|
73
|
+ [ "img/duality_ss_about.png", "About screen" ],
|
|
74
|
+ [ "img/duality_ss_conf.png", "Configuration menu" ],
|
|
75
|
+ [ "img/duality_ss_continue.png", "Continue screen" ],
|
|
76
|
+ [ "img/duality_ss_shoot.png", "Shooting" ],
|
|
77
|
+ [ "img/duality_ss_debug.png", "Debug menu" ],
|
|
78
|
+ [ "img/duality_ss_thanks.png", "Acknowledgements screen" ],
|
|
79
|
+])
|
|
80
|
+%-->
|
|
81
|
+</div>
|
|
82
|
+
|
49
|
83
|
### Quick Start Guide
|
50
|
84
|
|
51
|
85
|
Press `Left` or `Right` on the title screen to show either the black or white highscores.
|