initital commit

This commit is contained in:
Chr1Z93 2023-10-20 15:43:37 +02:00
parent f87ec664dc
commit 5228f574b4
8 changed files with 105 additions and 2 deletions

View File

@ -56,5 +56,5 @@
"scaleZ": 0.42 "scaleZ": 0.42
}, },
"Value": 0, "Value": 0,
"XmlUI_path": "DoomCounter.85c4c6.xml" "XmlUI": "\u003cInclude src=\"DoomCounter.xml\"/\u003e"
} }

View File

@ -22,6 +22,7 @@
"CustomDataHelper.2547b3", "CustomDataHelper.2547b3",
"UnderworldMarketHelper.3650ea", "UnderworldMarketHelper.3650ea",
"Subject5U-21Helper.1335e8", "Subject5U-21Helper.1335e8",
"PlayermatHider.a758b2",
"Auto-failCounter.a9a321", "Auto-failCounter.a9a321",
"ElderSignCounter.e62cb5" "ElderSignCounter.e62cb5"
], ],

View File

@ -0,0 +1,60 @@
{
"AltLookAngle": {
"x": 0,
"y": 0,
"z": 0
},
"Autoraise": true,
"ColorDiffuse": {
"b": 1,
"g": 1,
"r": 1
},
"CustomImage": {
"CustomTile": {
"Stackable": false,
"Stretch": true,
"Thickness": 0.1,
"Type": 3
},
"ImageScalar": 1,
"ImageSecondaryURL": "",
"ImageURL": "http://cloud-3.steamusercontent.com/ugc/2115061845796985108/F0ADB7094641DA966FFA3AF0CC6987D33D2D9591/",
"WidthScale": 0
},
"Description": "",
"DragSelectable": true,
"GMNotes": "",
"GUID": "a758b2",
"Grid": true,
"GridProjection": false,
"Hands": false,
"HideWhenFaceDown": false,
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScript": "require(\"accessories/PlayermatHider\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Tile",
"Nickname": "PlayermatHider",
"Snap": true,
"Sticky": true,
"Tags": [
"CleanUpHelper_ignore"
],
"Tooltip": true,
"Transform": {
"posX": 0,
"posY": 2,
"posZ": 0,
"rotX": 0,
"rotY": 270,
"rotZ": 0,
"scaleX": 3,
"scaleY": 1,
"scaleZ": 3
},
"Value": 0,
"XmlUI": ""
}

View File

@ -73,5 +73,5 @@
"scaleZ": 1.5 "scaleZ": 1.5
}, },
"Value": 0, "Value": 0,
"XmlUI_path": "OptionPanelSource.830bd0/CleanUpHelper.26cf4b.xml" "XmlUI": "\u003cInclude src=\"accessories/CleanUpHelper.xml\"/\u003e"
} }

View File

@ -0,0 +1,7 @@
local guidReferenceApi = require("core/GUIDReferenceApi")
function onClick_hideShow(player, value, id)
log(player)
log(value)
log(id)
end

View File

@ -0,0 +1,35 @@
<TableLayout>
<Row>
<Cell>
<Text>Playermat 1 (White)</Text>
</Cell>
<Cell>
<Button id="button1"
onClick="onClick">Show / Hide</Button>
</Cell>
</Row>
<Row>
<Cell>
</Cell>
<Cell>
</Cell>
</Row>
<Row>
<Cell>
</Cell>
<Cell>
</Cell>
</Row>
<Row>
<Cell>
</Cell>
<Cell>
</Cell>
</Row>
</TableLayout>