Restored cutscene code
This commit is contained in:
@@ -20,6 +20,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "npc",
|
||||
"components": [
|
||||
{ "type": "POSITION", "x": -3, "y": 1, "z": 0 },
|
||||
{
|
||||
"type": "RENDERABLE",
|
||||
"renderType": "SHADER_MATERIAL",
|
||||
"priority": 0,
|
||||
"shaderType": "UNLIT",
|
||||
"color": { "r": 80, "g": 255, "b": 120, "a": 255 },
|
||||
"displayState": { "cull": false, "depthTest": true, "blend": false }
|
||||
},
|
||||
{ "type": "PHYSICS", "bodyType": "STATIC" },
|
||||
{ "type": "INTERACTABLE", "kind": "ITEM_PICKUP", "pickupId": 1 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"components": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user