seedpacket base

This commit is contained in:
Rendo 2025-08-01 05:27:07 +05:00
commit 2a7c402cd0
16 changed files with 345 additions and 24 deletions

View file

@ -0,0 +1,6 @@
extends ProgressBar
@onready var timer := $"../../RechargeTimer"
func _process(_delta: float) -> void:
value = timer.time_left/timer.wait_time