mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-22 14:26:01 +00:00
Added Luka's console message colouring code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user