This commit is contained in:
Tabby 2026-06-01 00:33:34 +10:00
parent 181f3eaf50
commit 35efa621e9
4 changed files with 10 additions and 3 deletions

View file

@ -1,7 +1,7 @@
extends Control
var taskbar_height : int = 50
var bar_size : int = 10
@export var bar_size : int = 10
@export var bar: TextureProgressBar
@export var label: Label
@export var options_window: Window