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

videobuttons in Position

parent f4f0d39a
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ public class VideoUI {
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);
windowedButton = new WindowedButton(x + 220+65, y + 320, 128, 24, main);
fullscreenEnableButton = new FullscreenEnableButton(x + 220-65, 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