Remove d3d requirement

Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com>
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
sigonasr2 3 years ago
parent dd62b04556
commit 6b93bcd50e
  1. BIN
      RabiClone_0.0a.zip
  2. BIN
      bin/RabiClone.jar
  3. BIN
      bin/sig/DrawLoop.class
  4. BIN
      bin/sig/RabiClone.class
  5. BIN
      bin/sig/engine/Action.class
  6. BIN
      bin/sig/engine/Alpha.class
  7. BIN
      bin/sig/engine/AnimatedObject.class
  8. BIN
      bin/sig/engine/AnimatedSprite.class
  9. BIN
      bin/sig/engine/Color.class
  10. BIN
      bin/sig/engine/Edge.class
  11. BIN
      bin/sig/engine/Font.class
  12. BIN
      bin/sig/engine/GameEntity.class
  13. BIN
      bin/sig/engine/Key.class
  14. BIN
      bin/sig/engine/KeyBind.class
  15. BIN
      bin/sig/engine/MouseScrollValue.class
  16. BIN
      bin/sig/engine/Object.class
  17. BIN
      bin/sig/engine/PaletteColor.class
  18. BIN
      bin/sig/engine/Panel$1.class
  19. BIN
      bin/sig/engine/Panel$2.class
  20. BIN
      bin/sig/engine/Panel$3.class
  21. BIN
      bin/sig/engine/Panel.class
  22. BIN
      bin/sig/engine/Point.class
  23. BIN
      bin/sig/engine/Rectangle.class
  24. BIN
      bin/sig/engine/Sprite.class
  25. BIN
      bin/sig/engine/String.class
  26. BIN
      bin/sig/engine/Transform.class
  27. BIN
      bin/sig/map/Background.class
  28. BIN
      bin/sig/map/CollisionType.class
  29. BIN
      bin/sig/map/Map.class
  30. BIN
      bin/sig/map/Maps.class
  31. BIN
      bin/sig/map/Tile.class
  32. BIN
      bin/sig/map/Type.class
  33. BIN
      bin/sig/map/View.class
  34. BIN
      bin/sig/objects/ConfigureControls.class
  35. BIN
      bin/sig/objects/EditorRenderer$1.class
  36. BIN
      bin/sig/objects/EditorRenderer.class
  37. BIN
      bin/sig/objects/LevelRenderer.class
  38. BIN
      bin/sig/objects/Player$1.class
  39. BIN
      bin/sig/objects/Player.class
  40. BIN
      bin/sig/objects/actor/State.class
  41. BIN
      bin/sig/utils/TimeUtils.class
  42. 1
      src/sig/RabiClone.java

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.

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.

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.

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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -63,7 +63,6 @@ public class RabiClone {
public static void main(String[] args) { public static void main(String[] args) {
System.setProperty("sun.java2d.transaccel", "True"); System.setProperty("sun.java2d.transaccel", "True");
System.setProperty("sun.java2d.d3d", "True");
System.setProperty("sun.java2d.ddforcevram", "True"); System.setProperty("sun.java2d.ddforcevram", "True");
Key.InitializeKeyConversionMap(); Key.InitializeKeyConversionMap();

Loading…
Cancel
Save