From 22eb76b98cfc9ccdc019fa3cc033a22cddd63d84 Mon Sep 17 00:00:00 2001 From: Miguel Angel Astor Romero Date: Mon, 29 Oct 2018 04:37:44 -0400 Subject: [PATCH] Moved the files out of the docs folder. --- {docs/img => img}/ball.png | Bin {docs/img => img}/bckg.png | Bin {docs/img => img}/button.png | Bin {docs/img => img}/computer.png | Bin {docs/img => img}/paddle.png | Bin {docs/img => img}/wobble.png | Bin docs/index.html => index.html | 0 {docs/js => js}/game.js | 0 {docs/js => js}/phaser.min.js | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {docs/img => img}/ball.png (100%) rename {docs/img => img}/bckg.png (100%) rename {docs/img => img}/button.png (100%) rename {docs/img => img}/computer.png (100%) rename {docs/img => img}/paddle.png (100%) rename {docs/img => img}/wobble.png (100%) rename docs/index.html => index.html (100%) rename {docs/js => js}/game.js (100%) rename {docs/js => js}/phaser.min.js (100%) diff --git a/docs/img/ball.png b/img/ball.png similarity index 100% rename from docs/img/ball.png rename to img/ball.png diff --git a/docs/img/bckg.png b/img/bckg.png similarity index 100% rename from docs/img/bckg.png rename to img/bckg.png diff --git a/docs/img/button.png b/img/button.png similarity index 100% rename from docs/img/button.png rename to img/button.png diff --git a/docs/img/computer.png b/img/computer.png similarity index 100% rename from docs/img/computer.png rename to img/computer.png diff --git a/docs/img/paddle.png b/img/paddle.png similarity index 100% rename from docs/img/paddle.png rename to img/paddle.png diff --git a/docs/img/wobble.png b/img/wobble.png similarity index 100% rename from docs/img/wobble.png rename to img/wobble.png diff --git a/docs/index.html b/index.html similarity index 100% rename from docs/index.html rename to index.html diff --git a/docs/js/game.js b/js/game.js similarity index 100% rename from docs/js/game.js rename to js/game.js diff --git a/docs/js/phaser.min.js b/js/phaser.min.js similarity index 100% rename from docs/js/phaser.min.js rename to js/phaser.min.js