Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit bccfd59

Browse files
author
Ciro Diaz
committed
Update OpenIC
1 parent 2e81673 commit bccfd59

File tree

4 files changed

+3
-199
lines changed

4 files changed

+3
-199
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!-- Dependency versions -->
1818
<lombok.version>1.18.20</lombok.version>
1919
<joml.version>1.10.8</joml.version>
20-
<openic.version>1.3</openic.version>
20+
<openic.version>1.4.1</openic.version>
2121
<vavr.version>0.10.4</vavr.version>
2222
<guppy4j.version>0.0.7</guppy4j.version>
2323
<joptsimple.version>5.0.4</joptsimple.version>
@@ -38,11 +38,11 @@
3838
<version>${joml.version}</version>
3939
</dependency>
4040

41-
<!--<dependency>
41+
<dependency>
4242
<groupId>org.josl.openic</groupId>
4343
<artifactId>openic</artifactId>
4444
<version>${openic.version}</version>
45-
</dependency>-->
45+
</dependency>
4646

4747
<dependency>
4848
<groupId>io.vavr</groupId>

src/main/java/net/opencraft/renderer/screens/Menuscreen.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ private Menuscreen() {
3737
private void initComponents() {
3838

3939
/* Quit Game Button */
40-
4140
this.quitButton = new GuiButton(font) {
4241
public void mouseClicked(int x, int y, int button) {
4342
oc.running = false;
@@ -53,7 +52,6 @@ public void mouseClicked(int x, int y, int button) {
5352
};
5453
settingsButton.setSize(198, 40);
5554

56-
5755
/* Singleplayer button */
5856

5957
this.singlepyButton = new GuiButton(font);

src/main/java/org/josl/openic/Keyboard.java

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/main/java/org/josl/openic/Mouse.java

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)