fixed movement

This commit is contained in:
maxwes08
2025-10-07 10:37:46 +02:00
parent bd2c87ddd1
commit 7835ade2c1
6 changed files with 91 additions and 30 deletions

View File

@@ -47,6 +47,7 @@ internal class Program
window.Tick += player.Tick;
window.Update += player.Update;
window.Update += Camera.UpdateFOV;
window.Run();
}