part 2 finito, size change
This commit is contained in:
parent
6dabde08bc
commit
2bc6f49734
2
main.go
2
main.go
|
@ -17,7 +17,7 @@ func main() {
|
||||||
goro.Run(func(screen *goro.Screen) {
|
goro.Run(func(screen *goro.Screen) {
|
||||||
// Screen configuration.
|
// Screen configuration.
|
||||||
screen.SetTitle("Steel Lord")
|
screen.SetTitle("Steel Lord")
|
||||||
screen.SetSize(60, 14)
|
screen.SetSize(80, 24)
|
||||||
|
|
||||||
// Our initial variables.
|
// Our initial variables.
|
||||||
mapWidth, mapHeight := 80, 24
|
mapWidth, mapHeight := 80, 24
|
||||||
|
|
Loading…
Reference in New Issue
Block a user