mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-01-19 00:06:16 +01:00
set correct translation
This commit is contained in:
parent
f0eeff3493
commit
afa2ebd004
@ -44,7 +44,7 @@ public class LooserPopUp extends Dialog {
|
||||
Button cancelButton = inputContainer.addChild(new Button("Spiel beenden"));
|
||||
cancelButton.addClickCommands(source -> ifTopDialog(app::closeApp));
|
||||
|
||||
inputContainer.setLocalTranslation(300, 800, 0);
|
||||
inputContainer.setLocalTranslation(300, 800, 10);
|
||||
app.getGuiNode().attachChild(inputContainer);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user