diff --git a/js/resources.epk b/js/resources.epk new file mode 100644 index 0000000..e13cf8e Binary files /dev/null and b/js/resources.epk differ diff --git a/lax1dude/epkcompiler/CompilePackage.jar b/lax1dude/epkcompiler/CompilePackage.jar new file mode 100755 index 0000000..f38365c Binary files /dev/null and b/lax1dude/epkcompiler/CompilePackage.jar differ diff --git a/lax1dude/epkcompiler/run.bat b/lax1dude/epkcompiler/run.bat new file mode 100755 index 0000000..d853ac5 --- /dev/null +++ b/lax1dude/epkcompiler/run.bat @@ -0,0 +1,2 @@ +@echo off +java -jar CompilePackage.jar "../../resources" "../../js/resources.epk" \ No newline at end of file diff --git a/lax1dude/epkcompiler/run_unix.sh b/lax1dude/epkcompiler/run_unix.sh new file mode 100755 index 0000000..cf13f33 --- /dev/null +++ b/lax1dude/epkcompiler/run_unix.sh @@ -0,0 +1,2 @@ +#!/bin/sh +java -jar CompilePackage.jar "../../resources" "../../js/resources.epk" \ No newline at end of file diff --git a/resources/rock.png b/resources/rock.png new file mode 100644 index 0000000..cb2b511 Binary files /dev/null and b/resources/rock.png differ