From 42f5cc57487e56d7f1ba17adafdb725b161248bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=CC=88lscher?= <git@hoelshare.de> Date: Wed, 20 Sep 2017 19:24:08 +0200 Subject: [PATCH] phaser links created --- client/phaser-input.js | 1 + client/phaser.js | 1 + index.html | 10 ++++++++++ 3 files changed, 12 insertions(+) create mode 120000 client/phaser-input.js create mode 120000 client/phaser.js create mode 100644 index.html diff --git a/client/phaser-input.js b/client/phaser-input.js new file mode 120000 index 0000000..6bb03a9 --- /dev/null +++ b/client/phaser-input.js @@ -0,0 +1 @@ +../node_modules/@orange-games/phaser-input/build/phaser-input.js \ No newline at end of file diff --git a/client/phaser.js b/client/phaser.js new file mode 120000 index 0000000..30a258c --- /dev/null +++ b/client/phaser.js @@ -0,0 +1 @@ +../node_modules/phaser-ce/build/phaser.js \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..e86395a --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ +<html> + <head> + <title>a-awesome-game</title> + </head> + <body> + <div id="game-div"></div> + </body> + <script src="client/phaser-input.js"></script> + <script src="client/phaser.js"></script> +</html> \ No newline at end of file -- GitLab