organize imports
This commit is contained in:
parent
cabbe9cda5
commit
9df6406a93
46 changed files with 59 additions and 62 deletions
|
@ -2,8 +2,8 @@ package game.gui;
|
|||
|
||||
import game.color.TextColor;
|
||||
import game.gui.element.ActButton;
|
||||
import game.gui.element.Label;
|
||||
import game.gui.element.ActButton.Mode;
|
||||
import game.gui.element.Label;
|
||||
|
||||
public class GuiGameOver extends Gui {
|
||||
public static final GuiGameOver INSTANCE = new GuiGameOver();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue