Selaa lähdekoodia

add video and screenshots to duality article

Thomas B 1 viikko sitten
vanhempi
commit
c753924749

+ 34
- 0
input/projects/duality.md Näytä tiedosto

@@ -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.

+ 3
- 1
page.html Näytä tiedosto

@@ -349,8 +349,10 @@ else:
349 349
 
350 350
                     setTimeout(function() {
351 351
                         content.style.borderWidth = null;
352
-                    }, 800);
352
+                        content.style.display = "none";
353
+                    }, 120);
353 354
                 } else {
355
+                    content.style.display = "block";
354 356
                     content.style.maxHeight = content.scrollHeight + "px";
355 357
                     content.style.borderWidth = "2px";
356 358
                 }

+ 2
- 0
static/css/style.css Näytä tiedosto

@@ -388,6 +388,7 @@ span.font-small {
388 388
 }
389 389
 
390 390
 .collapse {
391
+    margin-bottom: 15px;
391 392
     padding: 15px;
392 393
 }
393 394
 
@@ -421,6 +422,7 @@ span.font-small {
421 422
     border-width: 0px;
422 423
     border-style: solid;
423 424
     border-radius: 10px;
425
+    display: none;
424 426
 }
425 427
 
426 428
 .audio_text {

BIN
static/img/duality_gameplay.webm Näytä tiedosto


BIN
static/img/duality_gameplay_poster.png Näytä tiedosto


BIN
static/img/duality_gameplay_thumb.png Näytä tiedosto


BIN
static/img/duality_ss_about.png Näytä tiedosto


BIN
static/img/duality_ss_about_small.png Näytä tiedosto


BIN
static/img/duality_ss_accel.png Näytä tiedosto


BIN
static/img/duality_ss_accel_small.png Näytä tiedosto


BIN
static/img/duality_ss_conf.png Näytä tiedosto


BIN
static/img/duality_ss_conf_small.png Näytä tiedosto


BIN
static/img/duality_ss_continue.png Näytä tiedosto


BIN
static/img/duality_ss_continue_small.png Näytä tiedosto


BIN
static/img/duality_ss_damage.png Näytä tiedosto


BIN
static/img/duality_ss_damage_small.png Näytä tiedosto


BIN
static/img/duality_ss_debug.png Näytä tiedosto


BIN
static/img/duality_ss_debug_small.png Näytä tiedosto


BIN
static/img/duality_ss_menu.png Näytä tiedosto


BIN
static/img/duality_ss_menu_small.png Näytä tiedosto


BIN
static/img/duality_ss_over.png Näytä tiedosto


BIN
static/img/duality_ss_over_small.png Näytä tiedosto


BIN
static/img/duality_ss_score.png Näytä tiedosto


BIN
static/img/duality_ss_score_small.png Näytä tiedosto


BIN
static/img/duality_ss_shoot.png Näytä tiedosto


BIN
static/img/duality_ss_shoot2.png Näytä tiedosto


BIN
static/img/duality_ss_shoot2_small.png Näytä tiedosto


BIN
static/img/duality_ss_shoot_small.png Näytä tiedosto


BIN
static/img/duality_ss_thanks.png Näytä tiedosto


BIN
static/img/duality_ss_thanks_small.png Näytä tiedosto


Loading…
Peruuta
Tallenna