Skip to content

Commit

Permalink
restore UI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Jun 15, 2021
1 parent aafb65f commit ff3f9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/almasb/wolfx/WolFXApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ protected void initUI() {
"L - Exit game",
Color.BLACK, 24.0);

//addUINode(text, 50, 50);
addUINode(text, 50, 50);

var hpBar = new Bar(300, 15, Color.LIGHTGREEN);
hpBar.setValue(90);
Expand Down

0 comments on commit ff3f9e1

Please sign in to comment.