mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 07:35:00 +00:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user