mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
feature: add tux and label copy machine
This commit is contained in:
248
elements/LabelCopyMachineGUI.mod.json
Normal file
248
elements/LabelCopyMachineGUI.mod.json
Normal file
@@ -0,0 +1,248 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "gui",
|
||||
"definition": {
|
||||
"type": 1,
|
||||
"width": 176,
|
||||
"height": 188,
|
||||
"inventoryOffsetX": 0,
|
||||
"inventoryOffsetY": 0,
|
||||
"renderBgLayer": true,
|
||||
"doesPauseGame": false,
|
||||
"components": [
|
||||
{
|
||||
"type": "inputslot",
|
||||
"data": {
|
||||
"inputLimit": {
|
||||
"value": "CUSTOM:ShippingLabel"
|
||||
},
|
||||
"disablePlacement": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"color": {
|
||||
"value": -3355444,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"id": 0,
|
||||
"disablePickup": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"dropItemsWhenNotBound": false,
|
||||
"x": 146,
|
||||
"y": 76,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "inputslot",
|
||||
"data": {
|
||||
"inputLimit": {
|
||||
"value": "Items.PAPER"
|
||||
},
|
||||
"disablePlacement": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"color": {
|
||||
"value": -3342337,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"id": 1,
|
||||
"disablePickup": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"dropItemsWhenNotBound": false,
|
||||
"x": 182,
|
||||
"y": 49,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "inputslot",
|
||||
"data": {
|
||||
"inputLimit": {
|
||||
"value": "Items.DYE#0"
|
||||
},
|
||||
"disablePlacement": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"color": {
|
||||
"value": -13421773,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"id": 2,
|
||||
"disablePickup": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"dropItemsWhenNotBound": false,
|
||||
"x": 222,
|
||||
"y": 49,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "outputslot",
|
||||
"data": {
|
||||
"color": {
|
||||
"value": -6684775,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"id": 3,
|
||||
"disablePickup": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"dropItemsWhenNotBound": false,
|
||||
"x": 258,
|
||||
"y": 76,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"data": {
|
||||
"name": "label_label_copy_machine",
|
||||
"text": {
|
||||
"fixedValue": "Label Copy Machine"
|
||||
},
|
||||
"color": {
|
||||
"value": -12829636,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"x": 132,
|
||||
"y": 31,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"data": {
|
||||
"image": "plus_sign.png",
|
||||
"use1Xscale": false,
|
||||
"x": 204,
|
||||
"y": 49,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"data": {
|
||||
"image": "copy_icon.png",
|
||||
"use1Xscale": false,
|
||||
"x": 204,
|
||||
"y": 76,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"data": {
|
||||
"image": "right_arrow_sign.png",
|
||||
"use1Xscale": false,
|
||||
"x": 168,
|
||||
"y": 76,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"data": {
|
||||
"image": "right_arrow_sign.png",
|
||||
"use1Xscale": false,
|
||||
"x": 222,
|
||||
"y": 76,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"data": {
|
||||
"name": "button_copy",
|
||||
"text": "Copy",
|
||||
"isUndecorated": false,
|
||||
"onClick": {
|
||||
"name": "LabelCopyMachineCopyButtonPressed"
|
||||
},
|
||||
"width": 46,
|
||||
"height": 20,
|
||||
"x": 191,
|
||||
"y": 98,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"data": {
|
||||
"name": "tooltip_shipping_label_slot",
|
||||
"text": {
|
||||
"fixedValue": "Shipping Label Slot"
|
||||
},
|
||||
"displayCondition": {
|
||||
"name": "LabelCopyMachineGUISlot0TooltipCondition"
|
||||
},
|
||||
"width": 24,
|
||||
"height": 24,
|
||||
"x": 141,
|
||||
"y": 71,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"data": {
|
||||
"name": "tooltip_paper_slot",
|
||||
"text": {
|
||||
"fixedValue": "Paper Slot"
|
||||
},
|
||||
"displayCondition": {
|
||||
"name": "LabelCopyMachineGUISlot1TooltipCondition"
|
||||
},
|
||||
"width": 24,
|
||||
"height": 24,
|
||||
"x": 177,
|
||||
"y": 44,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"data": {
|
||||
"name": "tooltip_ink_sac_slot",
|
||||
"text": {
|
||||
"fixedValue": "Ink Sac Slot"
|
||||
},
|
||||
"displayCondition": {
|
||||
"name": "LabelCopyMachineGUISlot2TooltipCondition"
|
||||
},
|
||||
"width": 24,
|
||||
"height": 24,
|
||||
"x": 218,
|
||||
"y": 44,
|
||||
"locked": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tooltip",
|
||||
"data": {
|
||||
"name": "tooltip_output_copy_of_shipping_label",
|
||||
"text": {
|
||||
"fixedValue": "Output (copy of shipping label)"
|
||||
},
|
||||
"displayCondition": {
|
||||
"name": "LabelCopyMachineGUISlot3TooltipCondition"
|
||||
},
|
||||
"width": 24,
|
||||
"height": 24,
|
||||
"x": 254,
|
||||
"y": 71,
|
||||
"locked": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"gridSettings": {
|
||||
"sx": 9,
|
||||
"sy": 9,
|
||||
"ox": 11,
|
||||
"oy": 15,
|
||||
"snapOnGrid": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user