File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 14
14
### General to do:
15
15
16
16
- [ ] Better title image
17
- - [x] more down,
18
17
- [ ] description of "click a button"
19
18
- [ ] Maybe short overview?
20
19
37
36
38
37
- [ ] Evening:
39
38
- [x] Church bells
40
- - [ ] Remove fade out bells
39
+ - [x ] Remove fade out bells
41
40
- [ ] People chatter
42
41
43
42
- [ ] one ambient sound that loops: bells?
56
55
- [x] maybe smaller birds
57
56
- [x] ** Maybe shooting stars**
58
57
- [x] Fix plane trails?
59
- - [ ] toggle borealis automatically
58
+ - [x ] toggle borealis automatically
60
59
- [x] Change chimney smoke color
61
60
62
61
- [ ] Fade outs:
63
62
- [ ] Plane trails
64
- - [ ]
63
+ - [x] Fade out smoke
65
64
66
65
- [ ] Repeats
67
66
- [ ] Bird idle
Original file line number Diff line number Diff line change @@ -306,13 +306,13 @@ fourthRow.appendChild(nightAmbienceButton);
306
306
// soundButtonBig.onclick = toggleSound;
307
307
// document.body.appendChild(soundButtonBig)
308
308
309
- var manualButton = document . createElement ( 'buttonBig' )
310
- manualButton . textContent = "Manual"
311
- document . body . appendChild ( manualButton )
309
+ // var manualButton = document.createElement('buttonBig')
310
+ // manualButton.textContent = "Manual"
311
+ // document.body.appendChild(manualButton)
312
312
313
- var autoButton = document . createElement ( 'buttonBig' )
314
- autoButton . textContent = "Automatic"
315
- document . body . appendChild ( autoButton )
313
+ // var autoButton = document.createElement('buttonBig')
314
+ // autoButton.textContent = "Automatic"
315
+ // document.body.appendChild(autoButton)
316
316
317
317
// var bigButtonDiv= document.createElement('div');
318
318
// bigButtonDiv.id = "bigButtonDiv"
Original file line number Diff line number Diff line change @@ -221,11 +221,12 @@ function toggleSmoking() {
221
221
} , 120 ) ;
222
222
}
223
223
else {
224
- party . stop ( )
224
+ // party.stop()
225
+ // party.end()
225
226
console . log ( 'no smoke' )
226
227
clearInterval ( smokeInterval ) ;
227
228
clearInterval ( smokeInterval2 ) ;
228
229
229
- ctxSmoke . clearRect ( 0 , 0 , canvasSmoke . width , canvasSmoke . height ) ;
230
+ // ctxSmoke.clearRect(0,0,canvasSmoke.width,canvasSmoke.height);
230
231
}
231
232
}
You can’t perform that action at this time.
0 commit comments