covid-19/sim/js/main.js

8 lines
189 B
JavaScript
Raw Normal View History

2020-04-23 16:21:18 +00:00
/////////////////////////////////////
// INIT! ////////////////////////////
/////////////////////////////////////
restart();
s_dom.oninput();
_updateButtons();
requestAnimationFrame(draw);