aboutsummaryrefslogtreecommitdiffstats
path: root/root/games
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-11-01 12:47:23 +0000
committers-ol <s-ol@users.noreply.github.com>2019-11-01 12:47:23 +0000
commitce998c8ca5b6364314b65cd8bf3d698ace03ced7 (patch)
tree9397ccb5291f1072912926a32d71424d0e3029b5 /root/games
parentadd proper order handling, fsck for stores.fs (diff)
downloadmmm-ce998c8ca5b6364314b65cd8bf3d698ace03ced7.tar.gz
mmm-ce998c8ca5b6364314b65cd8bf3d698ace03ced7.zip
fsck root dir
Diffstat (limited to 'root/games')
-rw-r--r--root/games/$order12
-rw-r--r--root/games/IYNX/$order6
-rw-r--r--root/games/IYNX/pictures/$order6
-rw-r--r--root/games/plonat_atek/$order3
-rw-r--r--root/games/plonat_atek/pictures/$order3
-rw-r--r--root/games/text$moonscript -> fn -> mmm$dom.moon2
6 files changed, 31 insertions, 1 deletions
diff --git a/root/games/$order b/root/games/$order
new file mode 100644
index 0000000..aeee1d5
--- /dev/null
+++ b/root/games/$order
@@ -0,0 +1,12 @@
+the_sacculi
+zebra_painting
+gtglg
+the_monster_within
+IYNX
+vision-training-kit
+curved_curse
+two_shooting_stars
+moving_out
+channel_83
+plonat_atek
+lorem_ipsum
diff --git a/root/games/IYNX/$order b/root/games/IYNX/$order
new file mode 100644
index 0000000..e46078b
--- /dev/null
+++ b/root/games/IYNX/$order
@@ -0,0 +1,6 @@
+cryptex
+teaser
+pin_pad
+pictures
+ui_demo
+boot_sequence
diff --git a/root/games/IYNX/pictures/$order b/root/games/IYNX/pictures/$order
new file mode 100644
index 0000000..8a44d99
--- /dev/null
+++ b/root/games/IYNX/pictures/$order
@@ -0,0 +1,6 @@
+ui_menu
+c
+ui_sample
+d
+a
+b
diff --git a/root/games/plonat_atek/$order b/root/games/plonat_atek/$order
new file mode 100644
index 0000000..f1b9bd1
--- /dev/null
+++ b/root/games/plonat_atek/$order
@@ -0,0 +1,3 @@
+itch_page
+video
+pictures
diff --git a/root/games/plonat_atek/pictures/$order b/root/games/plonat_atek/pictures/$order
new file mode 100644
index 0000000..934d2fd
--- /dev/null
+++ b/root/games/plonat_atek/pictures/$order
@@ -0,0 +1,3 @@
+setup
+amaze
+mockup
diff --git a/root/games/text$moonscript -> fn -> mmm$dom.moon b/root/games/text$moonscript -> fn -> mmm$dom.moon
index 70d2636..55e93a6 100644
--- a/root/games/text$moonscript -> fn -> mmm$dom.moon
+++ b/root/games/text$moonscript -> fn -> mmm$dom.moon
@@ -11,7 +11,7 @@ import ropairs from require 'mmm.ordered'
children = for k, child in ropairs games
desc = child\gett 'description: mmm/dom'
jam = if link = child\get 'jam: mmm/dom'
- span '[', link, ']', style: { float: 'right', color: 'var(--gray-dark)' }
+ span '[', link, ']', style: float: 'right', clear: 'right', color: 'var(--gray-dark)'
li (link_to child), ': ', desc, jam