Restored cutscene code

This commit is contained in:
2026-07-23 09:15:47 -05:00
parent 0852b8463b
commit 0667a44e14
55 changed files with 3066 additions and 24 deletions
+16
View File
@@ -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": [
{