droppable items and win
This commit is contained in:
parent
45f4fa32fa
commit
0e8fe3b76d
47 changed files with 814 additions and 79 deletions
|
|
@ -1,9 +1,10 @@
|
|||
using Godot;
|
||||
using Newlon;
|
||||
|
||||
public partial class ExitButton : Button
|
||||
{
|
||||
public override void _Pressed()
|
||||
{
|
||||
GetTree().ChangeSceneToFile("uid://bfstrli64u23y");
|
||||
LevelController.Instance.EndLevel();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue