1
Fork 0
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:
Steffo 2023-01-09 02:08:34 +01:00
parent 31f842e280
commit 95922125c6
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,7 +1,7 @@
extends BaseWeapon
class_name PeaShooter
const FIRE_RATE := 0.15
const FIRE_RATE := 0.06
var last_fired := 0
var remaining := 10