mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2025-04-19 14:05:41 +00:00
7 lines
168 B
GDScript
7 lines
168 B
GDScript
extends ProgressBar
|
|
|
|
|
|
func _process(_delta) -> void:
|
|
value = global_ints.locked_observations_intervals_remaining
|
|
max_value = global_ints.locked_observation_intervals
|