Bullets sparks

This commit is contained in:
Marco 2025-08-06 15:31:52 +02:00
commit b7686411ff
10 changed files with 1691 additions and 1550 deletions

View file

@ -16,6 +16,7 @@ public partial class BulletResource : Resource
[Export] public Texture2D BulletSprite { get; set; }
[Export] public float BulletSize { get; set; }
[Export] public PackedScene DestructionParticlesScene { get; set; }
[Export] public BulletResource DestructionParticlesBullet { get; set; }
[Export] public float BulletSpeed = 100f;
[Export] public Vector2 Direction = Vector2.Right;
[Export] public float BulletDamage = 1;