diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/img/mario_sprite.png | bin | 0 -> 587087 bytes | |||
| -rw-r--r-- | public/index.html | 15 | ||||
| -rw-r--r-- | public/js/README | 1 | ||||
| -rw-r--r-- | public/js/main.js | 1 |
4 files changed, 17 insertions, 0 deletions
diff --git a/public/img/mario_sprite.png b/public/img/mario_sprite.png Binary files differnew file mode 100644 index 0000000..583992a --- /dev/null +++ b/public/img/mario_sprite.png 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 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width"> + <meta name="description" content="A working example of sprite animation."> + <title>Title</title> +</head> +<body> +<h1>Welcome to Project: TechRPG</h1> +<h2>Pre-Alpha</h2> +<canvas></canvas> +<script src="js/main.js" type="text/javascript"></script> +</body> +</html>
\ 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 |
