Added Luka's console message colouring code

This commit is contained in:
Maruno17
2021-11-02 23:27:42 +00:00
parent 50d999e7da
commit c392f8c236
11 changed files with 223 additions and 74 deletions

View File

@@ -889,9 +889,7 @@ module Compiler
# Save all data to PBS files
#=============================================================================
def write_all
echoln ""
echoln_warn _INTL("*** Writing all PBS files ***")
echoln ""
ConsoleRGB.echo_h1 _INTL("Writing all PBS files")
write_town_map
write_connections
write_phone
@@ -913,7 +911,6 @@ module Compiler
write_metadata
write_map_metadata
echoln ""
echoln_good _INTL("Successfully rewrote all PBS files")
echoln ""
ConsoleRGB.echo_h2("Successfully rewrote all PBS files", text: :green)
end
end