Implement release fix

Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com>
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
sigonasr2 3 years ago
parent 5b6796d50d
commit 2f35895dde
  1. BIN
      RabiClone_0.0a.zip
  2. BIN
      TestRabi/backgrounds/back1.gif
  3. BIN
      TestRabi/backgrounds/back2.gif
  4. BIN
      TestRabi/backgrounds/back3.gif
  5. BIN
      TestRabi/bin/RabiClone.jar
  6. BIN
      TestRabi/lib/jinput-dx8_64.dll
  7. BIN
      TestRabi/lib/jinput-raw_64.dll
  8. BIN
      TestRabi/lib/jinput-wintab.dll
  9. BIN
      TestRabi/lib/libjinput-linux64.so
  10. BIN
      TestRabi/lib/libjinput-osx.jnilib
  11. BIN
      TestRabi/maps/world1.map
  12. 1
      TestRabi/runGame
  13. 3
      TestRabi/runGame.command
  14. 3
      TestRabi/runGame.ps1
  15. 3
      TestRabi/runGame.sh
  16. BIN
      TestRabi/sprites/1x.gif
  17. BIN
      TestRabi/sprites/3x.png
  18. BIN
      TestRabi/sprites/Profont.gif
  19. BIN
      TestRabi/sprites/erina.gif
  20. BIN
      TestRabi/sprites/erina_jump_fall.gif
  21. BIN
      TestRabi/sprites/erina_jump_fall1.gif
  22. BIN
      TestRabi/sprites/erina_jump_rise.gif
  23. BIN
      TestRabi/sprites/erina_jump_rise1.gif
  24. BIN
      TestRabi/sprites/erina_slide.gif
  25. BIN
      TestRabi/sprites/erina_slide1.gif
  26. BIN
      TestRabi/sprites/erina_walk.gif
  27. BIN
      TestRabi/sprites/erinoah.gif
  28. BIN
      TestRabi/sprites/maptileinfo-1.png.png
  29. BIN
      TestRabi/sprites/maptileinfo.gif
  30. BIN
      TestRabi/sprites/tiles.gif
  31. 2
      runGame.command
  32. 2
      runGame.ps1
  33. 2
      runGame.sh

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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

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

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

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

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

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