Basic ending

This commit is contained in:
2023-09-13 11:12:51 -07:00
parent 7599d3a665
commit 915a6ed72c
20 changed files with 413 additions and 46 deletions

View File

@@ -25,4 +25,9 @@ public partial class BossOrbs : RigidBody3D
QueueFree();
}
}
public void DestroySelf()
{
QueueFree();
}
}