mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 04:15:53 +00:00
Pseudo Lasers
This commit is contained in:
parent
504baedd03
commit
25dff4215d
5 changed files with 32 additions and 5 deletions
|
|
@ -38,6 +38,7 @@ public partial class WeaponResource : Resource
|
|||
[ExportCategory("Battery Recharge")]
|
||||
[Export] public double RechargeTime = 0.5d;
|
||||
[Export]public int RechargeAmount = 1;
|
||||
[Export] public bool StopToShoot = false;
|
||||
|
||||
#region Bullet spawn data
|
||||
[ExportCategory("Bullet Spawn Data")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue