You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/reference/skins.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,51 @@ title: Skins
3
3
description: Documentation on how to add a custom skin using the Cult of the Lamb API
4
4
---
5
5
6
-
## Creating Skins
6
+
# Skins
7
+
8
+
This section is for loading custom spine using code, if you prefer using easier format (ie, JSON), check out [JSONSkin Loader](https://thunderstore.io/c/cult-of-the-lamb/p/KellyBetty/COTL_JSONLoader/) or [CustomSpineLoader](https://www.nexusmods.com/cultofthelamb/mods/49)
9
+
10
+
There are currently two methods of customizing skins:
11
+
- Custom Spine Override
12
+
- Skin texture Override
13
+
14
+
# Creating Custom Spine Overrides
15
+
16
+
Follow this if you have a Spine Skeleton and Atlas file. If not, you will need to use Skin Overrides instead.
17
+
18
+
### Exporting a usable Spine Skin
19
+
- Ensure that you have exported the Spine Skin via 3.8.99 Spine
0 commit comments