mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2026-01-11 08:54:31 +01:00
added other cannon ball sizes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@ extends Module
|
||||
|
||||
class_name Storage
|
||||
|
||||
enum TYPE {AMMO, GUNPOWDER, COAL}
|
||||
enum TYPE {AMMO, GUNPOWDER, COAL, LARGE, GIANT}
|
||||
|
||||
|
||||
@export var currentType: TYPE
|
||||
|
||||
Reference in New Issue
Block a user