|
@@ -1095,6 +1095,7 @@ temporarily, such as "Get Ready".
|
|
message.Text = "Dodge the\nCreeps!";
|
|
message.Text = "Dodge the\nCreeps!";
|
|
message.Show();
|
|
message.Show();
|
|
|
|
|
|
|
|
+ await ToSignal(GetTree().CreateTimer(1), "timeout");
|
|
GetNode<Button>("StartButton").Show();
|
|
GetNode<Button>("StartButton").Show();
|
|
}
|
|
}
|
|
|
|
|