From: Joe Wreschnig Date: Sun, 31 Aug 2014 18:57:07 +0000 (+0200) Subject: New theme. X-Git-Url: https://git.yukkurigames.com/?p=labelle.git;a=commitdiff_plain;h=2bc0c17a6b3af18a2b9f27118940531747e64321 New theme. --- diff --git a/VarelaRound-Regular.woff b/VarelaRound-Regular.woff new file mode 100644 index 0000000..b86936e Binary files /dev/null and b/VarelaRound-Regular.woff differ diff --git a/acnl-outfit.js b/acnl-outfit.js index 018fe03..d9ef316 100644 --- a/acnl-outfit.js +++ b/acnl-outfit.js @@ -124,17 +124,24 @@ function litanize (names, link) { return names.join(names.length == 2 ? " " : ", "); } -function litanizeElement (eid, tid, ev) { +function update () { var o = outfit(); - document.getElementById(eid).innerHTML = litanize(o, true) + "?"; + var wearing = document.getElementById('wearing'); + wearing.innerHTML = litanize(o, true) + "?"; // TODO: This often generates > 140 characters. Do I care? // Maybe pick shorter prefixes if it would help. - var t = document.getElementById(tid); - t.href = t.href.replace( + var twitter = document.getElementById('twitter'); + twitter.href = twitter.href.replace( /&text=[^&]+/, "&text=" + encodeURIComponent( choice(["Going out in ", "Labelle suggested ", "I'll wear "]) + litanize(o, false) + ".")); - if (ev) - ev.preventDefault(); + + buttons = document.getElementById("buttons"); + buttons.className = ""; + setTimeout(function () { + buttons.className = "open"; + }, 300); + + } diff --git a/bg.png b/bg.png new file mode 100644 index 0000000..321109a Binary files /dev/null and b/bg.png differ diff --git a/index.html b/index.html index 59d6270..45b4b9b 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -17,11 +17,9 @@ - Labelle Litanizer - Outfit-Oriented Ontology from Animal Crossing: New Leaf - ~ Yukkuri Games @@ -36,143 +34,243 @@ }); - -
-
- -

Labelle Litanizer

-
+
-
-
- + +
+
Have you considered...
+
...
+ -
-
Have you considered...
-
...
-
-
- -
-
-
What is this?
-
- The Labelle Litanizer generates random Animal Crossing: - New Leaf outfits. Ignoring the realities of the period - and distribution of your random number generator, all - possible outfits should have some chance of appearing. -
-
What's with the name?
-
- It's inspired by Ian Bogost's - Latour - Litanizer, and his writings about objects and carpentry - more generally. -
-
Why?
-
- Latour litanies confront us with objects in a way that defies - our usual methods of grouping or reduction. In a similar way - the Labelle Litanizer asks us to consider the possible rather - than merely the desirable or expected. New Leaf - contains a huge number of objects you can wear (or otherwise - visibly present with, if you are uncomfortable saying you - are "wearing" an ice cream cone). But that scale and - diversity is obscured due to its grouping algorithms, the - small number presented at any one time, and our cultural - norms about dress. -
-
- Can I restrict it to my / catalogable / easily-accessible - items (no DLC / region-exclusives)? -
-
- No. Instead, consider how the true Daseine of the - objects you think you have are also inaccessible to you. -
-
+
+
What is this?
+
+ The Labelle Litanizer generates random Animal Crossing: + New Leaf outfits. Ignoring the realities of the period + and distribution of your random number generator, all + possible outfits should have some chance of appearing. +
+
What's with the name?
+
+ It's inspired by + Ian's + Latour Litanizer, and his writings about objects and carpentry + more generally. +
+
Why?
+
+ Latour litanies confront us with objects in a way that defies + our usual methods of grouping or reduction. In a similar way + the Labelle Litanizer asks us to consider the possible rather + than merely the desirable or expected. New Leaf + contains a huge number of objects you can wear (or otherwise + visibly present with, if you are uncomfortable saying you + are "wearing" an ice cream cone). But that scale and + diversity is obscured due to its grouping algorithms, the + small number presented at any one time, and our cultural + norms about dress. +
+
+ Can I restrict it to my items? +
+
+ No. Instead, consider how the true Daseine of the + objects you think you have are also inaccessible to you. +
+
diff --git a/labelle-2.png b/labelle-2.png new file mode 100644 index 0000000..f7cf3b0 Binary files /dev/null and b/labelle-2.png differ diff --git a/twitter.png b/twitter.png index 057ab00..db5195e 100644 Binary files a/twitter.png and b/twitter.png differ