mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 15:34:17 +00:00
Increase fire rate of the peashooter
This commit is contained in:
parent
31f842e280
commit
95922125c6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
extends BaseWeapon
|
extends BaseWeapon
|
||||||
class_name PeaShooter
|
class_name PeaShooter
|
||||||
|
|
||||||
const FIRE_RATE := 0.15
|
const FIRE_RATE := 0.06
|
||||||
var last_fired := 0
|
var last_fired := 0
|
||||||
var remaining := 10
|
var remaining := 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue