checheche/Robo-Bus-A31-HMI/common/gui/status_fill_height.gd
2024-12-06 21:22:11 +08:00

18 lines
309 B
GDScript3

extends ColorRect
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
SysUtil.fillHeight(self)
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass