Bioblaze / DOGEngine

0 stars 1 forks source link

Gameplay Replay System #14

Open Bioblaze opened 2 months ago

Bioblaze commented 2 months ago

System that records the players actions, menu usage, level loading, and allows for playback, pausing, and such.

utilizing entt, add a component for data tracking to the Entity Object, recording various pieces of information for that entity, from other components attached to that entity.

Custom filetype for replay system