Skip to content

Commit

Permalink
Use tabs in the test screen
Browse files Browse the repository at this point in the history
  • Loading branch information
SmylerMC committed Jul 20, 2024
1 parent 4733dbe commit 2bf75b7
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 286 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import fr.thesmyler.smylibgui.screen.HudScreen;
import fr.thesmyler.terramap.TerramapConfig;
import net.smyler.smylib.gui.screen.TestScreen;
import net.smyler.smylib.gui.screen.test.TestScreen;
import fr.thesmyler.terramap.TerramapMod;
import fr.thesmyler.terramap.command.OpenMapCommand;
import fr.thesmyler.terramap.eventhandlers.ClientTerramapEventHandler;
Expand Down
10 changes: 10 additions & 0 deletions smylib/core/src/main/java/net/smyler/smylib/game/GameClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
*/
public interface GameClient {

/**
* @return the version of the game
*/
String gameVersion();

/**
* @return the current mod loader (e.g. Forge, Fabric...)
*/
String modLoader();

/**
* @return the effective width of the window when scaling is taken into account
*/
Expand Down
285 changes: 0 additions & 285 deletions smylib/core/src/main/java/net/smyler/smylib/gui/screen/TestScreen.java

This file was deleted.

Loading

0 comments on commit 2bf75b7

Please sign in to comment.