Added messages_core.dat and extracted text from it to GitHub, moved game credits to Settings, made credits translatable, tweaked some messages

This commit is contained in:
Maruno17
2023-06-25 16:53:13 +01:00
parent 7d77c5f3fc
commit 22fa0f9c0b
36 changed files with 21505 additions and 100 deletions

View File

@@ -73,9 +73,9 @@ end
# Add to Debug menu
#===============================================================================
MenuHandlers.add(:debug_menu, :print_move_target_functions, {
"name" => _INTL("Print Out Move Targets"),
"name" => "Print Out Move Targets",
"parent" => :main,
"description" => _INTL("Print all blah blah blah."),
"description" => "Print all blah blah blah.",
"effect" => proc {
marListMoveTargetFunctionCodes
}