added other cannon ball sizes

This commit is contained in:
Arthur
2022-12-11 00:11:15 +01:00
parent e670293ee6
commit 1de684c5c1
21 changed files with 305 additions and 22 deletions

View File

@@ -3,8 +3,6 @@ extends Module
class_name Cannon
enum STATE {INACTIVE, RELOADING, SHOOTING}
enum AMMO {NORMAL, HEAVY, LIGHT}
var currentAmmo: AMMO
var currentPowderStashValue = 0
var maxPowderStashValue = 3
var CAN_ENGAGE = false