some locale changes; remoCon changes on load menu

This commit is contained in:
minjaesong
2023-08-08 17:44:23 +09:00
parent 88d844cc09
commit c0c98c3b80
13 changed files with 84 additions and 57 deletions

View File

@@ -24,7 +24,7 @@ class FixtureTypewriter : FixtureBase {
// constructor used when the game loads from the savefile
constructor() : super(
BlockBox(BlockBox.NO_COLLISION, 1, 1),
nameFun = { Lang["GAME_ITEM_TYPEWRITER"] }
nameFun = { Lang["ITEM_TYPEWRITER"] }
) {
density = 2000.0

View File

@@ -14,7 +14,7 @@ class FixtureWallCalendar : FixtureBase {
constructor() : super(
BlockBox(BlockBox.NO_COLLISION, 1, 1),
nameFun = { Lang["GAME_ITEM_CALENDAR"] }
nameFun = { Lang["ITEM_CALENDAR"] }
) {
val itemImage = FixtureItemBase.getItemImageFromSingleImage("basegame", "sprites/fixtures/calendar.tga")