Cutscene defs

This commit is contained in:
2026-07-02 11:32:31 -05:00
parent 7b98e40ccf
commit fdc4e056f9
9 changed files with 34 additions and 80 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ errorret_t rpgInit(void) {
npcSetMoveType(npc, NPC_MOVE_TYPE_PATH);
npc->position = (worldpos_t){ 8, 8, 1 };
npc->interact.type = ENTITY_INTERACT_CUTSCENE;
npc->interact.data.cutscene = &TEST_CUTSCENE;
npc->interact.data.cutscene = CUTSCENE_REFERENCE(TEST_TWO);
{
chunkpos_t cp;
worldPosToChunkPos(&npc->position, &cp);