mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Shooting and big tank fix
This commit is contained in:
parent
cc00c8eaf0
commit
0a6e89faed
26 changed files with 797 additions and 9 deletions
10
Scripts/AttackPatterns/IScriptHost3D.cs
Normal file
10
Scripts/AttackPatterns/IScriptHost3D.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.AttackPatterns;
|
||||
|
||||
public interface IScriptHost3D
|
||||
{
|
||||
public Node3D ParentObject { get; }
|
||||
public Vector3 HomePosition { get; }
|
||||
public void ChangeSpriteDirection(Vector2 direction);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue