aloe effect

This commit is contained in:
Rendo 2025-07-30 03:52:34 +05:00
commit 5a6eb151ae
7 changed files with 212 additions and 70 deletions

View file

@ -0,0 +1,12 @@
using Godot;
namespace Newlon.Particles;
public partial class MixedParticles : Node2D
{
[Export] private GpuParticles2D emitter;
public override void _Ready()
{
emitter.Finished += ()=> { QueueFree(); };
}
}

View file

@ -0,0 +1 @@
uid://5ve2i0iu5oxr