More from previous commit
This commit is contained in:
@ -9,6 +9,7 @@ func _ready():
|
||||
light_energy = 0
|
||||
|
||||
func _process(delta):
|
||||
if GlobalSettings.HasVape:
|
||||
if is_vaping:
|
||||
if light_energy < MaxPow:
|
||||
light_energy += 1 * delta
|
||||
|
||||
Reference in New Issue
Block a user