Exemplo n.º 1
0
        public void Quit()
        {
            SceneTree tree = GetTree();

            if (tree != null)
            {
                tree.Quit();
            }
        }
Exemplo n.º 2
0
 public override void Execute(string[] args) => SceneTree.Quit();
Exemplo n.º 3
0
 private void OnExitGame()
 {
     _tree.Quit();
 }
 public void _on_Exit_pressed()
 {
     tree.Quit();
 }
Exemplo n.º 5
0
 public void _on_Exit_pressed()
 {
     voxel_world.clean_up();
     tree.Quit();
 }