]> Skullheadx's Git Forge - Pygame-Jam.git/commit
understood the physics bug
authorSkullheadx <704277@pdsb.net>
Fri, 8 Jul 2022 01:26:59 +0000 (21:26 -0400)
committerSkullheadx <704277@pdsb.net>
Fri, 8 Jul 2022 01:26:59 +0000 (21:26 -0400)
commitc9b669429a1eafe000bb3e5bde1c4a616f3f9f9d
tree2d6cc9a249a121badb08253c2172d0f5ed8e0d53
parentd0dba5212e5cde69a348fff4a3e1693004a0d1a2
understood the physics bug

when an actor tries to cross axis lines, the move and collide method in Actors.py will not move as intended. its weird.
Actors.py
Block.py
Enemy.py
Game.py
PhysicsBody.py
Player.py
Setup.py
TODO
main.py