From 1177e84b179b79ebc86a08e1fde49ed6cbd1327d Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 2 Jul 2013 10:46:36 -0400 Subject: working --- README | 2 ++ TODO | 2 +- www/css/index.css | 9 ++++++- www/index.html | 1 + www/js/api.js | 69 +++++++++++++++++++++++++++++++++++------------------- www/js/html5ks.js | 14 +++++++---- www/js/imachine.js | 13 +++++++--- 7 files changed, 77 insertions(+), 33 deletions(-) diff --git a/README b/README index 5d9f3d3..8693448 100644 --- a/README +++ b/README @@ -2,6 +2,8 @@ This is an HTML5 implementation of the game Katawa Shoujo. [0] It's still very much a WIP, but at least the first scene displays half-credibly. +Run lighttpd -f lighttpd.conf which just serves files in www with a reasonable MIME type, expiry date and gzip. + If I haven't finished the TODO (probably), check /TODO for a list of things that need to be worked on. *snip* knows I could use another hand on this. [0] http://www.katawa-shoujo.com/ diff --git a/TODO b/TODO index 124d37a..e3ed075 100644 --- a/TODO +++ b/TODO @@ -5,7 +5,7 @@ all of this should (read: must) be completed for a 1.0 release - show command - redo images.js using json including ALL transitions - transitions. ALL THE TRANSITIONS -- text reveal +- ltr text reveal - wallodrugs - fix cursor to apply to all document - cache script.json files diff --git a/www/css/index.css b/www/css/index.css index 85125be..19651da 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -151,6 +151,9 @@ input[type="checkbox"]:checked + span:before { -moz-animation: blink 2s infinite; animation: blink 2s infinite; } +#nvlctc { + bottom: 25px; +} #nvl { position: absolute; top: 0; @@ -160,6 +163,10 @@ input[type="checkbox"]:checked + span:before { background: url("../dump/ui/bg-nvl.png") no-repeat top left; } #nvlsay { - padding: 25px 35px; + padding: 15px 35px; color: white; } +.nvl-block { + display: block; + margin: 10px 8px; +} diff --git a/www/index.html b/www/index.html index ff38ee2..729d26a 100644 --- a/www/index.html +++ b/www/index.html @@ -55,6 +55,7 @@
+