Skip to content

Commit

Permalink
wafflecone.fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Aug 1, 2020
1 parent 9eedea0 commit 6800c76
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 5 deletions.
11 changes: 11 additions & 0 deletions fu_metagui/panes/fu/example.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

{ // -*- grammar-ext: json -*-
"style" : "window", // window (has titlebar), panel (just a frame) etc.
"size" : [100, 100], // *internal* size (not including chrome)
"title" : "Container Test",
"openWithInventory" : true,
//"scripts" : [ "drivebay.lua" ],
"children" : [
{ "id" : "grid", "type" : "itemGrid", "slots" : 9, "columns" : 3, "containerSlot" : 1 }
]
}
11 changes: 11 additions & 0 deletions metagui/panes/fu/example.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

{ // -*- grammar-ext: json -*-
"style" : "window", // window (has titlebar), panel (just a frame) etc.
"size" : [100, 100], // *internal* size (not including chrome)
"title" : "Container Test",
"openWithInventory" : true,
//"scripts" : [ "drivebay.lua" ],
"children" : [
{ "id" : "grid", "type" : "itemGrid", "slots" : 9, "columns" : 3, "containerSlot" : 1 }
]
}
3 changes: 2 additions & 1 deletion metagui/registry.json.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
{ "op" : "add", "path" : "/defaultTheme", "value" : "frackin" },
{ "op" : "add", "path" : "/panes/fu", "value" : {
// place pane entries here and reference by fu:panename
"pane1" : "/panes/fu/example.ui"
} }
]
]
8 changes: 6 additions & 2 deletions objects/corpsewagon/corpsewagon.object
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
"colonyTags" : [ "macabre", "madness", "insanity", "bed" ],
"printable" : false,
"rarity" : "rare",
"interactAction" : "ScriptPane",
"interactData" : { "gui" : { }, "scripts" : ["/metagui.lua"], "ui" : "example.ui" },

"interactAction" : "OpenCraftingInterface",
"interactData" : {
"config" : "/interface/windowconfig/fucorpsewagon.config",
"filter" : [ "fucorpsewagon" ]
},

"description" : "The stench is quite overwhelming.",
"shortdescription" : "Midnight Meat Wagon",
Expand Down
14 changes: 14 additions & 0 deletions objects/minibiome/ancient/artifact/fuancientartifactcorelit.frames
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{

"frameGrid" : {
"size" : [32, 64],
"dimensions" : [6, 1],
"names" : [
[ "default.1", "default.2", "default.3", "default.4", "default.5", "default.empty" ]
]
},

"aliases" : {
"default.default" : "default.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@

"animation" : "fuancientartifact.animation",
"animationParts" : {
"interactiveObject" : "fuancientartifactore.png",
"interactiveObjectlit" : "fuancientartifactorelit.png"
"interactiveObject" : "fuancientartifactcore.png",
"interactiveObjectlit" : "fuancientartifactcorelit.png"
},
"animationPosition" : [0, 0],
"pickupQuestTemplates" : [ "ancientpowerconduit" ]
Expand Down

0 comments on commit 6800c76

Please sign in to comment.