Skip to content

Commit 830da11

Browse files
fix headers
1 parent ea18ad7 commit 830da11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/reference/skins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Skins
33
description: Documentation on how to add a custom skin using the Cult of the Lamb API
44
---
55

6-
# Skins
6+
## Skins
77

88
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)
99

1010
There are currently two methods of customizing skins:
1111
- Custom Spine Override
1212
- Skin texture Override
1313

14-
# Creating Custom Spine Overrides
14+
## Creating Custom Spine Overrides
1515

1616
Follow this if you have a Spine Skeleton and Atlas file. If not, you will need to use Skin Overrides instead.
1717

@@ -45,7 +45,7 @@ CustomSkinManager.ChangeSelectedPlayerSpine(playerSpineName + "/" + skinName);
4545
```
4646

4747

48-
# Creating Skin Texture Overrides
48+
## Creating Skin Texture Overrides
4949

5050
Follow this if you are NOT making a Spine Override. This is for Skin Overrides.
5151

0 commit comments

Comments
 (0)