meow
This commit is contained in:
parent
181f3eaf50
commit
35efa621e9
4 changed files with 10 additions and 3 deletions
2
clock.gd
2
clock.gd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue