micro_banimate 0.14.0

Easily manage complex Bevy 2D sprite animations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "idle_right": {
	"frames": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
	"frame_secs": 0.1
  },
  "idle_left": {
	"frames": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19],
	"frame_secs": 0.1
  },
  "run_right": {
	"frames": [20, 21, 22, 23, 24, 25, 26, 27],
	"frame_secs": 0.1
  },
  "run_left": {
	"frames": [30, 31, 32, 33, 34, 35, 36, 37],
	"frame_secs": 0.1
  }
}