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