Fix Snap_zones not range grabbing

This commit is contained in:
JonShard
2026-07-27 17:07:18 +02:00
parent d0c13effa2
commit 71580ad183
11 changed files with 72 additions and 216 deletions
-2
View File
@@ -172,11 +172,9 @@ func _refresh_display() -> void:
progress_bar.set_bar_visible(false)
label_3d_time.text = "%.1f" % _state_time
print("_state_duration = ", _state_duration)
progress_bar.set_progress(clampf(float(_state_time) / _state_duration, 0.0, 1.0))
func _set_state(value: TableState) -> void:
_state = value
_refresh_display()