Skip to content

Commit f43e30d

Browse files
authored
Revert "Update the joystick extension in all examples" (#910)
Revert "Update the joystick extension in all examples (#908)" This reverts commit 7f3da2f.
1 parent 7f3da2f commit f43e30d

File tree

37 files changed

+20193
-61878
lines changed

37 files changed

+20193
-61878
lines changed

examples/crazygames-sdk-demo/crazygames-sdk-demo.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6223,6 +6223,88 @@
62236223
"TopPadding": 16,
62246224
"HoveredFadeOutDuration": 0.25,
62256225
"LabelText": "Generate Ingame purchase token"
6226+
},
6227+
"childrenContent": {
6228+
"BitmapLabel": {
6229+
"content": {
6230+
"text": "Text",
6231+
"opacity": 255,
6232+
"scale": 1,
6233+
"fontSize": 20,
6234+
"tint": "255;255;255",
6235+
"bitmapFontResourceName": "",
6236+
"textureAtlasResourceName": "",
6237+
"align": "center",
6238+
"verticalTextAlignment": "center"
6239+
}
6240+
},
6241+
"Hovered": {
6242+
"bottomMargin": 32,
6243+
"height": 106,
6244+
"leftMargin": 16,
6245+
"rightMargin": 16,
6246+
"texture": "Grey Button_Hovered.png",
6247+
"tiled": true,
6248+
"topMargin": 16,
6249+
"width": 256
6250+
},
6251+
"Idle": {
6252+
"bottomMargin": 32,
6253+
"height": 106,
6254+
"leftMargin": 16,
6255+
"rightMargin": 16,
6256+
"texture": "Grey Button_Idle.png",
6257+
"tiled": true,
6258+
"topMargin": 16,
6259+
"width": 256
6260+
},
6261+
"Label": {
6262+
"bold": false,
6263+
"italic": false,
6264+
"smoothed": true,
6265+
"underlined": false,
6266+
"string": "Generate Ingame purchase token",
6267+
"font": "",
6268+
"textAlignment": "center",
6269+
"characterSize": 30,
6270+
"color": {
6271+
"b": 79,
6272+
"g": 72,
6273+
"r": 72
6274+
},
6275+
"content": {
6276+
"bold": false,
6277+
"isOutlineEnabled": false,
6278+
"isShadowEnabled": false,
6279+
"italic": false,
6280+
"outlineColor": "255;255;255",
6281+
"outlineThickness": 2,
6282+
"shadowAngle": 90,
6283+
"shadowBlurRadius": 2,
6284+
"shadowColor": "0;0;0",
6285+
"shadowDistance": 4,
6286+
"shadowOpacity": 127,
6287+
"smoothed": true,
6288+
"underlined": false,
6289+
"text": "Generate Ingame purchase token",
6290+
"font": "",
6291+
"textAlignment": "center",
6292+
"verticalTextAlignment": "top",
6293+
"characterSize": 30,
6294+
"lineHeight": 0,
6295+
"color": "72;72;79"
6296+
}
6297+
},
6298+
"Pressed": {
6299+
"bottomMargin": 16,
6300+
"height": 106,
6301+
"leftMargin": 16,
6302+
"rightMargin": 16,
6303+
"texture": "Grey Button_Pressed.png",
6304+
"tiled": true,
6305+
"topMargin": 32,
6306+
"width": 256
6307+
}
62266308
}
62276309
},
62286310
{

0 commit comments

Comments
 (0)