mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-04-12 04:31:07 +02:00
Compare commits
3 Commits
7b82b20736
...
b680d7bc58
Author | SHA1 | Date | |
---|---|---|---|
|
b680d7bc58 | ||
|
30559bf443 | ||
|
8774c4246d |
@ -154,6 +154,7 @@ public class LobbyMenu extends Dialog {
|
||||
figures.add("Katze");
|
||||
figures.add("OOP");
|
||||
figures.add("Handyholster");
|
||||
figures.add("Panzer");
|
||||
|
||||
|
||||
figureDropdown = new Selector<>(figures, "glass");
|
||||
|
@ -94,14 +94,14 @@ public class BuildingPropertyCard extends Dialog {
|
||||
buildingPropertyContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - buildingPropertyContainer.getPreferredSize().x) / 2,
|
||||
(app.getCamera().getHeight() + buildingPropertyContainer.getPreferredSize().y) / 2,
|
||||
16
|
||||
8
|
||||
);
|
||||
|
||||
// Zentriere das Popup
|
||||
backgroundContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - buildingPropertyContainer.getPreferredSize().x - padding) / 2,
|
||||
(app.getCamera().getHeight() + buildingPropertyContainer.getPreferredSize().y+ padding) / 2,
|
||||
15
|
||||
7
|
||||
);
|
||||
|
||||
app.getGuiNode().attachChild(buildingPropertyContainer);
|
||||
|
@ -125,13 +125,13 @@ public class BuyHouse extends Dialog {
|
||||
buyHouseContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - buyHouseContainer.getPreferredSize().x) / 2,
|
||||
(app.getCamera().getHeight() + buyHouseContainer.getPreferredSize().y) / 2,
|
||||
9
|
||||
8
|
||||
);
|
||||
|
||||
backgroundContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - buyHouseContainer.getPreferredSize().x - padding) / 2,
|
||||
(app.getCamera().getHeight() + buyHouseContainer.getPreferredSize().y + padding) / 2,
|
||||
8
|
||||
7
|
||||
);
|
||||
|
||||
app.getGuiNode().attachChild(buyHouseContainer);
|
||||
|
@ -83,14 +83,14 @@ public class EventCardPopup extends Dialog {
|
||||
eventCardContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - eventCardContainer.getPreferredSize().x) / 2,
|
||||
(app.getCamera().getHeight() + eventCardContainer.getPreferredSize().y) / 2,
|
||||
10
|
||||
8
|
||||
);
|
||||
|
||||
// Zentriere das Popup
|
||||
backgroundContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - eventCardContainer.getPreferredSize().x - padding) / 2,
|
||||
(app.getCamera().getHeight() + eventCardContainer.getPreferredSize().y+ padding) / 2,
|
||||
9
|
||||
7
|
||||
);
|
||||
|
||||
app.getGuiNode().attachChild(eventCardContainer);
|
||||
|
@ -81,14 +81,14 @@ public class Gulag extends Dialog {
|
||||
gulagContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - gulagContainer.getPreferredSize().x) / 2,
|
||||
(app.getCamera().getHeight() + gulagContainer.getPreferredSize().y) / 2,
|
||||
12
|
||||
8
|
||||
);
|
||||
|
||||
// Zentriere das Popup
|
||||
backgroundContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - gulagContainer.getPreferredSize().x - padding) / 2,
|
||||
(app.getCamera().getHeight() + gulagContainer.getPreferredSize().y+ padding) / 2,
|
||||
11
|
||||
7
|
||||
);
|
||||
|
||||
app.getGuiNode().attachChild(gulagContainer);
|
||||
|
@ -95,14 +95,14 @@ public class GulagInfo extends Dialog {
|
||||
gulagInfoContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - gulagInfoContainer.getPreferredSize().x) / 2,
|
||||
(app.getCamera().getHeight() + gulagInfoContainer.getPreferredSize().y) / 2,
|
||||
14
|
||||
8
|
||||
);
|
||||
|
||||
// Zentriere das Menü
|
||||
backgroundContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - gulagInfoContainer.getPreferredSize().x - padding) / 2,
|
||||
(app.getCamera().getHeight() + gulagInfoContainer.getPreferredSize().y+ padding) / 2,
|
||||
13
|
||||
7
|
||||
);
|
||||
|
||||
if(app.getGameLogic().getPlayerHandler().getPlayerById(app.getId()).getNumJailCard() == 0) {
|
||||
|
@ -128,14 +128,14 @@ public class RepayMortage extends Dialog {
|
||||
repayMortageContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - repayMortageContainer.getPreferredSize().x) / 2,
|
||||
(app.getCamera().getHeight() + repayMortageContainer.getPreferredSize().y) / 2,
|
||||
9
|
||||
8
|
||||
);
|
||||
|
||||
// Zentriere das Popup
|
||||
backgroundContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - repayMortageContainer.getPreferredSize().x - padding) / 2,
|
||||
(app.getCamera().getHeight() + repayMortageContainer.getPreferredSize().y+ padding) / 2,
|
||||
8
|
||||
7
|
||||
);
|
||||
|
||||
app.getGuiNode().attachChild(repayMortageContainer);
|
||||
|
@ -128,14 +128,14 @@ public class SellHouse extends Dialog {
|
||||
sellhouseContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - sellhouseContainer.getPreferredSize().x) / 2,
|
||||
(app.getCamera().getHeight() + sellhouseContainer.getPreferredSize().y) / 2,
|
||||
9
|
||||
8
|
||||
);
|
||||
|
||||
// Zentriere das Popup
|
||||
backgroundContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - sellhouseContainer.getPreferredSize().x - padding) / 2,
|
||||
(app.getCamera().getHeight() + sellhouseContainer.getPreferredSize().y+ padding) / 2,
|
||||
8
|
||||
7
|
||||
);
|
||||
|
||||
app.getGuiNode().attachChild(sellhouseContainer);
|
||||
|
@ -129,14 +129,14 @@ public class TakeMortage extends Dialog {
|
||||
takeMortageContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - takeMortageContainer.getPreferredSize().x) / 2,
|
||||
(app.getCamera().getHeight() + takeMortageContainer.getPreferredSize().y) / 2,
|
||||
9
|
||||
8
|
||||
);
|
||||
|
||||
// Zentriere das Popup
|
||||
backgroundContainer.setLocalTranslation(
|
||||
(app.getCamera().getWidth() - takeMortageContainer.getPreferredSize().x - padding) / 2,
|
||||
(app.getCamera().getHeight() + takeMortageContainer.getPreferredSize().y+ padding) / 2,
|
||||
8
|
||||
7
|
||||
);
|
||||
|
||||
app.getGuiNode().attachChild(takeMortageContainer);
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
Binary file not shown.
Loading…
Reference in New Issue
Block a user