First commit
This commit is contained in:
91
elements/TeleporterGUI.mod.json
Normal file
91
elements/TeleporterGUI.mod.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"_fv": 60,
|
||||
"_type": "gui",
|
||||
"definition": {
|
||||
"type": 0,
|
||||
"width": 176,
|
||||
"height": 166,
|
||||
"inventoryOffsetX": 0,
|
||||
"inventoryOffsetY": 0,
|
||||
"renderBgLayer": true,
|
||||
"doesPauseGame": false,
|
||||
"components": [
|
||||
{
|
||||
"type": "label",
|
||||
"data": {
|
||||
"name": "label_teleport_1",
|
||||
"text": {
|
||||
"fixedValue": "Teleport 1"
|
||||
},
|
||||
"color": {
|
||||
"value": -12829636,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"x": 132,
|
||||
"y": 62
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"data": {
|
||||
"name": "label_teleport_2",
|
||||
"text": {
|
||||
"fixedValue": "Teleport 2"
|
||||
},
|
||||
"color": {
|
||||
"value": -12829636,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"x": 132,
|
||||
"y": 89
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"data": {
|
||||
"name": "label_easyteleport",
|
||||
"text": {
|
||||
"fixedValue": "EasyTeleport"
|
||||
},
|
||||
"color": {
|
||||
"value": -12829636,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"x": 132,
|
||||
"y": 44
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"data": {
|
||||
"name": "button_teleport",
|
||||
"text": "Teleport",
|
||||
"isUndecorated": false,
|
||||
"width": 65,
|
||||
"height": 20,
|
||||
"x": 204,
|
||||
"y": 62
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"data": {
|
||||
"name": "button_teleport1",
|
||||
"text": "Teleport",
|
||||
"isUndecorated": false,
|
||||
"width": 65,
|
||||
"height": 20,
|
||||
"x": 204,
|
||||
"y": 89
|
||||
}
|
||||
}
|
||||
],
|
||||
"gridSettings": {
|
||||
"sx": 18,
|
||||
"sy": 18,
|
||||
"ox": 11,
|
||||
"oy": 15,
|
||||
"snapOnGrid": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user