Add precharge progress bar
This commit is contained in:
@ -235,7 +235,7 @@
|
||||
"Type": "Image",
|
||||
"Name": "logo",
|
||||
"X": 160,
|
||||
"Y": 263,
|
||||
"Y": 265,
|
||||
"Width": 160,
|
||||
"Height": 55,
|
||||
"RelativeFilename": "Fasttube_Logo_small_white.png"
|
||||
@ -431,6 +431,40 @@
|
||||
"EasingOption": "Out",
|
||||
"SwipeAcceleration": 1.0,
|
||||
"DragAcceleration": 1.0
|
||||
},
|
||||
{
|
||||
"Type": "BoxProgress",
|
||||
"Name": "prechargeProgress",
|
||||
"Y": 265,
|
||||
"Width": 480,
|
||||
"Height": 55,
|
||||
"Visible": false,
|
||||
"Color": {
|
||||
"Red": 136,
|
||||
"Green": 255
|
||||
},
|
||||
"Direction": "Right",
|
||||
"FileNameBackground": "precharge_bg.png",
|
||||
"IndicatorPositionWidth": 480,
|
||||
"IndicatorPositionHeight": 55,
|
||||
"ProgressRangeMax": 100
|
||||
},
|
||||
{
|
||||
"Type": "TextArea",
|
||||
"Name": "prechargeLabel",
|
||||
"X": 105,
|
||||
"Y": 274,
|
||||
"Width": 269,
|
||||
"Height": 37,
|
||||
"Visible": false,
|
||||
"TextId": "__SingleUse_HMH2",
|
||||
"TextRotation": "0",
|
||||
"Color": {
|
||||
"Red": 255,
|
||||
"Green": 255,
|
||||
"Blue": 255
|
||||
},
|
||||
"AutoSize": true
|
||||
}
|
||||
],
|
||||
"Interactions": [
|
||||
|
||||
Reference in New Issue
Block a user