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:
Kewin Kupilas 2024-08-11 17:20:09 +01:00 committed by GitHub
parent b9b99af3d2
commit f2c52e61aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 142 additions and 45 deletions

View file

@ -58,7 +58,7 @@ local strings =
-- Level name strings
lara_home = { "Lara's Home" },
home_level = { "Home Level" },
test_level = { "Test Level" },
title = { "Title" },
}