Remove the testrabi folder and fix configurecontrols

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

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.

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

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

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

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 805 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 782 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 735 B

@ -16,6 +16,7 @@ import sig.engine.KeyBind;
import sig.engine.PaletteColor;
import sig.engine.Panel;
import sig.engine.String;
import sig.engine.Transform;
import sig.engine.objects.Object;
public class ConfigureControls extends Object{
@ -152,5 +153,10 @@ public class ConfigureControls extends Object{
assigningKey=false;
}
}
@Override
public Transform getSpriteTransform() {
return Transform.NONE;
}
}

Loading…
Cancel
Save