File tree Expand file tree Collapse file tree 1 file changed +44
-58
lines changed Expand file tree Collapse file tree 1 file changed +44
-58
lines changed Original file line number Diff line number Diff line change 8
8
"name" : " PanelSpriteSlider" ,
9
9
"previewIconUrl" : " https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/UI Essentials/1678c39a3b2bd3df4f82a8a293770db4986a6bcfd3f78e738ddfc86e39176423_UI Essentials_sliders_options.svg" ,
10
10
"shortDescription" : " A draggable slider that users can move to select a numerical value." ,
11
- "version" : " 1.4.1 " ,
11
+ "version" : " 1.4.2 " ,
12
12
"description" : [
13
13
" A draggable slider that users can move to select a numerical value. The slider can be customized with sprites." ,
14
14
" " ,
1829
1829
" 4"
1830
1830
]
1831
1831
},
1832
- {
1833
- "type" : {
1834
- "value" : " TextObject::SetTextAlignment"
1835
- },
1836
- "parameters" : [
1837
- " Label" ,
1838
- " \" center\" "
1839
- ]
1840
- },
1841
1832
{
1842
1833
"type" : {
1843
1834
"value" : " TextObject::SetWrapping"
1895
1886
]
1896
1887
}
1897
1888
]
1889
+ },
1890
+ {
1891
+ "type" : " BuiltinCommonInstructions::Standard" ,
1892
+ "conditions" : [],
1893
+ "actions" : [
1894
+ {
1895
+ "type" : {
1896
+ "value" : " SetIncludedInParentCollisionMask"
1897
+ },
1898
+ "parameters" : [
1899
+ " Label" ,
1900
+ " "
1901
+ ]
1902
+ },
1903
+ {
1904
+ "type" : {
1905
+ "value" : " SetIncludedInParentCollisionMask"
1906
+ },
1907
+ "parameters" : [
1908
+ " Thumb" ,
1909
+ " "
1910
+ ]
1911
+ },
1912
+ {
1913
+ "type" : {
1914
+ "value" : " SetIncludedInParentCollisionMask"
1915
+ },
1916
+ "parameters" : [
1917
+ " FillBar" ,
1918
+ " "
1919
+ ]
1920
+ }
1921
+ ]
1898
1922
}
1899
1923
],
1900
1924
"parameters" : [
3048
3072
]
3049
3073
}
3050
3074
]
3051
- },
3052
- {
3053
- "type" : " BuiltinCommonInstructions::Standard" ,
3054
- "conditions" : [],
3055
- "actions" : [
3056
- {
3057
- "type" : {
3058
- "value" : " MettreXY"
3059
- },
3060
- "parameters" : [
3061
- " Label" ,
3062
- " =" ,
3063
- " Object.PropertyBarLeftPadding()" ,
3064
- " =" ,
3065
- " Object.PropertyBarTopPadding()"
3066
- ]
3067
- },
3068
- {
3069
- "type" : {
3070
- "value" : " TextObject::WrappingWidth"
3071
- },
3072
- "parameters" : [
3073
- " Label" ,
3074
- " =" ,
3075
- " Object.FullBarWidth()"
3076
- ]
3077
- },
3078
- {
3079
- "type" : {
3080
- "value" : " SetCenterY"
3081
- },
3082
- "parameters" : [
3083
- " Label" ,
3084
- " =" ,
3085
- " FillBar.CenterY()"
3086
- ]
3087
- },
3088
- {
3089
- "type" : {
3090
- "value" : " SetCenterX"
3091
- },
3092
- "parameters" : [
3093
- " Label" ,
3094
- " =" ,
3095
- " Background.CenterX() + (Object.PropertyBarLeftPadding() - Object.PropertyBarRightPadding()) / 2"
3096
- ]
3097
- }
3098
- ]
3099
3075
}
3100
3076
],
3101
3077
"parameters" : [
3209
3185
" =" ,
3210
3186
" Thumb.Y() - Label.Height() - Object.PropertyLabelMargin()"
3211
3187
]
3188
+ },
3189
+ {
3190
+ "type" : {
3191
+ "value" : " TextObject::Angle"
3192
+ },
3193
+ "parameters" : [
3194
+ " Label" ,
3195
+ " =" ,
3196
+ " -Object.Angle()"
3197
+ ]
3212
3198
}
3213
3199
]
3214
3200
}
You can’t perform that action at this time.
0 commit comments