part 2 finito, size change

This commit is contained in:
Joel M. Southall 2019-07-03 20:08:32 -07:00
parent 6dabde08bc
commit 2bc6f49734
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ func main() {
goro.Run(func(screen *goro.Screen) {
// Screen configuration.
screen.SetTitle("Steel Lord")
screen.SetSize(60, 14)
screen.SetSize(80, 24)
// Our initial variables.
mapWidth, mapHeight := 80, 24

BIN
steel

Binary file not shown.