Add AMI screen
This commit is contained in:
@ -132,8 +132,76 @@
|
||||
"Type": "ActionCustom",
|
||||
"FunctionName": "decMission"
|
||||
}
|
||||
},
|
||||
{
|
||||
"InteractionName": "ConfirmMission",
|
||||
"Trigger": {
|
||||
"Type": "TriggerPhysicalButtonClicked",
|
||||
"ButtonKey": 6
|
||||
},
|
||||
"Action": {
|
||||
"Type": "ActionCustom",
|
||||
"FunctionName": "confirmMission"
|
||||
}
|
||||
},
|
||||
{
|
||||
"InteractionName": "DummyChange",
|
||||
"Trigger": {
|
||||
"Type": "TriggerPhysicalButtonClicked",
|
||||
"ButtonKey": 254
|
||||
},
|
||||
"Action": {
|
||||
"Type": "ActionGotoScreen",
|
||||
"ScreenTransitionType": "ScreenTransitionNone",
|
||||
"ActionComponent": "AMI"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "AMI",
|
||||
"Components": [
|
||||
{
|
||||
"Type": "Image",
|
||||
"Name": "logo",
|
||||
"X": 160,
|
||||
"Y": 263,
|
||||
"Width": 160,
|
||||
"Height": 55,
|
||||
"RelativeFilename": "logo_dv_small_white.png"
|
||||
},
|
||||
{
|
||||
"Type": "TextArea",
|
||||
"Name": "title",
|
||||
"X": 42,
|
||||
"Y": 20,
|
||||
"Width": 396,
|
||||
"Height": 37,
|
||||
"TextId": "__SingleUse_SDGP",
|
||||
"TextRotation": "0",
|
||||
"Color": {
|
||||
"Red": 255,
|
||||
"Green": 255,
|
||||
"Blue": 255
|
||||
},
|
||||
"AutoSize": true
|
||||
},
|
||||
{
|
||||
"Type": "TextArea",
|
||||
"Name": "currentMission",
|
||||
"Y": 130,
|
||||
"Width": 480,
|
||||
"Height": 49,
|
||||
"TextId": "Invalid_Huge",
|
||||
"TextRotation": "0",
|
||||
"Color": {
|
||||
"Red": 255,
|
||||
"Green": 255,
|
||||
"Blue": 255
|
||||
}
|
||||
}
|
||||
],
|
||||
"Interactions": []
|
||||
}
|
||||
],
|
||||
"CustomContainerDefinitions": [
|
||||
|
||||
Reference in New Issue
Block a user