feature/showcase_bugfixing_kathi #14
Reference in New Issue
Block a user
Delete Branch "feature/showcase_bugfixing_kathi"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part one of integrating bugfixes after the IGF showcase:
item interactions:
@@ -0,0 +53,4 @@if (anyActionPressed){if (currentVelocity.X != 0 && currentVelocity.Y != 0)Never compare floating point numbers by
==or!=Maybe use instead: