summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO5
-rw-r--r--level.go2
2 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 4ba1bac..c359064 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,10 @@
# TODO
-- [ ] animatePlayer
+- [x] animatePlayer
- [ ] animateExit
- [ ] add voiceover
- [ ] add more levels
- [ ] add more items
- [ ] add enemies that you can control
-- [ ] add << and || on pause and play
+- [x] add << and || on pause and play
+- [ ] add menu
diff --git a/level.go b/level.go
index c733fce..760f872 100644
--- a/level.go
+++ b/level.go
@@ -5,7 +5,7 @@ import (
)
func StartGame(g *Game) {
- StartLevel4(g)
+ StartLevel1(g)
}
func PauseScreen(g *Game) {