add skeleton:index(...) and player test model

This commit is contained in:
MihailRis
2024-07-15 08:56:27 +03:00
parent e8e3626c63
commit 055781eeaf
11 changed files with 148 additions and 23 deletions
+3
View File
@@ -129,4 +129,7 @@ rig:get_texture(key: str) -> str
-- Назначает текстуру по ключу
rig:set_texture(key: str, value: str)
-- Возвращает индекс кости по имени или nil
rig:index(name: str) -> int
```