more work on the 240p ui

This commit is contained in:
2025-10-27 01:25:15 +11:00
parent 0de868c796
commit a411be74aa
39 changed files with 597 additions and 2975 deletions

View File

@@ -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