More from previous commit

This commit is contained in:
2024-08-16 18:05:41 -05:00
parent ef2f505ab3
commit a97a4e292a

View File

@ -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