Tipps und Anweisungen in der Main.cpp

Hausaufgaben
This commit is contained in:
Kristoph Laemmerzahl 2025-12-01 13:00:44 +01:00
parent 7e36ccf7fb
commit 4b097a7ee2

View File

@ -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
}
}
}