New cirno sprites

This commit is contained in:
MaddoScientisto 2025-02-09 15:47:05 +01:00
commit 5382a4953d
9 changed files with 78 additions and 5 deletions

View file

@ -52,7 +52,6 @@ public partial class Barrel : Area2D, IDestructible
private void CreateParticles()
{
if (ExplosionParticles == null) {
GD.PushWarning("Object has no particles associated");
return;
}
var particle = this.CreateSibling<GpuParticles2D>(ExplosionParticles);