Skip to content

Commit

Permalink
Images resized, stage added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaganx0 committed Oct 9, 2023
1 parent fc9f6dc commit af06f6f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file modified source/core/assets/images/HelpScreen/Demonbosshelp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/core/assets/images/HelpScreen/IceBosshelp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/core/assets/images/HelpScreen/Patrickbosshelp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ public void clicked(com.badlogic.gdx.scenes.scene2d.InputEvent event, float x, f
// Move to the next row
imageTextTable.row();
}
stage.addActor(imageTextTable);

}
@Override
public void show() {
Expand Down

0 comments on commit af06f6f

Please sign in to comment.