detonator
detonator copied to clipboard
Add Lua API for accessing runtime game data
trafficstars
This is distinct from the "packaged game data" (see #47) since this is data that is generated by the game when it runs. This is data such as high scores, save games etc.
It's likely possible to share some data access details between this and #47