v1.4.0: the controller pointer can now pan the GameScene camera

This commit is contained in:
Evan Debenham
2022-09-13 13:26:40 -04:00
parent 7279e6f33b
commit 39fa4adbe1
3 changed files with 26 additions and 3 deletions

View File

@@ -50,7 +50,8 @@ public class Camera extends Gizmo {
int screenHeight;
public float[] matrix;
public boolean scrollable = false;
public PointF scroll;
public PointF centerOffset;