Implement release fix

Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com>
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
sigonasr2 2022-06-07 00:03:32 -05:00
parent 5b6796d50d
commit 2f35895dde
33 changed files with 13 additions and 3 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

BIN
TestRabi/bin/RabiClone.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
TestRabi/maps/world1.map Normal file

Binary file not shown.

1
TestRabi/runGame Executable file
View File

@ -0,0 +1 @@
java -jar bin/RabiClone.jar

3
TestRabi/runGame.command Executable file
View File

@ -0,0 +1,3 @@
cd bin
java -cp lib/bin -Djava.library.path="lib" -jar RabiClone.jar
cd ..

3
TestRabi/runGame.ps1 Executable file
View File

@ -0,0 +1,3 @@
cd bin
java -jar RabiClone.jar
cd ..

3
TestRabi/runGame.sh Executable file
View File

@ -0,0 +1,3 @@
cd bin
java -Djava.library.path="lib" -jar RabiClone.jar
cd ..

BIN
TestRabi/sprites/1x.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

BIN
TestRabi/sprites/3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
TestRabi/sprites/erina.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

BIN
TestRabi/sprites/tiles.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

View File

@ -1,3 +1,3 @@
cd bin
java -jar RabiClone.jar
java -Djava.library.path="../lib" -jar RabiClone.jar
cd ..

View File

@ -1,3 +1,3 @@
cd bin
java -jar RabiClone.jar
java -Djava.library.path="../lib" -jar RabiClone.jar
cd ..

View File

@ -1,3 +1,3 @@
cd bin
java -jar RabiClone.jar
java -Djava.library.path="../lib" -jar RabiClone.jar
cd ..