Skip to content

Commit

Permalink
Updated to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
H077y authored Sep 6, 2024
1 parent 953c52c commit 98fa9e5
Show file tree
Hide file tree
Showing 86 changed files with 18,809 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Code/Custom Slugcats/avatar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name":"§6Customisable Slugcat",
"description":"§oA customisable model for the RainWorld species, Slugcat.",
"authors":[
"Dragon Nest",
"SquAPI (Squishy)",
"JimmyAnims (Jimmy)",
"GSAnimBlend (Grandpa Scout)",
"PhysBoneAPI & Colour Picker (Chloe)",
"Swinging Physics (Manuel)"
]
}
Binary file added Code/Custom Slugcats/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions Code/Custom Slugcats/config.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
local slugcat = models.models.slugcat
local slugcatUpperBody = slugcat.FullBody.UpperBody
local slugcatLowerBody = slugcat.FullBody.LowerBody
return {
slugcat = slugcat,
slugcatUpperBody = slugcatUpperBody,
slugcatLowerBody = slugcatLowerBody
}
1 change: 1 addition & 0 deletions Code/Custom Slugcats/models/slugcat.bbmodel

Large diffs are not rendered by default.

Loading

0 comments on commit 98fa9e5

Please sign in to comment.