Browse Source

Title screen

Pabloader 2 years ago
parent
commit
cd44bbe7a8
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      README.md
  2. 1
    1
      js/game.js

+ 2
- 2
README.md View File

@@ -13,5 +13,5 @@ This game is written for [OLC Code Jam 2022](https://itch.io/jam/olc-codejam-202
13 13
 - [ ] umbrella shields
14 14
 - [ ] music
15 15
 - [x] sounds
16
-- [ ] title screen
17
-- [ ] settings
16
+- [x] title screen
17
+- [x] settings

+ 1
- 1
js/game.js View File

@@ -138,4 +138,4 @@ document.addEventListener('keypress', () => {
138 138
 initRainEffect();
139 139
 updateSoundButton();
140 140
 loop();
141
-start();
141
+gameOver('🌩 Cloud Invaders 🌩');

Loading…
Cancel
Save