1{
2air_resistance: 20,
3auto_move_camera: [0,0],
4background: "seaside",
5dimensions: [0,0,801,576],
6music: "",
7preloads: "",
8title: "Pong!",
9water_resistance: 100,
10xscale: 100,
11yscale: 100,
12character: [
13	{
14		current_frame: "normal",
15		custom: true,
16		face_right: false,
17		is_human: true,
18		label: "_21804ab8",
19		time_in_frame: 0,
20		type: "paddle",
21		velocity_x: 0,
22		velocity_y: 0,
23		x: 400,
24		y: 500,
25	},
26	{
27		current_frame: "normal",
28		custom: true,
29		face_right: false,
30		is_human: true,
31		label: "_4fd1de67",
32		time_in_frame: 0,
33		type: "paddle",
34		velocity_x: 0,
35		velocity_y: 0,
36		x: 400,
37		y: 10,
38	},
39	{
40		current_frame: "normal",
41		custom: true,
42		face_right: false,
43		label: "_56380283",
44		time_in_frame: 0,
45		type: "ball",
46		velocity_x: 0,
47		velocity_y: 0,
48		x: 400,
49		y: 300,
50	},
51],
52}