static public void CheckLevelUp() { if (Main.S.score >= SCORE_REQUIREMENT) { LEVELUP = true; L.NewGame(); } }