Add precharge progress bar

This commit is contained in:
2023-03-21 19:05:54 +01:00
parent ff37c8503d
commit 04b95a19d1
25 changed files with 4724 additions and 86 deletions

View File

@ -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": [