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
 - [ ] umbrella shields
13
 - [ ] umbrella shields
14
 - [ ] music
14
 - [ ] music
15
 - [x] sounds
15
 - [x] sounds
16
-- [ ] title screen
17
-- [ ] settings
16
+- [x] title screen
17
+- [x] settings

+ 1
- 1
js/game.js View File

138
 initRainEffect();
138
 initRainEffect();
139
 updateSoundButton();
139
 updateSoundButton();
140
 loop();
140
 loop();
141
-start();
141
+gameOver('🌩 Cloud Invaders 🌩');

Loading…
Cancel
Save