Rootex
Rootex copied to clipboard
Implement saving
Possible options:
- use seperate entity to maintain state like a singleton in Godot and attach directly to root
- dump into json diffs and use ID for C++ objects
- checkpoints and saving state to player component