mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 22:55:54 +00:00
Added game over
This commit is contained in:
parent
1e116090e5
commit
8151298b44
14 changed files with 160 additions and 35 deletions
|
|
@ -218,5 +218,9 @@ public partial class GlobalState : Node
|
|||
|
||||
DisplayServer.CursorSetCustomImage(scaled);
|
||||
}
|
||||
|
||||
|
||||
public void RestartLevel()
|
||||
{
|
||||
GotoScene(CurrentScene.GetSceneFilePath());
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue