Implement boss room

This commit is contained in:
2024-09-16 02:48:14 -07:00
parent 55c521db3a
commit d0c78e54a7
119 changed files with 795 additions and 2080 deletions

View File

@@ -217,7 +217,6 @@ namespace GameJamDungeon
GetTree().Root.AddChildEx(throwItem);
throwItem.GlobalPosition = GameRepo.PlayerGlobalPosition.Value;
throwItem.GlobalRotation = GlobalRotation;
throwItem.AnimationPlayer.Play("throw");
}
public void OnAnimationFinished(StringName animation)