]> Skullheadx's Git Forge - Pygame-Jam.git/commit
Fixed Textures + combat
authorSkullheadx <704277@pdsb.net>
Mon, 11 Jul 2022 02:34:41 +0000 (22:34 -0400)
committerSkullheadx <704277@pdsb.net>
Mon, 11 Jul 2022 02:34:41 +0000 (22:34 -0400)
commit86e11fdd25ca557a75e7f766800d71a3108336cb
tree2c6778e9472260f044bd7c3feff8e6864b87c113
parent3fb48b2d6185167569c26bab22ca97746f21b5fe
Fixed Textures + combat
22 files changed:
Actors.py
Assets/player/DUSTCLOUD.gif [new file with mode: 0644]
Assets/unused/LEAF.png [moved from Assets/world/blocks/LEAF.png with 100% similarity]
Assets/unused/LEAFS.png [moved from Assets/world/blocks/LEAFS.png with 100% similarity]
Assets/unused/TREEBARK.png [moved from Assets/world/blocks/TREEBARK.png with 100% similarity]
Assets/world/CLOUD.png [new file with mode: 0644]
Assets/world/SKY.png [new file with mode: 0644]
Assets/world/blocks/CORNERDIRT.png [new file with mode: 0644]
Assets/world/blocks/CORNERGRASS.png [new file with mode: 0644]
Assets/world/blocks/DIRT.png
Assets/world/blocks/GRASS.png
Assets/world/blocks/SIDEDIRT.png [new file with mode: 0644]
Assets/world/blocks/STONE.png
Assets/world/blocks/STONEDIRT.png
Assets/world/decor/PORTAL.gif [new file with mode: 0644]
Enemy.py
Game.py
Levels/Level3.txt [new file with mode: 0644]
PhysicsBody.py
Player.py
Setup.py
main.py