bevy_save 2.0.1+4

A framework for saving and loading application state in Bevy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "controls": {
    "forwards": "KeyW",
    "backwards": "KeyS",
    "jump": "Space"
  },
  "display": {
    "screen_x": 1600.0,
    "screen_y": 1410.0,
    "scale": 1.45
  }
}