From 4b097a7ee2eb7c8445ea64a4d14c676850a8a686 Mon Sep 17 00:00:00 2001 From: laemmerzahlkr91200 Date: Mon, 1 Dec 2025 13:00:44 +0100 Subject: [PATCH] Tipps und Anweisungen in der Main.cpp Hausaufgaben --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8ed0dc0..28bb190 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -135,7 +135,7 @@ int main() Vector2 screenPos = GetWorldToScreen({c.GetPosition().x, c.GetPosition().y, c.GetPosition().z}, camera); if (fabs(mouse.x - screenPos.x) < 40 && fabs(mouse.y - screenPos.y) < 40) - c.FlipForward(); + c.FlipForward(); //<-----Animation Start } } }