mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Added underscore to berry plant charsets, added Debug menu function that will rename these files (including in map data)
This commit is contained in:
@@ -1191,6 +1191,19 @@ DebugMenuCommands.register("invalidtiles", {
|
||||
}
|
||||
})
|
||||
|
||||
DebugMenuCommands.register("renamefiles", {
|
||||
"parent" => "othermenu",
|
||||
"name" => _INTL("Rename Outdated Files"),
|
||||
"description" => _INTL("Check for files with outdated names and rename/move them. Can alter map data."),
|
||||
"always_show" => true,
|
||||
"effect" => proc {
|
||||
if pbConfirmMessage(_INTL("Are you sure you want to automatically rename outdated files?"))
|
||||
FilenameUpdater.rename_files
|
||||
pbMessage(_INTL("Done."))
|
||||
end
|
||||
}
|
||||
})
|
||||
|
||||
DebugMenuCommands.register("reloadsystemcache", {
|
||||
"parent" => "othermenu",
|
||||
"name" => _INTL("Reload System Cache"),
|
||||
|
||||
Reference in New Issue
Block a user