void DrawPlay() { Scene::SetBackground(Palette::Black); FontAsset(U"font")(U"PLAY_SCENE").drawAt(Scene::Center()); //DrawStage(crrMap); DrawStageSmoothMove(crrMap); }