more work on the 240p ui
This commit is contained in:
@@ -11,3 +11,11 @@ func set_feature(new_feature: Feature) -> void:
|
||||
feature = new_feature
|
||||
icon.texture = feature.icon
|
||||
name_label.text = tr(feature.display_name)
|
||||
|
||||
|
||||
func show_title() -> void:
|
||||
name_label.visible = true
|
||||
|
||||
|
||||
func hide_title() -> void:
|
||||
name_label.visible = false
|
||||
|
||||
Reference in New Issue
Block a user