28293031323334353637
{ case INTRO: current_scene = new Intro(); break; case SHOP: current_scene = new Shop(); break; } is_playing = true; }