Rename view-map to minimap and work on a real view-map

This commit is contained in:
2018-03-22 04:15:31 +00:00
parent 62bff1aa44
commit 2d423a4c4c
6 changed files with 433 additions and 183 deletions

View File

@@ -100,10 +100,10 @@ func (e *env) run() {
state.spriteIdx,
state.zoom,
)
state.step += 1
state.present(pWin)
}
state.step += 1
})
}