extends TextureRect func set_text(str:String): $Label.text=str func set_color(color:Color): $Label.add_theme_color_override("font_color",color)