Former-commit-id: aed8c9441d9b8852aa668d6ba7180eeb0f1097f9
Former-commit-id: 6ab896205ff0b5538b70e0d19638cab2fdae8c89
This commit is contained in:
Song Minjae
2016-10-31 13:30:26 +09:00
parent 5e82f87ee5
commit ec40d34859

View File

@@ -274,6 +274,7 @@ constructor() : BasicGameState() {
// make camara work //
// compensate for zoom. UIs must be treated specially! (see UIHandler)
g.translate(-MapCamera.cameraX * screenZoom, -MapCamera.cameraY * screenZoom)
// TODO add new framebuffer so that whole map is zoomed at once, yet not the UI
/////////////////////////////