]> Skullheadx's Git Forge - Pygame-Jam.git/commit
added the world blocks & textures
authorSkullheadx <704277@pdsb.net>
Fri, 8 Jul 2022 20:51:04 +0000 (16:51 -0400)
committerSkullheadx <704277@pdsb.net>
Fri, 8 Jul 2022 20:51:04 +0000 (16:51 -0400)
commitba0ba1650e7bbdaf2f7e800c299101836942e7bf
treee0c76fabc1b221e836ee5bec5b60c56b6cd08961
parent4d58a3128fbe68308737601cc4576a3ddc81d0d9
added the world blocks & textures
24 files changed:
Actors.py
Assets/ARROW.png [new file with mode: 0644]
Assets/BOW.png [new file with mode: 0644]
Assets/BOW_PULLED.png [new file with mode: 0644]
Assets/FLINTLOCK_PISTOL.png [new file with mode: 0644]
Assets/GrassBlock.png [deleted file]
Assets/world/blocks/DIRT.png [new file with mode: 0644]
Assets/world/blocks/GRASS.png [new file with mode: 0644]
Assets/world/blocks/LEAF.png [moved from Assets/LEAFS1.png with 100% similarity]
Assets/world/blocks/LEAFS.png [moved from Assets/LEAFS.png with 100% similarity]
Assets/world/blocks/PLACEHOLDER.png [new file with mode: 0644]
Assets/world/blocks/SAND.png [new file with mode: 0644]
Assets/world/blocks/STONE.png [moved from Assets/StoneBlock.png with 100% similarity]
Assets/world/blocks/TREEBARK.png [moved from Assets/TREEBARK.png with 100% similarity]
Assets/world/blocks/WATER.png [moved from Assets/Water.png with 100% similarity]
Assets/world/decor/BLUE_CRYSTAL.png [new file with mode: 0644]
Assets/world/decor/PURPLE_CRYSTAL.png [new file with mode: 0644]
Block.py
Enemy.py
Game.py
Player.py
Weapon.py
World.py [new file with mode: 0644]
main.py