This commit is contained in:
PfandBoss
2022-12-10 01:11:36 +01:00
parent 83cb61e545
commit f9839eb6fb
2 changed files with 21 additions and 4 deletions

View File

@@ -11,6 +11,8 @@ var currentState = null : set = _set_state, get = _get_state
var level = 0 : set = _set_level, get = _get_level
enum MODULE_TYPE {CANNON, STEERING, ENGINE, STORAGE}
@@ -22,7 +24,9 @@ func interact():
pass
func _ready():
emit_signal("MODULE")
#-----------Setter and Getter---------------#
func _set_currentStashValue(newValue):