Skip to content

Commit

Permalink
Merge pull request #3610 from hyperjuni/master
Browse files Browse the repository at this point in the history
Added missing platform configs
  • Loading branch information
sayterdarkwynd authored Dec 4, 2024
2 parents fba6234 + ccc86c2 commit 6a5226d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions objects/crafting/instafreud/instafreud.object
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,26 @@
"image" : "instafreud.png:<color>",
"sitCoverImage" : "/objects/crafting/instafreud/instafreudcover.png",

"direction" : "right",
"direction" : "right",
"imagePosition" : [-28, 0],
"frames" : 1,
"animationCycle" : 1.0,

"spaceScan" : 0.1,
"collision": "platform",
"anchors" : [ "bottom" ]
},
{
"image" : "instafreudflip.png:<color>",
"sitCoverImage" : "/objects/crafting/instafreud/instafreudcoverflip.png",

"direction" : "left",
"direction" : "left",
"imagePosition" : [-28, 0],
"frames" : 1,
"animationCycle" : 1.0,

"spaceScan" : 0.1,
"collision": "platform",
"anchors" : [ "bottom" ]
}
],
Expand Down
1 change: 1 addition & 0 deletions objects/pixelgoods/fuokeahitechbath.object
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"animationCycle" : 1.0,

"spaceScan" : 0.1,
"collision": "platform",
"anchors" : [ "bottom" ]

}
Expand Down
1 change: 1 addition & 0 deletions objects/power/fu_rockcrusher/fu_rockcrusher.object
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"animationCycle" : 1,

"spaceScan" : 0.1,
"collision": "platform",
"anchors" : [ "bottom" ]
}
],
Expand Down

0 comments on commit 6a5226d

Please sign in to comment.