Bugs bezüglich Footssteps und Animationen behoben

This commit is contained in:
2026-08-21 08:07:10 +02:00
parent 024a7ffaff
commit 5d8e4db468
5 changed files with 68 additions and 34 deletions

View File

@@ -1713,6 +1713,7 @@ public class EditorApp extends Application {
input.activeLayer = SharedInput.LAYER_PLAY_TOOL;
input.playToolMode = SharedInput.PlayToolMode.EDIT;
root.setRight(buildPlayToolPanel());
Platform.runLater(() -> { if (gamePlayBtn != null) gamePlayBtn.requestFocus(); });
});
worldHintLabel = new Label(camHintText());