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:
sigonasr2 2022-06-10 16:43:22 -05:00
parent dd62b04556
commit 6b93bcd50e
42 changed files with 0 additions and 1 deletions

Binary file not shown.

Binary file not shown.

BIN
bin/sig/DrawLoop.class Normal file

Binary file not shown.

BIN
bin/sig/RabiClone.class Normal file

Binary file not shown.

BIN
bin/sig/engine/Action.class Normal file

Binary file not shown.

BIN
bin/sig/engine/Alpha.class Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/sig/engine/Color.class Normal file

Binary file not shown.

BIN
bin/sig/engine/Edge.class Normal file

Binary file not shown.

BIN
bin/sig/engine/Font.class Normal file

Binary file not shown.

Binary file not shown.

BIN
bin/sig/engine/Key.class Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/sig/engine/Object.class Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/sig/engine/Panel.class Normal file

Binary file not shown.

BIN
bin/sig/engine/Point.class Normal file

Binary file not shown.

Binary file not shown.

BIN
bin/sig/engine/Sprite.class Normal file

Binary file not shown.

BIN
bin/sig/engine/String.class Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/sig/map/Map.class Normal file

Binary file not shown.

BIN
bin/sig/map/Maps.class Normal file

Binary file not shown.

BIN
bin/sig/map/Tile.class Normal file

Binary file not shown.

BIN
bin/sig/map/Type.class Normal file

Binary file not shown.

BIN
bin/sig/map/View.class 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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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