Sonic Race

function refreshScreens() { const m = state.mode; title.hidden = m !== 'title'; hud.hidden = m !== 'playing' && m !== 'gameover'; // hud visible while pl

More like this
See all