Fov tweaks

This commit is contained in:
2026-07-01 20:18:32 -05:00
parent 172dc5d37b
commit 117bdf0c00
5 changed files with 72 additions and 12 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ errorret_t rpgInit(void) {
entity_t *npc = &ENTITIES[npcIndex];
entityInit(npc, ENTITY_TYPE_NPC);
npcSetMoveType(npc, NPC_MOVE_TYPE_PATH);
npc->position = (worldpos_t){ 8, 8, 0 };
npc->position = (worldpos_t){ 8, 8, 1 };
npc->interact.type = ENTITY_INTERACT_PRINT;
npc->interact.data.message = "hello world";
{