This commit is contained in:
nimsolated
2026-03-22 18:27:38 -07:00
parent 43e451f984
commit 0be743f7b6
600 changed files with 6908 additions and 2568 deletions

48
elements/TurdGUI.mod.json Normal file
View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "gui",
"definition": {
"type": 0,
"width": 176,
"height": 166,
"inventoryOffsetX": 0,
"inventoryOffsetY": 0,
"renderBgLayer": false,
"doesPauseGame": false,
"components": [
{
"type": "label",
"data": {
"name": "label_uh_ohh_stinky",
"text": {
"fixedValue": "UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! "
},
"color": {
"value": -52,
"falpha": 0.0
},
"x": 5,
"y": 3,
"locked": false
}
},
{
"type": "image",
"data": {
"image": "turd.png",
"use1Xscale": false,
"x": 96,
"y": -1,
"locked": false
}
}
],
"gridSettings": {
"sx": 18,
"sy": 18,
"ox": 11,
"oy": 15,
"snapOnGrid": true
}
}
}