Add title to main menu
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user