Ejemplo n.º 1
0
    public async void ShowBlood()
    {
        _bloodParticles.Show();
        await ToSignal(GetTree().CreateTimer(.5f), "timeout");

        _bloodParticles.Hide();
    }
Ejemplo n.º 2
0
 //Show the exit button for the main n=menu when it shows
 public void LoadMenu()
 {
     HideUI();
     hudParticles.Show();
     EmitSignal(nameof(ShowMenu));
     messageLabel.Show();
     exitBtn.Show();
 }