mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-01-18 20:36:17 +01:00
modified toolbar
This commit is contained in:
parent
b901323e2f
commit
844495ebbb
@ -73,8 +73,8 @@ public class Toolbar extends Dialog implements GameEventListener {
|
||||
private void setupBorders(Container container) {
|
||||
addBorder(0, 205, app.getCamera().getWidth(), 5, ColorRGBA.DarkGray); // Top
|
||||
addBorder(0, 5, app.getCamera().getWidth(), 10, ColorRGBA.DarkGray); // Bottom
|
||||
addBorder(0, 200, 5, 210, ColorRGBA.DarkGray); // Left
|
||||
addBorder(app.getCamera().getWidth() - 5, 200, 5, 210, ColorRGBA.DarkGray); // Right
|
||||
addBorder(0, 200, 8, 210, ColorRGBA.DarkGray); // Left
|
||||
addBorder(app.getCamera().getWidth() - 5, 200, 8, 210, ColorRGBA.DarkGray); // Right
|
||||
}
|
||||
|
||||
private void addBorder(float x, float y, float width, float height, ColorRGBA color) {
|
||||
|
BIN
Projekte/monopoly/client/src/main/resources/Pictures/kontobg.png
Normal file
BIN
Projekte/monopoly/client/src/main/resources/Pictures/kontobg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 195 KiB |
Loading…
Reference in New Issue
Block a user