Add title to main menu

This commit is contained in:
silvernode 2018-03-18 05:30:49 -07:00
parent 59a655e4c7
commit 3583978712

View File

@ -77,6 +77,10 @@ function sectors(number)
end end
while true while true
println(" ===============================")
println("| SPACER |")
println("| A game of trade and travel |")
@printf(" ===============================\n\n\n")
println("1 : Sector 1") println("1 : Sector 1")
println("2 : Sector 2") println("2 : Sector 2")
println("q : Quit") println("q : Quit")