From 105422035f5c9fc7eb56e6aa3a4c88a1d1fceba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruben=20M=C3=BCller?= Date: Thu, 2 May 2013 22:50:08 +0200 Subject: [PATCH] Tinylayout if browser.width is smaller than 1000 :) --- dev/index.html | 19 ++++++++++++++++++- doc/TODO | 1 - 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/dev/index.html b/dev/index.html index 3994e86..de29e65 100755 --- a/dev/index.html +++ b/dev/index.html @@ -88,8 +88,25 @@ + + - + diff --git a/doc/TODO b/doc/TODO index 509847e..6b1d8e2 100644 --- a/doc/TODO +++ b/doc/TODO @@ -15,7 +15,6 @@ Initial release ## Polish * Increase points with game length * Randomness for Y position if ball goes straight for too long -* Change layout on smaller screen sizes ## Nice to have * Improve the AI intelligence (more randomness)