mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 07:05:54 +00:00
New cirno sprites
This commit is contained in:
parent
661733f5b9
commit
5382a4953d
9 changed files with 78 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue