mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Squashed commit of the following:
Partially move inventory control from renderer Exit statistics with accept key as well Fix blinking Fix various remaining problems Add missing string Fix some menus Finalizing GUI rewrite Work
This commit is contained in:
parent
c387b7f3a4
commit
e127534165
14 changed files with 1196 additions and 1409 deletions
|
@ -780,7 +780,7 @@ local strings = {
|
|||
""
|
||||
},
|
||||
savegame_timestamp = {
|
||||
"%d Days %d:%d:%d",
|
||||
"%02d Days %02d:%02d:%02d",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
|
@ -889,6 +889,16 @@ local strings = {
|
|||
"",
|
||||
""
|
||||
},
|
||||
options = {
|
||||
"Options",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
},
|
||||
sound = {
|
||||
"Sound settings",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue