Skip to content

Commit

Permalink
Update OpenIC
Browse files Browse the repository at this point in the history
  • Loading branch information
CiroZDP committed Sep 14, 2024
1 parent 2e81673 commit bccfd59
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 199 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- Dependency versions -->
<lombok.version>1.18.20</lombok.version>
<joml.version>1.10.8</joml.version>
<openic.version>1.3</openic.version>
<openic.version>1.4.1</openic.version>
<vavr.version>0.10.4</vavr.version>
<guppy4j.version>0.0.7</guppy4j.version>
<joptsimple.version>5.0.4</joptsimple.version>
Expand All @@ -38,11 +38,11 @@
<version>${joml.version}</version>
</dependency>

<!--<dependency>
<dependency>
<groupId>org.josl.openic</groupId>
<artifactId>openic</artifactId>
<version>${openic.version}</version>
</dependency>-->
</dependency>

<dependency>
<groupId>io.vavr</groupId>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/net/opencraft/renderer/screens/Menuscreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ private Menuscreen() {
private void initComponents() {

/* Quit Game Button */

this.quitButton = new GuiButton(font) {
public void mouseClicked(int x, int y, int button) {
oc.running = false;
Expand All @@ -53,7 +52,6 @@ public void mouseClicked(int x, int y, int button) {
};
settingsButton.setSize(198, 40);


/* Singleplayer button */

this.singlepyButton = new GuiButton(font);
Expand Down
65 changes: 0 additions & 65 deletions src/main/java/org/josl/openic/Keyboard.java

This file was deleted.

129 changes: 0 additions & 129 deletions src/main/java/org/josl/openic/Mouse.java

This file was deleted.

0 comments on commit bccfd59

Please sign in to comment.