mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-04 07:15:53 +00:00
Autonomous bullet life system
This commit is contained in:
parent
aab69fb609
commit
36df2274c0
7 changed files with 266 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ namespace Cirno.Scripts.Actors;
|
|||
public partial class ScriptableBulletsEmitter : Node2D, IActivable, IScriptHost
|
||||
{
|
||||
[Export]
|
||||
public BulletScript Script { get; private set; }
|
||||
public BulletScript Script { get; set; }
|
||||
|
||||
[Export]
|
||||
public bool InvertSignal { get; private set; } = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue