mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Add "Lara's Home" menu entry (#1394)
* Add "Lara's Home" menu entry * Minor things * Move home_level into Strings.lua * Lara's Home -> Home Level --------- Co-authored-by: Sezz <sezzary@outlook.com>
This commit is contained in:
parent
b9b99af3d2
commit
f2c52e61aa
13 changed files with 142 additions and 45 deletions
|
@ -58,7 +58,7 @@ local strings =
|
|||
|
||||
-- Level name strings
|
||||
|
||||
lara_home = { "Lara's Home" },
|
||||
home_level = { "Home Level" },
|
||||
test_level = { "Test Level" },
|
||||
title = { "Title" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue