goodbye collisions
This commit is contained in:
@@ -7,6 +7,7 @@ public partial class CutterShot : Projectile
|
||||
|
||||
public override void _Process(double delta)
|
||||
{
|
||||
_sprite.RotateY(25);
|
||||
if (!IsQueuedForDeletion())
|
||||
_sprite.RotateY(25);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user