mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 04:35:53 +00:00
Bullets sparks
This commit is contained in:
parent
3e1a08a915
commit
b7686411ff
10 changed files with 1691 additions and 1550 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue