feat: working pgn simulation
All checks were successful
Linux arm64 / Build (push) Successful in 56s

This commit is contained in:
2025-05-17 17:52:30 +02:00
parent e52988e511
commit 01f0caf672
3 changed files with 45 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ public class Camera {
public Camera() {
this.pos = new Vector3f(0.0f, camHeight, 0.0f);
setRotateAngle(0.0f);
setRotateAngle((float) Math.PI);
}
public void move(float x, float y) {