feat: added npc poi for custom npcs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "npc_look.h"
|
||||
#include "../core/types.h"
|
||||
|
||||
#define NPC_SPEED 0.1f
|
||||
#define NPC_SPEED 1.0f
|
||||
|
||||
typedef enum NPC_ACTION NPC_ACTION;
|
||||
enum NPC_ACTION {
|
||||
@@ -23,6 +23,10 @@ struct NPC {
|
||||
Str8 name;
|
||||
NPC_LOOK look;
|
||||
|
||||
bool customPOI;
|
||||
U32 customPOICount;
|
||||
U32 npcPOI[16];
|
||||
|
||||
//// Actions
|
||||
NPC_ACTION mode;
|
||||
// How long they've been waiting
|
||||
|
||||
Reference in New Issue
Block a user