Quit-Rolling-Around-gmtk-ja.../UI/InputDiceView.gd

15 lines
279 B
GDScript3
Raw Normal View History

tool
extends Control
2022-07-25 20:23:33 +01:00
func _process(_delta):
# update the pivot offset to make sure the object's animations
# are always centered
$Sprite.rect_pivot_offset = rect_size/2
$Particles2D.position = rect_size/2
2022-07-25 20:23:33 +01:00
func set_extra_info(text : String):
$"%ExtraInfo".text = text