diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -23,7 +23,6 @@ once this list is complete and all bugs are fixed, we *should* be ready for rele - [x] make it so that you can't remove any of the game items from your inventory - [x] make snowballs actually break blocks (duh) - [x] make the randomized mode logic -- [ ] set some limits on the spectator mode in-game; make it so they can't fly outside of the map - [ ] make it so rounds end in a draw after 5m - [ ] make it so that players get snowballs instead of shovels in shovels rounds after 2m 30s - [x] remove snowball knockback @@ -48,4 +47,4 @@ once this list is complete and all bugs are fixed, we *should* be ready for rele - [x] refactor EventListener null checker code - if (TumbleManager.getGameWorld() == null && TumbleManager.getLobbyWorld() == null) { return; } -- [ ] add game music? but probably only for us; I feel like the og music must be copyrighted +- [x] add game music? but probably only for us; I feel like the og music must be copyrighted |