add skeleton:is_visible(...), skeleton:set_visible(...)

This commit is contained in:
MihailRis
2024-07-15 12:05:11 +03:00
parent 055781eeaf
commit 8bb736bef0
10 changed files with 130 additions and 43 deletions
+8 -1
View File
@@ -2,7 +2,14 @@
"root": {
"nodes": [
{
"model": "player"
"name": "body",
"model": "player",
"nodes": [
{
"name": "head",
"model": "player-head"
}
]
}
]
}