void PlayGame(Element element) { currentScene = scenes[GameState.Play]; }
void MakeFullScreen(Element element) { Screen.IsFullScreen = (element as CheckBox).Checked; }