skycoin / cx-game

Game Prototype
7 stars 15 forks source link

Event Log #436

Open Planutim opened 3 years ago

Planutim commented 3 years ago

Create “Event Log”

Planutim commented 3 years ago

event log is

Event <- a struct

With default value for position like 0xffffff, or something, if not used

event type enum is like

And only store last 16,000 events.

Planutim commented 3 years ago

also

ted537 commented 3 years ago

How would "Player Picked up Item" fit within the proposed Event struct? There is no member for event.ItemTypeID.