]> Skullheadx's Git Forge - Pygame-Jam.git/commit
fixed collision bugs
authorSkullheadx <704277@pdsb.net>
Mon, 11 Jul 2022 19:49:50 +0000 (15:49 -0400)
committerSkullheadx <704277@pdsb.net>
Mon, 11 Jul 2022 19:49:50 +0000 (15:49 -0400)
commit42d09736bfe757a4b0fb29e4cd7087d4ccd05454
tree2b75e49910160b7bcab86480469d591be06f562e
parent5af28adbf7b2ee451c4c485a0970476a692adb97
fixed collision bugs
14 files changed:
Actors.py
Assets/world/decor/BRONZECOIN.png [new file with mode: 0644]
Assets/world/decor/GOLDCOIN.png [new file with mode: 0644]
Assets/world/decor/JEWEL.png [new file with mode: 0644]
Assets/world/decor/SILVERCOIN.png [new file with mode: 0644]
Enemy.py
Game.py
Levels/Level4.txt
Levels/Level5.txt [new file with mode: 0644]
Levels/Level6.txt [new file with mode: 0644]
Levels/Level7.txt [new file with mode: 0644]
PhysicsBody.py
Player.py
main.py