mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2024-11-25 10:29:43 +01:00
restyled selector
This commit is contained in:
parent
4713a526b3
commit
4a9eba255b
@ -228,6 +228,7 @@ public class MonopolyApp extends SimpleApplication implements MonopolyClient, Ga
|
||||
private void setupGui() {
|
||||
GuiGlobals.initialize(this);
|
||||
BaseStyles.loadStyleResources(STYLES_SCRIPT);
|
||||
BaseStyles.loadGlassStyle();
|
||||
GuiGlobals.getInstance().getStyles().setDefaultStyle("pp"); //NON-NLS
|
||||
final BitmapFont normalFont = assetManager.loadFont(FONT); //NON-NLS
|
||||
topText = new BitmapText(normalFont);
|
||||
|
Loading…
Reference in New Issue
Block a user