]> Skullheadx's Git Forge - Pygame-Jam.git/commit
Revert "Revert "Merge branch 'main' into other-computer"" other-computer
authorSkullheadx <704277@pdsb.net>
Sun, 10 Jul 2022 01:40:28 +0000 (21:40 -0400)
committerSkullheadx <704277@pdsb.net>
Sun, 10 Jul 2022 01:40:28 +0000 (21:40 -0400)
commit70136a5a28422add0f8a5984d709146fc61ef745
tree327eccd1c5d26f2c4e13aa5b02dc434775d53391
parentcfcc4ec68a8ec5b5e75f903ca57c572103fadfcc
Revert "Revert "Merge branch 'main' into other-computer""

This reverts commit 48a0136a464c672409a9a3132d085cd592039815.
56 files changed:
.gitignore
.idea/.gitignore [deleted file]
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/player/idle/Idle_Animation1.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation10.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation11.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation12.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation13.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation14.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation15.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation16.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation17.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation18.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation19.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation2.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation20.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation3.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation4.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation5.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation6.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation7.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation8.png [new file with mode: 0644]
Assets/player/idle/Idle_Animation9.png [new file with mode: 0644]
Assets/world/blocks/DIRT.png [new file with mode: 0644]
Assets/world/blocks/ENEMY.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/NONE.png [new file with mode: 0644]
Assets/world/blocks/PLACEHOLDER.png [new file with mode: 0644]
Assets/world/blocks/PLAYER.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/STONEDIRT.png [new file with mode: 0644]
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
DevLevelSelect.py [new file with mode: 0644]
EndScreen.py [new file with mode: 0644]
LevelCreator.py [new file with mode: 0644]
Potion.py [new file with mode: 0644]
SWORD.png [deleted file]
Save/SaveGame.py [new file with mode: 0644]
TODO [new file with mode: 0644]
Test.py
UI/DashMeter.py [new file with mode: 0644]
UI/HealthBar.py [new file with mode: 0644]
Weapon.py
World.py [new file with mode: 0644]
main.py