more zoom/center fixes. RLEs now load centered and visible.

This commit is contained in:
2024-06-02 20:12:28 +02:00
parent 80797a90fb
commit 11fc54399c
3 changed files with 15 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ type Images struct {
}
const (
DEBUG_FORMAT = "FPS: %0.2f, TPG: %d, M: %0.2fMB, Generations: %d\nScale: %.02fZoom: %d, Cam: %.02f,%.02f Cursor: %d,%d %s"
DEBUG_FORMAT = "FPS: %0.2f, TPG: %d, M: %0.2fMB, Generations: %d\nScale: %.02f, Zoom: %d, Cam: %.02f,%.02f Cursor: %d,%d %s"
)
type ScenePlay struct {