Added LAX1DUDE's EPK compiler

This commit is contained in:
PeytonPlayz595 2023-07-10 20:32:35 -04:00
parent bd91221da9
commit eb7a5b3ad2
5 changed files with 4 additions and 0 deletions

BIN
js/resources.epk Normal file

Binary file not shown.

Binary file not shown.

2
lax1dude/epkcompiler/run.bat Executable file
View File

@ -0,0 +1,2 @@
@echo off
java -jar CompilePackage.jar "../../resources" "../../js/resources.epk"

View File

@ -0,0 +1,2 @@
#!/bin/sh
java -jar CompilePackage.jar "../../resources" "../../js/resources.epk"

BIN
resources/rock.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB