mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-04 22:05:54 +00:00
Map Bugfixes
This commit is contained in:
parent
7bb05d63d5
commit
01e61cb685
6 changed files with 30 additions and 30 deletions
|
|
@ -157,7 +157,7 @@ public partial class Boss : Enemy, IActivable, IScriptHost
|
|||
{
|
||||
_bossHud.Visible = true;
|
||||
}
|
||||
GameManager.Instance.CameraTargetObject(_cameraMarker);
|
||||
//GameManager.Instance.CameraTargetObject(_cameraMarker);
|
||||
StartPhase(CurrentPhase);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue