mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-01 23:25:09 +02:00
implement mob combat
This commit is contained in:
@@ -93,6 +93,9 @@ typedef struct {
|
||||
short x;
|
||||
uint8_t y;
|
||||
short z;
|
||||
// Lower 5 bits: health
|
||||
// Upper 3 bits: reserved (?)
|
||||
uint8_t data;
|
||||
} MobData;
|
||||
|
||||
#pragma pack(pop)
|
||||
|
Reference in New Issue
Block a user