From df2dd57b5d2a69e91df1138b05c25fd93dffcf8c Mon Sep 17 00:00:00 2001 From: James Gregory Date: Mon, 8 Apr 2013 19:11:31 -0700 Subject: [PATCH] Add index.html for SimpleGame and TestCpp. Set resolution on all canvases to 800x500 to match code. --- .../Cpp/HelloCpp/proj.emscripten/index.html | 2 +- .../Cpp/SimpleGame/proj.emscripten/index.html | 93 +++++++++++++++++++ .../Cpp/TestCpp/proj.emscripten/index.html | 93 +++++++++++++++++++ 3 files changed, 187 insertions(+), 1 deletion(-) create mode 100644 samples/Cpp/SimpleGame/proj.emscripten/index.html create mode 100644 samples/Cpp/TestCpp/proj.emscripten/index.html diff --git a/samples/Cpp/HelloCpp/proj.emscripten/index.html b/samples/Cpp/HelloCpp/proj.emscripten/index.html index 0480111e4c..38194c2555 100644 --- a/samples/Cpp/HelloCpp/proj.emscripten/index.html +++ b/samples/Cpp/HelloCpp/proj.emscripten/index.html @@ -20,7 +20,7 @@
- +

diff --git a/samples/Cpp/SimpleGame/proj.emscripten/index.html b/samples/Cpp/SimpleGame/proj.emscripten/index.html new file mode 100644 index 0000000000..76600b35d0 --- /dev/null +++ b/samples/Cpp/SimpleGame/proj.emscripten/index.html @@ -0,0 +1,93 @@ + + + + + + SimpleGame + + + +
+
Downloading...
+
+ +
+
+ +
+
+
+ Resize canvas + Lock/hide mouse pointer +     + +
+ +
+ +
+ + + + + diff --git a/samples/Cpp/TestCpp/proj.emscripten/index.html b/samples/Cpp/TestCpp/proj.emscripten/index.html new file mode 100644 index 0000000000..8db9f8387e --- /dev/null +++ b/samples/Cpp/TestCpp/proj.emscripten/index.html @@ -0,0 +1,93 @@ + + + + + + TestCpp + + + +
+
Downloading...
+
+ +
+
+ +
+
+
+ Resize canvas + Lock/hide mouse pointer +     + +
+ +
+ +
+ + + + +