Renderer/assets/Data/entity/objects/containers.json
austin 7c9c15ff05
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
open inventory entities ui on client
2025-05-13 14:43:38 -04:00

61 lines
1.6 KiB
JSON

{
"objects" : [
{
"id" : "crate",
"displayName" : "Crate",
"hitboxData" : [
{
"type": "static_capsule",
"radius": 2,
"length": 5
}
],
"collidable": {
"type" : "CUBE",
"mass": 0.7,
"rollingFriction": 1.0,
"linearFriction": 0.001,
"dimension1" : 2.0,
"dimension2" : 2.0,
"dimension3" : 2.0,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotW": 1,
"offsetX" : 0,
"offsetY" : 0,
"offsetZ" : 0
},
"buttonInteraction" : {
"onInteract" : "inventory",
"interactionShape" : {
"type" : "CUBE",
"dimension1" : 2.0,
"dimension2" : 2.0,
"dimension3" : 2.0,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotW": 1,
"offsetX" : 0.0,
"offsetY" : 0.0,
"offsetZ" : 0.0
}
},
"inventoryData" : {
"naturalSize" : 30
},
"tokens": [
"GRAVITY"
],
"graphicsTemplate": {
"model": {
"path" : "Models/objects/crate2.glb"
}
}
}
],
"files" : []
}