From 31ad45d6bd02f7b0f963754588c8273a50a14444 Mon Sep 17 00:00:00 2001 From: ProtoSharkk Date: Sun, 20 Oct 2024 20:34:24 -0700 Subject: [PATCH] Check things off checklist from previous commit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f7abad..7f3a263 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ - [x] Sword damages enemies in swing area - [x] Wave spawns enemies - [x] Detect when wave ends -- [ ] Activate new waves after powerup has been chosen by player +- [x] Activate new waves after powerup has been chosen by player - [ ] Dash ability ### Enemy: @@ -53,12 +53,12 @@ - [ ] Round / Wave on bottom left (?) - [ ] Maybe show enemy remaining count? (We can make a hard mode that removes UI except health) - [ ] Upon round end, pop-up menu for selecting powerup - - [ ] Damage + - [x] Damage - [ ] Attack distance - [ ] Attack range - [ ] Attack cooldown - - [ ] Health - - [ ] Speed + - [x] Health + - [x] Speed - [ ] Dash cooldown - [ ] Dash distance