diff --git a/dev/index.html b/dev/index.html index 5deb3f3..fc9145f 100755 --- a/dev/index.html +++ b/dev/index.html @@ -1,32 +1,82 @@ - Impact Game + + UberPong – proudly presented by Team ARG + + + + + + + diff --git a/dev/lib/game/main.js b/dev/lib/game/main.js index daa2b9f..7cecbb1 100755 --- a/dev/lib/game/main.js +++ b/dev/lib/game/main.js @@ -1,8 +1,8 @@ -ig.module( + ig.module( 'game.main' ) .requires( - 'impact.debug.menu', + //'impact.debug.menu', 'impact.game', 'impact.font', diff --git a/dev/media/favicon.ico b/dev/media/favicon.ico new file mode 100644 index 0000000..ae1abab Binary files /dev/null and b/dev/media/favicon.ico differ diff --git a/dev/media/layout-background.jpg b/dev/media/layout-background.jpg new file mode 100644 index 0000000..ff30602 Binary files /dev/null and b/dev/media/layout-background.jpg differ diff --git a/dev/media/layout-gamelogo.png b/dev/media/layout-gamelogo.png new file mode 100644 index 0000000..3b6d8a8 Binary files /dev/null and b/dev/media/layout-gamelogo.png differ diff --git a/dev/media/logo-impact-s.png b/dev/media/logo-impact-s.png new file mode 100644 index 0000000..2371579 Binary files /dev/null and b/dev/media/logo-impact-s.png differ diff --git a/dev/media/logo-teamarg-s.png b/dev/media/logo-teamarg-s.png new file mode 100644 index 0000000..697dd6c Binary files /dev/null and b/dev/media/logo-teamarg-s.png differ diff --git a/dev/media/tileset-bg.png b/dev/media/tileset-bg.png new file mode 100644 index 0000000..1cb9996 Binary files /dev/null and b/dev/media/tileset-bg.png differ diff --git a/doc/TODO b/doc/TODO index c810d25..4fb8222 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,6 @@ Initial release ## GFX * Title Screen -* Main background screen (CSS/HTML Canvas) * Game over screen (change main background) * Highscore-Screen * Font for score (search fo a tool and make it fancy)