From e1eb3ffbbfce1c4e6bbc9d940d0a8282d563ef58 Mon Sep 17 00:00:00 2001 From: Mackenzie Fox Date: Thu, 31 Jan 2019 14:49:49 -0500 Subject: [PATCH] plattest --- .DS_Store | Bin 6148 -> 8196 bytes .../appmanifest.json => appmanifest.json | 0 Platformer template/data.json => data.json | 0 .../icons => icons}/icon-114.png | Bin .../icons => icons}/icon-128.png | Bin .../icons => icons}/icon-16.png | Bin .../icons => icons}/icon-256.png | Bin .../icons => icons}/icon-32.png | Bin .../icons => icons}/loading-logo.png | Bin .../backgroundtile-sheet0.png | Bin .../images => images}/jumpthrutile-sheet0.png | Bin .../images => images}/shared-0-sheet0.png | Bin .../images => images}/solidtile-sheet0.png | Bin Platformer template/index.html => index.html | 0 .../offline.json => offline.json | 0 .../scripts => scripts}/c3runtime.js | 0 .../scripts => scripts}/dispatchWorker.js | 0 .../scripts => scripts}/jobWorker.js | 0 .../scripts => scripts}/main.js | 0 .../scripts => scripts}/offlineClient.js | 0 .../scripts => scripts}/register-sw.js | 0 .../scripts => scripts}/supportCheck.js | 0 Platformer template/style.css => style.css | 0 Platformer template/sw.js => sw.js | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename Platformer template/appmanifest.json => appmanifest.json (100%) rename Platformer template/data.json => data.json (100%) rename {Platformer template/icons => icons}/icon-114.png (100%) rename {Platformer template/icons => icons}/icon-128.png (100%) rename {Platformer template/icons => icons}/icon-16.png (100%) rename {Platformer template/icons => icons}/icon-256.png (100%) rename {Platformer template/icons => icons}/icon-32.png (100%) rename {Platformer template/icons => icons}/loading-logo.png (100%) rename {Platformer template/images => images}/backgroundtile-sheet0.png (100%) rename {Platformer template/images => images}/jumpthrutile-sheet0.png (100%) rename {Platformer template/images => images}/shared-0-sheet0.png (100%) rename {Platformer template/images => images}/solidtile-sheet0.png (100%) rename Platformer template/index.html => index.html (100%) rename Platformer template/offline.json => offline.json (100%) rename {Platformer template/scripts => scripts}/c3runtime.js (100%) rename {Platformer template/scripts => scripts}/dispatchWorker.js (100%) rename {Platformer template/scripts => scripts}/jobWorker.js (100%) rename {Platformer template/scripts => scripts}/main.js (100%) rename {Platformer template/scripts => scripts}/offlineClient.js (100%) rename {Platformer template/scripts => scripts}/register-sw.js (100%) rename {Platformer template/scripts => scripts}/supportCheck.js (100%) rename Platformer template/style.css => style.css (100%) rename Platformer template/sw.js => sw.js (100%) diff --git a/.DS_Store b/.DS_Store index 52d6ca37c3465963be8a90c9da4b792b655071e8..4773977841e2feb280acf0fd28317ca641168ae1 100644 GIT binary patch literal 8196 zcmeHM-A)rh6h6c6Rxviw1TOc+#0!L$f?ODrQb9u^hFH`KHPGEIu)5uCx?2m>n%?*h z>Ko{r_ypej3O;~-XJ#bZg(l_3Xq;*0ocTH5nKR$a>@o`xiAuX(B$^{43z>EPGQ>HF z`#GOUW4a{|Er2JgQAj@RlSlCxYtvvDFbo(53%P+R(E%Z^0MHX?mI-CP4lu^nx~z3yY4jio1%*~np|2Q1!O?DOyRz1O zr4^inzI+Hhvd}jaAxDRQTbh$7D{Z7z73Gy(+j|^gl9?%+X(FW}xS0NY3r4lsR^qleWDC+Yoc`=m>EfV$=o&8O$smDOSq=45HY_FOXPo z=*+>@0PY%X1H)|X!$S)rd5|{h9?DJK=M9cd9Yp*kHTsBNoKD=->-N=Y27a6r3g5)o z_{8MYw3W+QxhvMo>S5HWCbgs;S8A>2vgX%4N0)b^C^#+GoTt9m+09?S7lld954~2( z{KYdrtVf+n)DG*h^s`+{4uO>e?dIpY-BM{~-Y%7jy?ML4x>}gGmrJ*MJIxQEm)Z%Oxyb0d4E( zjp;QOBEm8($_0rbZEUzeZaEL-7Oa}6vHceE60HDTpj+6&j89P7!t%QCY2^=9aiZ>IE{I_V8RCz z$$5usV8iDmE63oF4~dIf<~Y(F1ag$x+>@~Br~{RW7*;dIjPB{+lZsIp4KyLLk_L+vV#R`t%=$ ZDBHTPtaV>$^dOlJ0g?tI3w&zl<&?$gl%I%rM!8 TN1BHTVjai@44dP5W-tQ)UDFyX diff --git a/Platformer template/appmanifest.json b/appmanifest.json similarity index 100% rename from Platformer template/appmanifest.json rename to appmanifest.json diff --git a/Platformer template/data.json b/data.json similarity index 100% rename from Platformer template/data.json rename to data.json diff --git a/Platformer template/icons/icon-114.png b/icons/icon-114.png similarity index 100% rename from Platformer template/icons/icon-114.png rename to icons/icon-114.png diff --git a/Platformer template/icons/icon-128.png b/icons/icon-128.png similarity index 100% rename from Platformer template/icons/icon-128.png rename to icons/icon-128.png diff --git a/Platformer template/icons/icon-16.png b/icons/icon-16.png similarity index 100% rename from Platformer template/icons/icon-16.png rename to icons/icon-16.png diff --git a/Platformer template/icons/icon-256.png b/icons/icon-256.png similarity index 100% rename from Platformer template/icons/icon-256.png rename to icons/icon-256.png diff --git a/Platformer template/icons/icon-32.png b/icons/icon-32.png similarity index 100% rename from Platformer template/icons/icon-32.png rename to icons/icon-32.png diff --git a/Platformer template/icons/loading-logo.png b/icons/loading-logo.png similarity index 100% rename from Platformer template/icons/loading-logo.png rename to icons/loading-logo.png diff --git a/Platformer template/images/backgroundtile-sheet0.png b/images/backgroundtile-sheet0.png similarity index 100% rename from Platformer template/images/backgroundtile-sheet0.png rename to images/backgroundtile-sheet0.png diff --git a/Platformer template/images/jumpthrutile-sheet0.png b/images/jumpthrutile-sheet0.png similarity index 100% rename from Platformer template/images/jumpthrutile-sheet0.png rename to images/jumpthrutile-sheet0.png diff --git a/Platformer template/images/shared-0-sheet0.png b/images/shared-0-sheet0.png similarity index 100% rename from Platformer template/images/shared-0-sheet0.png rename to images/shared-0-sheet0.png diff --git a/Platformer template/images/solidtile-sheet0.png b/images/solidtile-sheet0.png similarity index 100% rename from Platformer template/images/solidtile-sheet0.png rename to images/solidtile-sheet0.png diff --git a/Platformer template/index.html b/index.html similarity index 100% rename from Platformer template/index.html rename to index.html diff --git a/Platformer template/offline.json b/offline.json similarity index 100% rename from Platformer template/offline.json rename to offline.json diff --git a/Platformer template/scripts/c3runtime.js b/scripts/c3runtime.js similarity index 100% rename from Platformer template/scripts/c3runtime.js rename to scripts/c3runtime.js diff --git a/Platformer template/scripts/dispatchWorker.js b/scripts/dispatchWorker.js similarity index 100% rename from Platformer template/scripts/dispatchWorker.js rename to scripts/dispatchWorker.js diff --git a/Platformer template/scripts/jobWorker.js b/scripts/jobWorker.js similarity index 100% rename from Platformer template/scripts/jobWorker.js rename to scripts/jobWorker.js diff --git a/Platformer template/scripts/main.js b/scripts/main.js similarity index 100% rename from Platformer template/scripts/main.js rename to scripts/main.js diff --git a/Platformer template/scripts/offlineClient.js b/scripts/offlineClient.js similarity index 100% rename from Platformer template/scripts/offlineClient.js rename to scripts/offlineClient.js diff --git a/Platformer template/scripts/register-sw.js b/scripts/register-sw.js similarity index 100% rename from Platformer template/scripts/register-sw.js rename to scripts/register-sw.js diff --git a/Platformer template/scripts/supportCheck.js b/scripts/supportCheck.js similarity index 100% rename from Platformer template/scripts/supportCheck.js rename to scripts/supportCheck.js diff --git a/Platformer template/style.css b/style.css similarity index 100% rename from Platformer template/style.css rename to style.css diff --git a/Platformer template/sw.js b/sw.js similarity index 100% rename from Platformer template/sw.js rename to sw.js