few UX improvements
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 9s
Create tag and build when new code gets to main / Export (push) Successful in 1m44s

This commit is contained in:
2026-02-02 16:58:09 +01:00
parent effb8769d8
commit a37aeb620d
11 changed files with 128 additions and 114 deletions

View File

@@ -15,7 +15,7 @@ var pref_score_name: Dictionary[CharacterResource.Preference, String] = {
}
@onready var chara: Sprite2D = $"../GuestList/Chara"
@onready var mask: Sprite2D = $Mask
@onready var mask: Sprite2D = $"../MaskList/Mask"
@onready var label: Label = $Label