model pfad gefixt

This commit is contained in:
Luca Puderbach 2024-12-01 16:29:25 +01:00
parent 6bd1ed6e3a
commit 9bf9e8406b

View File

@ -111,7 +111,7 @@ public class TestWorld implements GameEventListener {
Player player = playerHandler.getPlayers().get(i);
try {
com.jme3.scene.Spatial model = app.getAssetManager().loadModel(
"Models/" + player.getFigure().getType() + "/" + player.getFigure().getType() + ".j3o"
"models/" + player.getFigure().getType() + "/" + player.getFigure().getType() + ".j3o"
);
model.setLocalScale(0.5f);