mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-22 03:29:31 -07:00
auto play when hazard is present
This commit is contained in:
@@ -92,8 +92,8 @@ class Hazards extends WeatherDisplay {
|
|||||||
for (let i = 0; i < pages; i += 1) this.timing.delay.push(timingStep);
|
for (let i = 0; i < pages; i += 1) this.timing.delay.push(timingStep);
|
||||||
// add the final 3 second delay
|
// add the final 3 second delay
|
||||||
this.timing.delay.push(150);
|
this.timing.delay.push(150);
|
||||||
this.setStatus(STATUS.loaded);
|
|
||||||
this.calcNavTiming();
|
this.calcNavTiming();
|
||||||
|
this.setStatus(STATUS.loaded);
|
||||||
}
|
}
|
||||||
|
|
||||||
drawCanvas() {
|
drawCanvas() {
|
||||||
|
|||||||
Reference in New Issue
Block a user