fix: source code

This commit is contained in:
nimsolated
2026-03-02 14:53:17 -08:00
parent f611d5d2d0
commit 5ce72a2d5b
238 changed files with 10146 additions and 0 deletions

48
elements/ShitGUI.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": "image",
"data": {
"image": "shit.png",
"use1Xscale": false,
"x": 96,
"y": -1,
"locked": false
}
},
{
"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
}
}
],
"gridSettings": {
"sx": 18,
"sy": 18,
"ox": 11,
"oy": 15,
"snapOnGrid": false
}
}
}