Remove d3d requirement
Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
dd62b04556
commit
6b93bcd50e
Binary file not shown.
Binary file not shown.
BIN
bin/sig/DrawLoop.class
Normal file
BIN
bin/sig/DrawLoop.class
Normal file
Binary file not shown.
BIN
bin/sig/RabiClone.class
Normal file
BIN
bin/sig/RabiClone.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Action.class
Normal file
BIN
bin/sig/engine/Action.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Alpha.class
Normal file
BIN
bin/sig/engine/Alpha.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/AnimatedObject.class
Normal file
BIN
bin/sig/engine/AnimatedObject.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/AnimatedSprite.class
Normal file
BIN
bin/sig/engine/AnimatedSprite.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Color.class
Normal file
BIN
bin/sig/engine/Color.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Edge.class
Normal file
BIN
bin/sig/engine/Edge.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Font.class
Normal file
BIN
bin/sig/engine/Font.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/GameEntity.class
Normal file
BIN
bin/sig/engine/GameEntity.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Key.class
Normal file
BIN
bin/sig/engine/Key.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/KeyBind.class
Normal file
BIN
bin/sig/engine/KeyBind.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/MouseScrollValue.class
Normal file
BIN
bin/sig/engine/MouseScrollValue.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Object.class
Normal file
BIN
bin/sig/engine/Object.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/PaletteColor.class
Normal file
BIN
bin/sig/engine/PaletteColor.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Panel$1.class
Normal file
BIN
bin/sig/engine/Panel$1.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Panel$2.class
Normal file
BIN
bin/sig/engine/Panel$2.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Panel$3.class
Normal file
BIN
bin/sig/engine/Panel$3.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Panel.class
Normal file
BIN
bin/sig/engine/Panel.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Point.class
Normal file
BIN
bin/sig/engine/Point.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Rectangle.class
Normal file
BIN
bin/sig/engine/Rectangle.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Sprite.class
Normal file
BIN
bin/sig/engine/Sprite.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/String.class
Normal file
BIN
bin/sig/engine/String.class
Normal file
Binary file not shown.
BIN
bin/sig/engine/Transform.class
Normal file
BIN
bin/sig/engine/Transform.class
Normal file
Binary file not shown.
BIN
bin/sig/map/Background.class
Normal file
BIN
bin/sig/map/Background.class
Normal file
Binary file not shown.
BIN
bin/sig/map/CollisionType.class
Normal file
BIN
bin/sig/map/CollisionType.class
Normal file
Binary file not shown.
BIN
bin/sig/map/Map.class
Normal file
BIN
bin/sig/map/Map.class
Normal file
Binary file not shown.
BIN
bin/sig/map/Maps.class
Normal file
BIN
bin/sig/map/Maps.class
Normal file
Binary file not shown.
BIN
bin/sig/map/Tile.class
Normal file
BIN
bin/sig/map/Tile.class
Normal file
Binary file not shown.
BIN
bin/sig/map/Type.class
Normal file
BIN
bin/sig/map/Type.class
Normal file
Binary file not shown.
BIN
bin/sig/map/View.class
Normal file
BIN
bin/sig/map/View.class
Normal file
Binary file not shown.
BIN
bin/sig/objects/ConfigureControls.class
Normal file
BIN
bin/sig/objects/ConfigureControls.class
Normal file
Binary file not shown.
BIN
bin/sig/objects/EditorRenderer$1.class
Normal file
BIN
bin/sig/objects/EditorRenderer$1.class
Normal file
Binary file not shown.
BIN
bin/sig/objects/EditorRenderer.class
Normal file
BIN
bin/sig/objects/EditorRenderer.class
Normal file
Binary file not shown.
BIN
bin/sig/objects/LevelRenderer.class
Normal file
BIN
bin/sig/objects/LevelRenderer.class
Normal file
Binary file not shown.
BIN
bin/sig/objects/Player$1.class
Normal file
BIN
bin/sig/objects/Player$1.class
Normal file
Binary file not shown.
BIN
bin/sig/objects/Player.class
Normal file
BIN
bin/sig/objects/Player.class
Normal file
Binary file not shown.
BIN
bin/sig/objects/actor/State.class
Normal file
BIN
bin/sig/objects/actor/State.class
Normal file
Binary file not shown.
BIN
bin/sig/utils/TimeUtils.class
Normal file
BIN
bin/sig/utils/TimeUtils.class
Normal file
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…
x
Reference in New Issue
Block a user