update RigConfig
This commit is contained in:
@@ -6,5 +6,8 @@
|
||||
"models": [
|
||||
"cube",
|
||||
"item"
|
||||
],
|
||||
"rigs": [
|
||||
"drop"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"root": {
|
||||
"model": "cube"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
local tsf = entity.transform
|
||||
local body = entity.rigidbody
|
||||
local rig = entity.modeltree
|
||||
|
||||
inair = true
|
||||
ready = false
|
||||
|
||||
Reference in New Issue
Block a user