diff --git a/main.go b/main.go index fccadd4..c1776fa 100644 --- a/main.go +++ b/main.go @@ -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 diff --git a/steel b/steel index e3fd169..bafb6d1 100755 Binary files a/steel and b/steel differ