mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
added other cannon ball sizes
This commit is contained in:
@@ -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