droppable items and win

This commit is contained in:
Rendo 2025-07-20 22:11:23 +05:00
commit 0e8fe3b76d
47 changed files with 814 additions and 79 deletions

View file

@ -1,9 +1,10 @@
using Godot;
using Newlon;
public partial class ExitButton : Button
{
public override void _Pressed()
{
GetTree().ChangeSceneToFile("uid://bfstrli64u23y");
LevelController.Instance.EndLevel();
}
}