Skip to content
Snippets Groups Projects
Commit a9974a75 authored by Samuel Nejati Masouleh's avatar Samuel Nejati Masouleh
Browse files

unnecessary changes

parent 3a83b288
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,8 @@ public class OptionUI {
x = main.WIDTH/2 - optionsBackgroundTexture.getWidth()/2;
y = main.HEIGHT/2 - optionsBackgroundTexture.getHeight()/2;
videoButton = new VideoButton(x+220, y+270, 128, 24, this);
optionenBackButton = new OptionenBackButton(x+220, y+220, 128, 24, this, pauseMenuUI);
optionenBackButton = new OptionenBackButton(x+220, y+100, 128, 24, this, pauseMenuUI);
videoButton = new VideoButton(x+220, y+220, 128, 24, this);
generalButton = new GeneralButton(x+220, y+320, 128, 24, this);
stage.addActor(optionenBackButton);
......
......@@ -61,9 +61,10 @@ public class VideoUI {
x = main.WIDTH / 2 - backgroundTexture.getWidth() / 2;
y = main.HEIGHT / 2 - backgroundTexture.getHeight() / 2;
fullscreenEnableButton = new FullscreenEnableButton(x + 220-64, y + 320, 128, 24, main);
windowedButton = new WindowedButton(x + 220+64, y + 370, 128, 24, main);
backButton = new BackButton(x + 220, y + 270, 128, 24, optionUI, this);
backButton = new BackButton(x + 220, y + 100, 128, 24, optionUI, this);
windowedButton = new WindowedButton(x + 220, y + 220, 128, 24, main);
fullscreenEnableButton = new FullscreenEnableButton(x + 220, y + 320, 128, 24, main);
stage.addActor(backButton);
stage.addActor(windowedButton);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment