Autonomous bullet life system

This commit is contained in:
Marco 2025-05-09 16:14:51 +02:00
commit 36df2274c0
7 changed files with 266 additions and 15 deletions

View file

@ -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;