diff --git a/gdx-core/src/main/kotlin/relativitization/game/components/GameScreenControlBar.kt b/gdx-core/src/main/kotlin/relativitization/game/components/GameScreenControlBar.kt index d88023ce..76e7e5ff 100644 --- a/gdx-core/src/main/kotlin/relativitization/game/components/GameScreenControlBar.kt +++ b/gdx-core/src/main/kotlin/relativitization/game/components/GameScreenControlBar.kt @@ -649,16 +649,16 @@ class GameScreenControlBar( leftTopTable.add(timeDelayLabel).space(10f) - leftTopTable.add(createLabel("z limit:", gdxSettings.smallFontSize)) + leftTopTable.add(createLabel("z limit: ", gdxSettings.smallFontSize)) leftTopTable.add(zLimitSelectBox).space(10f) - leftBottomTable.add(createLabel("x:", gdxSettings.smallFontSize)) + leftBottomTable.add(createLabel("x: ", gdxSettings.smallFontSize)) leftBottomTable.add(xCoordinateSelectBox).space(10f) - leftBottomTable.add(createLabel("y:", gdxSettings.smallFontSize)) + leftBottomTable.add(createLabel("y: ", gdxSettings.smallFontSize)) leftBottomTable.add(yCoordinateSelectBox).space(10f) - leftBottomTable.add(createLabel("z:", gdxSettings.smallFontSize)) + leftBottomTable.add(createLabel("z: ", gdxSettings.smallFontSize)) leftBottomTable.add(zCoordinateSelectBox).space(10f) rightTable.add(confirmViewButton) diff --git a/gdx-core/src/main/kotlin/relativitization/game/components/upper/defaults/EconomyInfoPane.kt b/gdx-core/src/main/kotlin/relativitization/game/components/upper/defaults/EconomyInfoPane.kt index 6dd505dc..3c1e44a8 100644 --- a/gdx-core/src/main/kotlin/relativitization/game/components/upper/defaults/EconomyInfoPane.kt +++ b/gdx-core/src/main/kotlin/relativitization/game/components/upper/defaults/EconomyInfoPane.kt @@ -667,7 +667,7 @@ class EconomyInfoPane(val game: RelativitizationGame) : UpperInfoPane