1{
2id: "pang_level_controller",
3always_active: true,
4next_animation: "'normal'",
5consts: {
6	pang_level_selection: ["pang-1.cfg","pang-2.cfg","pang-3.cfg","pang-4.cfg","pang-5.cfg"],
7},
8animation: {
9	id: "normal",
10	image: "effects/particles.png",
11	x: 86,
12	y: 73,
13	w: 28,
14	h: 28,
15	collide: [0,0,28,28],
16	frames: 1,
17	duration: 1000,
18},
19}