Files
MusicPlayer/progress_response.gd
Sebastian 4e6e37775d
All checks were successful
Build / build (push) Successful in 1m22s
#2 #6 #7 Added a new sync screen that shows progress during sync
2025-09-19 22:15:37 +02:00

6 lines
86 B
GDScript

class_name ProgressResponse
extends Node
var progress: String
var total_time: String