diff --git a/Projekte/monopoly/client/src/main/java/pp/monopoly/client/gui/TestWorld.java b/Projekte/monopoly/client/src/main/java/pp/monopoly/client/gui/TestWorld.java index 50a2a23..6341ff3 100644 --- a/Projekte/monopoly/client/src/main/java/pp/monopoly/client/gui/TestWorld.java +++ b/Projekte/monopoly/client/src/main/java/pp/monopoly/client/gui/TestWorld.java @@ -80,7 +80,7 @@ public class TestWorld { // Setze das Material mit Textur Material mat = new Material(app.getAssetManager(), "Common/MatDefs/Misc/Unshaded.j3md"); - Texture texture = app.getAssetManager().loadTexture("Pictures/board.png"); + Texture texture = app.getAssetManager().loadTexture("Pictures/board2.png"); mat.setTexture("ColorMap", texture); geom.setMaterial(mat); diff --git a/Projekte/monopoly/client/src/main/resources/Pictures/board2.png b/Projekte/monopoly/client/src/main/resources/Pictures/board2.png new file mode 100644 index 0000000..4cd3bdc Binary files /dev/null and b/Projekte/monopoly/client/src/main/resources/Pictures/board2.png differ