From 96021d7aa269aa446ce86bf0d3e4672b69636b2c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 31 Aug 2019 11:37:47 -0400 Subject: Stuff --- public/img/mario_sprite.png | Bin 0 -> 587087 bytes public/index.html | 15 +++++++++++++++ public/js/README | 1 + public/js/main.js | 1 + 4 files changed, 17 insertions(+) create mode 100644 public/img/mario_sprite.png create mode 100644 public/index.html create mode 100644 public/js/README create mode 100644 public/js/main.js (limited to 'public') diff --git a/public/img/mario_sprite.png b/public/img/mario_sprite.png new file mode 100644 index 0000000..583992a Binary files /dev/null and b/public/img/mario_sprite.png differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..7fc0718 --- /dev/null +++ b/public/index.html @@ -0,0 +1,15 @@ + + + + + + + Title + + +

Welcome to Project: TechRPG

+

Pre-Alpha

+ + + + \ No newline at end of file diff --git a/public/js/README b/public/js/README new file mode 100644 index 0000000..2aba217 --- /dev/null +++ b/public/js/README @@ -0,0 +1 @@ +Please note that this folder contains obfuscated code and use (src/js) folder instead. \ No newline at end of file diff --git a/public/js/main.js b/public/js/main.js new file mode 100644 index 0000000..60bd47b --- /dev/null +++ b/public/js/main.js @@ -0,0 +1 @@ +var _0x2ebe=['context','width','height','Script\x20has\x20been\x20started','src','images/coin-sprite-animation.png'];(function(_0x571588,_0x3cdf19){var _0x59e977=function(_0x16d605){while(--_0x16d605){_0x571588['push'](_0x571588['shift']());}};_0x59e977(++_0x3cdf19);}(_0x2ebe,0x1dd));var _0x31f5=function(_0x58a9a4,_0x35d81b){_0x58a9a4=_0x58a9a4-0x0;var _0x2395e2=_0x2ebe[_0x58a9a4];return _0x2395e2;};console['log'](_0x31f5('0x0'));var coinImage=new Image();coinImage[_0x31f5('0x1')]=_0x31f5('0x2');function main(_0x505f11){var _0xf724a9={};_0xf724a9[_0x31f5('0x3')]=_0x505f11[_0x31f5('0x3')];_0xf724a9[_0x31f5('0x4')]=_0x505f11[_0x31f5('0x4')];_0xf724a9[_0x31f5('0x5')]=_0x505f11[_0x31f5('0x5')];_0xf724a9['image']=_0x505f11['image'];return _0xf724a9;} \ No newline at end of file -- cgit v1.2.3