This commit is contained in:
Dominik G.
2025-10-12 12:01:26 +02:00
parent 515160b1ec
commit 0f716ab4a7
3 changed files with 54 additions and 36 deletions

View File

@@ -76,6 +76,11 @@ namespace MegaKoop.Game
inputSource = source;
}
public void SetCameraTransform(Transform cam)
{
cameraTransform = cam;
}
private Vector2 ReadMovementInput()
{
if (inputSource != null)