fix selectbox visibility

This commit is contained in:
Anthony Calosa
2024-06-12 18:52:15 +08:00
parent 50c008669d
commit e1cf9251db
3 changed files with 56 additions and 2 deletions

View File

@@ -303,6 +303,20 @@ unpressed-hover
orig: 14, 16 orig: 14, 16
offset: 0, 0 offset: 0, 0
index: -1 index: -1
unpressedselectbox
rotate: false
xy: 359, 417
size: 22, 16
orig: 22, 16
offset: 0, 0
index: -1
unpressedselectbox-hover
rotate: false
xy: 383, 417
size: 22, 16
orig: 22, 16
offset: 0, 0
index: -1
unpressedFocus unpressedFocus
rotate: false rotate: false
xy: 165, 197 xy: 165, 197

View File

@@ -133,6 +133,26 @@
"playMode": 2, "playMode": 2,
"crushMode": 0 "crushMode": 0
}, },
"unpressedSB-hover10patch": {
"region": "unpressedselectbox-hover",
"horizontalStretchAreas": [ 3, 10 ],
"verticalStretchAreas": [ 11, 12 ],
"tiling": true,
"minWidth": 22,
"minHeight": 16,
"rightWidth": 10,
"leftWidth": 5,
"bottomHeight": 8,
"topHeight": 5,
"offsetX": 0,
"offsetY": 0,
"offsetXspeed": 0,
"offsetYspeed": 0,
"frameDuration": 0.03,
"regions": [],
"playMode": 2,
"crushMode": 0
},
"unpressed-disable10Patch": { "unpressed-disable10Patch": {
"region": "unpressed-disable", "region": "unpressed-disable",
"horizontalStretchAreas": [ 3, 10 ], "horizontalStretchAreas": [ 3, 10 ],
@@ -293,6 +313,26 @@
"playMode": 2, "playMode": 2,
"crushMode": 0 "crushMode": 0
}, },
"unpressedSB10patch": {
"region": "unpressedselectbox",
"horizontalStretchAreas": [ 3, 10 ],
"verticalStretchAreas": [ 11, 12 ],
"tiling": true,
"minWidth": 22,
"minHeight": 16,
"rightWidth": 10,
"leftWidth": 5,
"bottomHeight": 8,
"topHeight": 5,
"offsetX": 0,
"offsetY": 0,
"offsetXspeed": 0,
"offsetYspeed": 0,
"frameDuration": 0.03,
"regions": [],
"playMode": 2,
"crushMode": 0
},
"Button10Patch": { "Button10Patch": {
"region": "9patch17", "region": "9patch17",
"horizontalStretchAreas": [ 13, 20, 26, 36 ], "horizontalStretchAreas": [ 13, 20, 26, 36 ],
@@ -487,10 +527,10 @@
"fontColor": "RGBA_255_255_255_255", "fontColor": "RGBA_255_255_255_255",
"overFontColor": "RGBA_0_216_255_255", "overFontColor": "RGBA_0_216_255_255",
"disabledFontColor": "RGBA_255_255_255_255", "disabledFontColor": "RGBA_255_255_255_255",
"background": "unpressed10patch", "background": "unpressedSB10patch",
"scrollStyle": "default", "scrollStyle": "default",
"listStyle": "default", "listStyle": "default",
"backgroundOver": "unpressed-hover10patch" "backgroundOver": "unpressedSB-hover10patch"
} }
}, },
"SliderStyle": { "SliderStyle": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 17 KiB