Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Feb 2, 2024
1 parent f30d59c commit 1459782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### Table of contents
1. [Basic Usage](#basic-usage)
2. [Animations](#animations)
3. [Skins](#skins)
3. [Skin Textures](#skin-textures)
4. [Misc](#misc)

### Basic Usage <a id="basic-usage"></a>
Expand Down Expand Up @@ -77,9 +77,9 @@ if ( manager.hasGlobalSequences() ) {
}
```

### Skins <a id="skins"></a>
### Skin Textures <a id="skin-textures"></a>

Some models (especially creatures) require the definition of a skin. This can be done with an instance of `M2Options` and the `setSkin( id1, id2, id3 )` method. You have to pass in the `FileDataID`s
Some models (especially creatures) require the definition of a skin textures. This can be done with an instance of `M2Options` and the `setSkin( id1, id2, id3 )` method. You have to pass in the `FileDataID`s
of the textures that should represent the skin.

```js
Expand Down

0 comments on commit 1459782

Please sign in to comment.