rename rig to skeleton

This commit is contained in:
MihailRis
2024-07-10 04:28:12 +03:00
parent 91230ecbeb
commit 60f4f33180
24 changed files with 187 additions and 187 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
"components": [
"falling_block"
],
"rig-name": "base:block",
"skeleton-name": "base:block",
"hitbox": [0.8, 0.8, 0.8]
}
+1 -1
View File
@@ -1,6 +1,6 @@
local tsf = entity.transform
local body = entity.rigidbody
local rig = entity.modeltree
local rig = entity.skeleton
inair = true
ready = false
@@ -1,6 +1,6 @@
local tsf = entity.transform
local body = entity.rigidbody
local rig = entity.modeltree
local rig = entity.skeleton
ARGS = ARGS or {}
local blockid = ARGS.block