mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 21:05:55 +00:00
Autotiles for fences
This commit is contained in:
parent
7db0e8f5b6
commit
def0f40007
7 changed files with 115 additions and 30 deletions
|
|
@ -23,7 +23,7 @@ public partial class Boss : Enemy, IActivable
|
|||
public override void _Ready()
|
||||
{
|
||||
base._Ready();
|
||||
_gameManager = GetNode<GameManager>("/root/GameScene");
|
||||
_gameManager = this.GetGameManager();
|
||||
|
||||
_homePosition = this.GlobalPosition;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue