mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Scriptable bullet emitter
This commit is contained in:
parent
d62538a382
commit
4261009c33
17 changed files with 251 additions and 74 deletions
9
Scripts/AttackPatterns/IScriptHost.cs
Normal file
9
Scripts/AttackPatterns/IScriptHost.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.AttackPatterns;
|
||||
|
||||
public interface IScriptHost
|
||||
{
|
||||
public Vector2 HomePosition { get; }
|
||||
public void ChangeSpriteDirection(Vector2 direction);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue