Polish inventory shop and utility interfaces
Split inventory items and tackle views, standardize bait supply presentation, add status-effect icons, and align shop, logbook, art-kit, and shared utility layouts.
This commit is contained in:
parent
84695c473b
commit
a60925bf7b
21 changed files with 1150 additions and 385 deletions
|
|
@ -41,13 +41,21 @@ theme_override_constants/separation = 5
|
|||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(80, 48)
|
||||
layout_mode = 2
|
||||
tooltip_text = "brush size"
|
||||
texture_filter = 1
|
||||
tooltip_text = "marker size"
|
||||
accessibility_name = "marker size"
|
||||
expand_icon = true
|
||||
fit_to_longest_item = false
|
||||
|
||||
[node name="GridOption" type="OptionButton" parent="TopPanel/Top"]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(92, 48)
|
||||
layout_mode = 2
|
||||
texture_filter = 1
|
||||
tooltip_text = "grid size"
|
||||
accessibility_name = "grid size"
|
||||
expand_icon = true
|
||||
fit_to_longest_item = false
|
||||
|
||||
[node name="EraserButton" type="Button" parent="TopPanel/Top"]
|
||||
unique_name_in_owner = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue