diff --git a/GeneralMap.java b/GeneralMap.java index 5915596..7641217 100644 --- a/GeneralMap.java +++ b/GeneralMap.java @@ -27,9 +27,9 @@ public class GeneralMap extends World * @param y Y-Ausdehnung * @param p Kantenlänge der Felder in Pixeln */ - super(1920, 1080, 1); + super(1600, 900, 1); addObject(new Menue_Button(),100,38); - addObject(new Roll_Button(),100,1000); - addObject(new Roll_Button(),1814,1000); + addObject(new Roll_Button(),84,835); + addObject(new Roll_Button(),1513,835); } } diff --git a/images/GUI_ZweiundVierzig.png b/images/GUI_ZweiundVierzig.png index bd072cf..bd2a387 100644 Binary files a/images/GUI_ZweiundVierzig.png and b/images/GUI_ZweiundVierzig.png differ diff --git a/images/Menü-Button.png b/images/Menü-Button.png index 38a9bf6..40638ee 100644 Binary files a/images/Menü-Button.png and b/images/Menü-Button.png differ diff --git a/images/Würfel_Button.png b/images/Würfel_Button.png index dfd540e..f0c6d75 100644 Binary files a/images/Würfel_Button.png and b/images/Würfel_Button.png differ