From f30d59c523d9a04b6a2c8bfb923b767ed49e02d0 Mon Sep 17 00:00:00 2001 From: Michael Herzog Date: Thu, 25 Jan 2024 22:20:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee8d4a0..1dcde01 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ if ( manager.hasGlobalSequences() ) { ### Skins -Some models (especially creatures) require the definition of a skin. This can be done with an instance of `M2Options` and the `setSkin()` method. You have to pass in the `FileDataID`s +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 of the textures that should represent the skin. ```js