-
Notifications
You must be signed in to change notification settings - Fork 0
/
levels.go
106 lines (94 loc) · 70.8 KB
/
levels.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
package main
import "github.com/jakecoffman/cp"
type LevelData struct {
bricks []*BrickData
targetHeight int
objects []string
}
type BrickData struct {
x, y int
rotation float64
colour string
body *cp.Body
bricktype string
}
var EditorLevel = LevelData{
bricks: []*BrickData{
{x: 508, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 348, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 476, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 492, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 380, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 412, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 460, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 508, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 492, y: 364, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 540, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 572, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 364, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 396, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 460, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 540, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 556, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 580, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 492, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 572, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 380, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 476, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 556, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 508, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 540, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 572, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 476, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 340, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 508, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 492, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 540, y: 352, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 428, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 444, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 508, y: 352, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 556, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 444, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 428, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 412, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 396, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 572, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 476, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 580, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 540, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 460, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 580, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 556, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 364, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 444, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 540, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 352, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 556, y: 364, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 492, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 580, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 476, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 508, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 460, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 572, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 412, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 428, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 444, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 164, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 132, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 100, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 68, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 28, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 52, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 84, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 116, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 148, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 180, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 196, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 68, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 100, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 132, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 164, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 28, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 52, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 84, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 116, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 148, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 68, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 100, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 132, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 28, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 52, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 84, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 116, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 68, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 100, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 28, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 52, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 84, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 68, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 28, y: 364, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 52, y: 364, rotation: 0.000000, colour: "yellow", bricktype: "normal"},
},
targetHeight: 300,
}
var LevelMainMenu = LevelData{
bricks: []*BrickData{},
targetHeight: -100,
}
var Level0 = LevelData{ // house
bricks: []*BrickData{
{x: 156, y: 472, rotation: 0.0, colour: "yellow"}, {x: 252, y: 472, rotation: 0.0, colour: "yellow"}, {x: 156, y: 424, rotation: 0.0, colour: "yellow"}, {x: 284, y: 472, rotation: 0.0, colour: "yellow"}, {x: 188, y: 472, rotation: 0.0, colour: "yellow"}, {x: 156, y: 460, rotation: 0.0, colour: "yellow"}, {x: 188, y: 460, rotation: 0.0, colour: "yellow"}, {x: 188, y: 424, rotation: 0.0, colour: "yellow"}, {x: 252, y: 460, rotation: 0.0, colour: "yellow"}, {x: 284, y: 460, rotation: 0.0, colour: "yellow"}, {x: 284, y: 448, rotation: 0.0, colour: "yellow"}, {x: 252, y: 448, rotation: 0.0, colour: "yellow"}, {x: 220, y: 448, rotation: 0.0, colour: "blue"}, {x: 188, y: 448, rotation: 0.0, colour: "yellow"}, {x: 156, y: 448, rotation: 0.0, colour: "yellow"}, {x: 156, y: 436, rotation: 0.0, colour: "yellow"}, {x: 188, y: 436, rotation: 0.0, colour: "yellow"}, {x: 220, y: 436, rotation: 0.0, colour: "yellow"}, {x: 252, y: 436, rotation: 0.0, colour: "yellow"}, {x: 284, y: 436, rotation: 0.0, colour: "yellow"}, {x: 284, y: 424, rotation: 0.0, colour: "yellow"}, {x: 252, y: 424, rotation: 0.0, colour: "yellow"}, {x: 220, y: 424, rotation: 0.0, colour: "yellow"}, {x: 220, y: 460, rotation: 0.0, colour: "blue"}, {x: 220, y: 472, rotation: 0.0, colour: "blue"}, {x: 140, y: 376, rotation: 0.0, colour: "red"}, {x: 172, y: 376, rotation: 0.0, colour: "red"}, {x: 204, y: 376, rotation: 0.0, colour: "red"}, {x: 236, y: 376, rotation: 0.0, colour: "red"}, {x: 268, y: 376, rotation: 0.0, colour: "red"}, {x: 300, y: 376, rotation: 0.0, colour: "red"}, {x: 156, y: 364, rotation: 0.0, colour: "red"}, {x: 188, y: 364, rotation: 0.0, colour: "red"}, {x: 220, y: 364, rotation: 0.0, colour: "red"}, {x: 252, y: 364, rotation: 0.0, colour: "red"}, {x: 284, y: 364, rotation: 0.0, colour: "red"}, {x: 268, y: 352, rotation: 0.0, colour: "red"}, {x: 236, y: 352, rotation: 0.0, colour: "red"}, {x: 204, y: 352, rotation: 0.0, colour: "red"}, {x: 172, y: 352, rotation: 0.0, colour: "red"}, {x: 188, y: 340, rotation: 0.0, colour: "red"}, {x: 220, y: 340, rotation: 0.0, colour: "red"}, {x: 252, y: 340, rotation: 0.0, colour: "red"}, {x: 204, y: 328, rotation: 0.0, colour: "red"}, {x: 236, y: 328, rotation: 0.0, colour: "red"}, {x: 220, y: 316, rotation: 0.0, colour: "red"}, {x: 220, y: 304, rotation: 0.0, colour: "red"}, {x: 220, y: 292, rotation: 0.0, colour: "red"}, {x: 220, y: 280, rotation: 6.283185, colour: "red"}, {x: 156, y: 412, rotation: 0.0, colour: "yellow"}, {x: 188, y: 412, rotation: 0.0, colour: "blue"}, {x: 220, y: 412, rotation: 0.0, colour: "yellow"}, {x: 252, y: 412, rotation: 0.0, colour: "blue"}, {x: 284, y: 412, rotation: 0.0, colour: "yellow"}, {x: 284, y: 400, rotation: 0.0, colour: "yellow"}, {x: 252, y: 400, rotation: 0.0, colour: "blue"}, {x: 220, y: 400, rotation: 0.0, colour: "yellow"}, {x: 188, y: 400, rotation: 0.0, colour: "blue"}, {x: 156, y: 400, rotation: 0.0, colour: "yellow"}, {x: 156, y: 388, rotation: 0.0, colour: "yellow"}, {x: 188, y: 388, rotation: 0.0, colour: "yellow"}, {x: 220, y: 388, rotation: 0.0, colour: "yellow"}, {x: 252, y: 388, rotation: 0.0, colour: "yellow"}, {x: 284, y: 388, rotation: 0.0, colour: "yellow"}, {x: 460, y: 460, rotation: 0.0, colour: "red"}, {x: 460, y: 472, rotation: 0.0, colour: "red"}, {x: 460, y: 448, rotation: 0.0, colour: "red"}, {x: 460, y: 436, rotation: 0.0, colour: "red"}, {x: 460, y: 424, rotation: 0.0, colour: "red"}, {x: 460, y: 412, rotation: 0.0, colour: "red"}, {x: 460, y: 400, rotation: 0.0, colour: "red"}, {x: 460, y: 388, rotation: 0.0, colour: "red"}, {x: 460, y: 376, rotation: 0.0, colour: "red"}, {x: 460, y: 364, rotation: 0.0, colour: "red"}, {x: 460, y: 352, rotation: 0.0, colour: "red"}, {x: 460, y: 340, rotation: 0.0, colour: "blue"}, {x: 476, y: 328, rotation: 0.0, colour: "yellow"}, {x: 444, y: 328, rotation: 0.0, colour: "yellow"}, {x: 460, y: 316, rotation: 0.0, colour: "blue"},
},
targetHeight: 355,
objects: []string{"big_brick", "big_brick", "big_brick"},
}
var Level1 = LevelData{ // stonehenge
bricks: []*BrickData{
{x: 124, y: 448, rotation: 0.0, colour: "green"}, {x: 156, y: 448, rotation: 0.0, colour: "green"}, {x: 188, y: 448, rotation: 0.0, colour: "green"}, {x: 220, y: 448, rotation: 0.0, colour: "green"}, {x: 252, y: 448, rotation: 0.0, colour: "green"}, {x: 284, y: 448, rotation: 0.0, colour: "green"}, {x: 316, y: 448, rotation: 0.0, colour: "green"}, {x: 348, y: 448, rotation: 0.0, colour: "green"}, {x: 380, y: 448, rotation: 0.0, colour: "green"}, {x: 412, y: 448, rotation: 0.0, colour: "green"}, {x: 444, y: 448, rotation: 0.0, colour: "green"}, {x: 476, y: 448, rotation: 0.0, colour: "green"}, {x: 508, y: 448, rotation: 0.0, colour: "green"}, {x: 92, y: 448, rotation: 0.0, colour: "green"}, {x: 108, y: 436, rotation: 0.0, colour: "green"}, {x: 388, y: 388, rotation: 1.570796, colour: "red"}, {x: 140, y: 436, rotation: 0.0, colour: "green"}, {x: 172, y: 436, rotation: 0.0, colour: "green"}, {x: 204, y: 436, rotation: 0.0, colour: "green"}, {x: 236, y: 436, rotation: 0.0, colour: "green"}, {x: 268, y: 436, rotation: 0.0, colour: "green"}, {x: 376, y: 364, rotation: 0.0, colour: "red"}, {x: 300, y: 436, rotation: 0.0, colour: "green"}, {x: 332, y: 436, rotation: 0.0, colour: "green"}, {x: 364, y: 436, rotation: 0.0, colour: "green"}, {x: 396, y: 436, rotation: 0.0, colour: "green"}, {x: 428, y: 436, rotation: 0.0, colour: "green"}, {x: 460, y: 436, rotation: 0.0, colour: "green"}, {x: 492, y: 436, rotation: 0.0, colour: "green"}, {x: 364, y: 412, rotation: 0.0, colour: "green"}, {x: 156, y: 424, rotation: 0.0, colour: "green"}, {x: 188, y: 424, rotation: 0.0, colour: "green"}, {x: 220, y: 424, rotation: 0.0, colour: "green"}, {x: 252, y: 424, rotation: 0.0, colour: "green"}, {x: 284, y: 424, rotation: 0.0, colour: "green"}, {x: 316, y: 424, rotation: 0.0, colour: "green"}, {x: 348, y: 424, rotation: 0.0, colour: "green"}, {x: 380, y: 424, rotation: 0.0, colour: "green"}, {x: 412, y: 424, rotation: 0.0, colour: "green"}, {x: 444, y: 424, rotation: 0.0, colour: "green"}, {x: 396, y: 412, rotation: 0.0, colour: "green"}, {x: 332, y: 412, rotation: 0.0, colour: "green"}, {x: 204, y: 412, rotation: 0.0, colour: "green"}, {x: 236, y: 412, rotation: 0.0, colour: "green"}, {x: 268, y: 412, rotation: 0.0, colour: "green"}, {x: 300, y: 412, rotation: 0.0, colour: "green"}, {x: 212, y: 388, rotation: -1.570796, colour: "red"}, {x: 236, y: 388, rotation: 1.570796, colour: "red"}, {x: 224, y: 364, rotation: 0.0, colour: "red"}, {x: 312, y: 388, rotation: 1.570796, colour: "red"}, {x: 288, y: 388, rotation: 4.712389, colour: "red"}, {x: 300, y: 364, rotation: 0.0, colour: "red"}, {x: 364, y: 388, rotation: -1.570796, colour: "red"}, {x: 524, y: 460, rotation: 0.0, colour: "green"}, {x: 492, y: 460, rotation: 0.0, colour: "green"}, {x: 544, y: 472, rotation: 0.0, colour: "green"}, {x: 460, y: 460, rotation: 0.0, colour: "green"}, {x: 428, y: 460, rotation: 0.0, colour: "green"}, {x: 396, y: 460, rotation: 0.0, colour: "green"}, {x: 364, y: 460, rotation: 0.0, colour: "green"}, {x: 332, y: 460, rotation: 0.0, colour: "green"}, {x: 300, y: 460, rotation: 0.0, colour: "green"}, {x: 268, y: 460, rotation: 0.0, colour: "green"}, {x: 236, y: 460, rotation: 0.0, colour: "green"}, {x: 204, y: 460, rotation: 0.0, colour: "green"}, {x: 172, y: 460, rotation: 0.0, colour: "green"}, {x: 140, y: 460, rotation: 0.0, colour: "green"}, {x: 108, y: 460, rotation: 0.0, colour: "green"}, {x: 76, y: 460, rotation: 0.0, colour: "green"}, {x: 512, y: 472, rotation: 0.0, colour: "green"}, {x: 480, y: 472, rotation: 0.0, colour: "green"}, {x: 448, y: 472, rotation: 0.0, colour: "green"}, {x: 416, y: 472, rotation: 0.0, colour: "green"}, {x: 384, y: 472, rotation: 0.0, colour: "green"}, {x: 352, y: 472, rotation: 0.0, colour: "green"}, {x: 320, y: 472, rotation: 0.0, colour: "green"}, {x: 288, y: 472, rotation: 0.0, colour: "green"}, {x: 256, y: 472, rotation: 0.0, colour: "green"}, {x: 224, y: 472, rotation: 0.0, colour: "green"}, {x: 192, y: 472, rotation: 0.0, colour: "green"}, {x: 160, y: 472, rotation: 0.0, colour: "green"}, {x: 128, y: 472, rotation: 0.0, colour: "green"}, {x: 96, y: 472, rotation: 0.0, colour: "green"}, {x: 64, y: 472, rotation: 0.0, colour: "green"},
},
targetHeight: 380,
objects: []string{"big_brick", "big_brick"},
}
var Level2 = LevelData{ // dominoish level
bricks: []*BrickData{
{x: 96, y: 464, rotation: 1.570796, colour: "red"}, {x: 128, y: 464, rotation: 1.570796, colour: "red"}, {x: 160, y: 464, rotation: 1.570796, colour: "red"}, {x: 192, y: 464, rotation: 1.570796, colour: "red"}, {x: 224, y: 464, rotation: 1.570796, colour: "red"}, {x: 256, y: 464, rotation: 1.570796, colour: "red"}, {x: 288, y: 464, rotation: 1.570796, colour: "red"}, {x: 320, y: 464, rotation: 1.570796, colour: "red"}, {x: 352, y: 464, rotation: 1.570796, colour: "red"}, {x: 384, y: 464, rotation: 1.570796, colour: "red"}, {x: 416, y: 464, rotation: 1.570796, colour: "red"}, {x: 448, y: 464, rotation: 1.570796, colour: "red"}, {x: 480, y: 464, rotation: 1.570796, colour: "red"}, {x: 96, y: 440, rotation: 0.0, colour: "red"}, {x: 128, y: 440, rotation: 0.0, colour: "red"}, {x: 160, y: 440, rotation: 0.0, colour: "red"}, {x: 192, y: 440, rotation: 0.0, colour: "red"}, {x: 224, y: 440, rotation: 0.0, colour: "red"}, {x: 256, y: 440, rotation: 0.0, colour: "red"}, {x: 288, y: 440, rotation: 0.0, colour: "red"}, {x: 320, y: 440, rotation: 0.0, colour: "red"}, {x: 352, y: 440, rotation: 0.0, colour: "red"}, {x: 384, y: 440, rotation: 0.0, colour: "red"}, {x: 416, y: 440, rotation: 0.0, colour: "red"}, {x: 448, y: 440, rotation: 0.0, colour: "red"}, {x: 480, y: 440, rotation: 0.0, colour: "red"}, {x: 112, y: 416, rotation: 1.570796, colour: "red"}, {x: 144, y: 416, rotation: 1.570796, colour: "red"}, {x: 176, y: 416, rotation: 1.570796, colour: "red"}, {x: 208, y: 416, rotation: 1.570796, colour: "red"}, {x: 240, y: 416, rotation: 1.570796, colour: "red"}, {x: 272, y: 416, rotation: 1.570796, colour: "red"}, {x: 304, y: 416, rotation: 1.570796, colour: "red"}, {x: 336, y: 416, rotation: 1.570796, colour: "red"}, {x: 368, y: 416, rotation: 1.570796, colour: "red"}, {x: 400, y: 416, rotation: 1.570796, colour: "red"}, {x: 432, y: 416, rotation: 1.570796, colour: "red"}, {x: 464, y: 416, rotation: 1.570796, colour: "red"}, {x: 112, y: 392, rotation: 0.0, colour: "red"}, {x: 144, y: 392, rotation: 0.0, colour: "red"}, {x: 176, y: 392, rotation: 0.0, colour: "red"}, {x: 208, y: 392, rotation: 0.0, colour: "red"}, {x: 240, y: 392, rotation: 0.0, colour: "red"}, {x: 272, y: 392, rotation: 0.0, colour: "red"}, {x: 304, y: 392, rotation: 0.0, colour: "red"}, {x: 336, y: 392, rotation: 0.0, colour: "red"}, {x: 368, y: 392, rotation: 0.0, colour: "red"}, {x: 400, y: 392, rotation: 0.0, colour: "red"}, {x: 432, y: 392, rotation: 0.0, colour: "red"}, {x: 464, y: 392, rotation: 0.0, colour: "red"}, {x: 128, y: 368, rotation: 1.570796, colour: "red"}, {x: 160, y: 368, rotation: 1.570796, colour: "red"}, {x: 192, y: 368, rotation: 1.570796, colour: "red"}, {x: 224, y: 368, rotation: 1.570796, colour: "red"}, {x: 256, y: 368, rotation: 1.570796, colour: "red"}, {x: 288, y: 368, rotation: 1.570796, colour: "red"}, {x: 320, y: 368, rotation: 1.570796, colour: "red"}, {x: 352, y: 368, rotation: 1.570796, colour: "red"}, {x: 384, y: 368, rotation: 1.570796, colour: "red"}, {x: 416, y: 368, rotation: 1.570796, colour: "red"}, {x: 448, y: 368, rotation: 1.570796, colour: "red"}, {x: 128, y: 344, rotation: 0.0, colour: "red"}, {x: 160, y: 344, rotation: 0.0, colour: "red"}, {x: 192, y: 344, rotation: 0.0, colour: "red"}, {x: 224, y: 344, rotation: 0.0, colour: "red"}, {x: 256, y: 344, rotation: 0.0, colour: "red"}, {x: 288, y: 344, rotation: 0.0, colour: "red"}, {x: 320, y: 344, rotation: 0.0, colour: "red"}, {x: 352, y: 344, rotation: 0.0, colour: "red"}, {x: 384, y: 344, rotation: 0.0, colour: "red"}, {x: 416, y: 344, rotation: 0.0, colour: "red"}, {x: 144, y: 296, rotation: 0.0, colour: "red"}, {x: 144, y: 320, rotation: 1.570796, colour: "red"}, {x: 176, y: 320, rotation: 1.570796, colour: "red"}, {x: 208, y: 320, rotation: 1.570796, colour: "red"}, {x: 240, y: 320, rotation: 1.570796, colour: "red"}, {x: 240, y: 296, rotation: 0.0, colour: "red"}, {x: 208, y: 296, rotation: 0.0, colour: "red"}, {x: 176, y: 296, rotation: 0.0, colour: "red"}, {x: 272, y: 320, rotation: 1.570796, colour: "red"}, {x: 304, y: 320, rotation: 1.570796, colour: "red"}, {x: 272, y: 296, rotation: 0.0, colour: "red"}, {x: 304, y: 296, rotation: 0.0, colour: "red"}, {x: 336, y: 296, rotation: 0.0, colour: "red"}, {x: 336, y: 320, rotation: 1.570796, colour: "red"}, {x: 368, y: 320, rotation: 1.570796, colour: "red"}, {x: 400, y: 320, rotation: 1.570796, colour: "red"}, {x: 448, y: 344, rotation: 0.0, colour: "red"}, {x: 368, y: 296, rotation: 0.0, colour: "red"}, {x: 400, y: 296, rotation: 0.0, colour: "red"}, {x: 432, y: 296, rotation: 0.0, colour: "red"}, {x: 432, y: 320, rotation: 1.570796, colour: "red"},
},
targetHeight: 360,
objects: []string{"big_brick", "big_brick", "big_brick"},
}
var Level3 = LevelData{ // Car
bricks: []*BrickData{
{x: 140, y: 472, rotation: -6.283185, colour: "black"}, {x: 124, y: 460, rotation: 0.0, colour: "black"}, {x: 172, y: 472, rotation: 0.0, colour: "blue"}, {x: 140, y: 448, rotation: 0.0, colour: "black"}, {x: 124, y: 436, rotation: 0.0, colour: "red"}, {x: 396, y: 472, rotation: 0.0, colour: "black"}, {x: 236, y: 448, rotation: 0.0, colour: "blue"}, {x: 236, y: 472, rotation: 0.0, colour: "blue"}, {x: 172, y: 448, rotation: 0.0, colour: "blue"}, {x: 332, y: 472, rotation: 0.0, colour: "blue"}, {x: 364, y: 472, rotation: 0.0, colour: "blue"}, {x: 300, y: 472, rotation: 0.0, colour: "blue"}, {x: 268, y: 472, rotation: 0.0, colour: "blue"}, {x: 156, y: 460, rotation: 0.0, colour: "black"}, {x: 204, y: 472, rotation: 0.0, colour: "blue"}, {x: 220, y: 460, rotation: 0.0, colour: "blue"}, {x: 252, y: 460, rotation: 0.0, colour: "blue"}, {x: 284, y: 460, rotation: 0.0, colour: "blue"}, {x: 316, y: 460, rotation: 0.0, colour: "blue"}, {x: 348, y: 460, rotation: 0.0, colour: "blue"}, {x: 380, y: 460, rotation: 0.0, colour: "black"}, {x: 412, y: 460, rotation: 0.0, colour: "black"}, {x: 204, y: 448, rotation: 0.0, colour: "blue"}, {x: 188, y: 460, rotation: 0.0, colour: "blue"}, {x: 268, y: 448, rotation: 0.0, colour: "blue"}, {x: 300, y: 448, rotation: 0.0, colour: "blue"}, {x: 332, y: 448, rotation: 0.0, colour: "blue"}, {x: 364, y: 448, rotation: 0.0, colour: "blue"}, {x: 396, y: 448, rotation: 0.0, colour: "black"}, {x: 156, y: 436, rotation: 0.0, colour: "red"}, {x: 188, y: 436, rotation: 0.0, colour: "red"}, {x: 220, y: 436, rotation: 0.0, colour: "red"}, {x: 252, y: 436, rotation: 0.0, colour: "red"}, {x: 284, y: 436, rotation: 0.0, colour: "red"}, {x: 316, y: 436, rotation: 0.0, colour: "red"}, {x: 348, y: 436, rotation: 0.0, colour: "red"}, {x: 380, y: 436, rotation: 0.0, colour: "red"}, {x: 428, y: 448, rotation: 0.0, colour: "blue"}, {x: 428, y: 472, rotation: 0.0, colour: "blue"}, {x: 444, y: 460, rotation: 0.0, colour: "blue"}, {x: 412, y: 436, rotation: 0.0, colour: "red"}, {x: 444, y: 436, rotation: 0.0, colour: "red"}, {x: 428, y: 424, rotation: 0.0, colour: "red"}, {x: 396, y: 424, rotation: 0.0, colour: "red"}, {x: 364, y: 424, rotation: 0.0, colour: "red"}, {x: 332, y: 424, rotation: 0.0, colour: "red"}, {x: 300, y: 424, rotation: 0.0, colour: "red"}, {x: 268, y: 424, rotation: 0.0, colour: "red"}, {x: 236, y: 424, rotation: 0.0, colour: "red"}, {x: 204, y: 424, rotation: 0.0, colour: "red"}, {x: 172, y: 424, rotation: 0.0, colour: "red"}, {x: 140, y: 424, rotation: 0.0, colour: "red"}, {x: 108, y: 448, rotation: 0.0, colour: "blue"}, {x: 92, y: 460, rotation: 0.0, colour: "blue"}, {x: 108, y: 472, rotation: -6.283185, colour: "blue"}, {x: 140, y: 412, rotation: 0.0, colour: "red"}, {x: 172, y: 412, rotation: 0.0, colour: "red"}, {x: 204, y: 412, rotation: 0.0, colour: "red"}, {x: 236, y: 412, rotation: 0.0, colour: "red"}, {x: 268, y: 412, rotation: 0.0, colour: "red"}, {x: 300, y: 412, rotation: 0.0, colour: "red"}, {x: 332, y: 412, rotation: 0.0, colour: "red"}, {x: 364, y: 412, rotation: 0.0, colour: "red"}, {x: 396, y: 412, rotation: 0.0, colour: "red"}, {x: 140, y: 400, rotation: 0.0, colour: "red"}, {x: 172, y: 400, rotation: 0.0, colour: "red"}, {x: 204, y: 400, rotation: 0.0, colour: "red"}, {x: 236, y: 400, rotation: 0.0, colour: "red"}, {x: 268, y: 400, rotation: 0.0, colour: "white"}, {x: 300, y: 400, rotation: 0.0, colour: "white"}, {x: 332, y: 400, rotation: 0.0, colour: "red"}, {x: 364, y: 400, rotation: 0.0, colour: "red"}, {x: 396, y: 400, rotation: 0.0, colour: "white"}, {x: 140, y: 378, rotation: 0.0, colour: "red"}, {x: 172, y: 388, rotation: 0.0, colour: "red"}, {x: 204, y: 388, rotation: 0.0, colour: "red"}, {x: 236, y: 388, rotation: 0.0, colour: "red"}, {x: 268, y: 388, rotation: 0.0, colour: "white"}, {x: 300, y: 388, rotation: 0.0, colour: "white"}, {x: 300, y: 378, rotation: 0.0, colour: "white"}, {x: 348, y: 366, rotation: 0.0, colour: "red"}, {x: 396, y: 388, rotation: 0.0, colour: "white"}, {x: 156, y: 366, rotation: 0.0, colour: "red"}, {x: 188, y: 366, rotation: 0.0, colour: "red"}, {x: 220, y: 366, rotation: 0.0, colour: "red"}, {x: 396, y: 378, rotation: 0.0, colour: "white"}, {x: 252, y: 366, rotation: 0.0, colour: "red"}, {x: 316, y: 366, rotation: 0.0, colour: "red"}, {x: 348, y: 366, rotation: 0.0, colour: "red"}, {x: 380, y: 366, rotation: 0.0, colour: "red"}, {x: 428, y: 412, rotation: 0.0, colour: "red"}, {x: 172, y: 378, rotation: 0.0, colour: "red"}, {x: 140, y: 388, rotation: 0.0, colour: "red"}, {x: 204, y: 378, rotation: 0.0, colour: "red"}, {x: 236, y: 378, rotation: 0.0, colour: "red"}, {x: 268, y: 378, rotation: 0.0, colour: "white"}, {x: 332, y: 388, rotation: 0.0, colour: "red"}, {x: 364, y: 388, rotation: 0.0, colour: "red"}, {x: 332, y: 378, rotation: 0.0, colour: "red"}, {x: 364, y: 378, rotation: 0.0, colour: "red"}, {x: 284, y: 366, rotation: 0.0, colour: "red"}, {x: 76, y: 472, rotation: -6.283185, colour: "blue"}, {x: 460, y: 472, rotation: 0.0, colour: "blue"}, {x: 460, y: 448, rotation: 0.0, colour: "blue"}, {x: 476, y: 460, rotation: 0.0, colour: "blue"}, {x: 492, y: 472, rotation: 0.0, colour: "blue"},
},
targetHeight: 372,
objects: []string{"laser", "big_brick", "big_brick", "big_brick", "big_brick"},
}
var Level4 = LevelData{ // Castle
bricks: []*BrickData{
{x: 100, y: 352, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 388, y: 448, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 132, y: 448, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 100, y: 472, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 132, y: 472, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 164, y: 472, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 196, y: 472, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 228, y: 472, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 252, y: 472, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 92, y: 460, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 332, y: 472, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 356, y: 472, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 388, y: 472, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 420, y: 472, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 452, y: 472, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 484, y: 472, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 100, y: 448, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 196, y: 448, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 156, y: 448, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 116, y: 460, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 148, y: 460, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 180, y: 460, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 212, y: 460, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 244, y: 460, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 452, y: 448, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 428, y: 448, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 340, y: 460, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 372, y: 460, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 404, y: 460, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 436, y: 460, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 468, y: 460, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 492, y: 460, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 332, y: 448, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 252, y: 448, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 228, y: 448, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 356, y: 448, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 484, y: 448, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 340, y: 436, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 372, y: 436, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 396, y: 436, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 436, y: 436, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 468, y: 436, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 492, y: 436, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 324, y: 424, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 356, y: 424, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 380, y: 424, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 132, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 452, y: 424, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 484, y: 424, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 116, y: 436, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 148, y: 436, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 188, y: 436, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 212, y: 436, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 244, y: 436, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 92, y: 436, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 100, y: 424, rotation: 0.0, colour: "grey", bricktype: "regular"}, {x: 132, y: 424, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 100, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 204, y: 424, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 228, y: 424, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 260, y: 424, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 116, y: 412, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 148, y: 412, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 196, y: 412, rotation: 0.0, colour: "grey", bricktype: "regular"}, {x: 220, y: 412, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 244, y: 412, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 276, y: 412, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 308, y: 412, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 340, y: 412, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 364, y: 412, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 388, y: 412, rotation: 0.0, colour: "grey", bricktype: "regular"}, {x: 436, y: 412, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 468, y: 412, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 492, y: 412, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 92, y: 412, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 100, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 132, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 164, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 196, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 228, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 260, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 292, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 324, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 356, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 388, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 420, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 452, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 484, y: 400, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 92, y: 364, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 116, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 148, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 180, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 212, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 244, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 276, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 308, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 340, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 372, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 404, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 436, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 468, y: 364, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 492, y: 364, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 276, y: 352, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 164, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 132, y: 352, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 164, y: 352, rotation: 0.0, colour: "grey", bricktype: "regular"}, {x: 204, y: 352, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 240, y: 352, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 412, y: 340, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 116, y: 340, rotation: 0.0, colour: "grey", bricktype: "regular"}, {x: 344, y: 352, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 380, y: 352, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 452, y: 352, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 484, y: 352, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 420, y: 352, rotation: 0.0, colour: "grey", bricktype: ""}, {x: 308, y: 352, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 116, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 148, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 180, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 212, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 244, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 276, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 308, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 340, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 372, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 404, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 436, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 468, y: 388, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 492, y: 388, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 92, y: 388, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 484, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 452, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 420, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 388, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 356, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 324, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 292, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 260, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 228, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 196, y: 376, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 468, y: 340, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 436, y: 340, rotation: 0.0, colour: "grey", bricktype: ""}, {x: 148, y: 340, rotation: 0.0, colour: "grey", bricktype: ""}, {x: 172, y: 340, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 100, y: 328, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 132, y: 328, rotation: 0.0, colour: "grey", bricktype: ""}, {x: 164, y: 328, rotation: 0.0, colour: "grey", bricktype: ""}, {x: 92, y: 340, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 492, y: 340, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 420, y: 328, rotation: 0.0, colour: "grey", bricktype: "normal"}, {x: 452, y: 328, rotation: 0.0, colour: "grey", bricktype: ""}, {x: 484, y: 328, rotation: 0.0, colour: "grey", bricktype: ""}, {x: 92, y: 316, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 116, y: 316, rotation: 0.0, colour: "grey", bricktype: ""}, {x: 148, y: 316, rotation: 0.0, colour: "grey", bricktype: ""}, {x: 172, y: 316, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 412, y: 316, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 436, y: 316, rotation: 0.0, colour: "grey", bricktype: ""}, {x: 468, y: 316, rotation: 0.0, colour: "grey", bricktype: ""}, {x: 492, y: 316, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 92, y: 304, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 132, y: 304, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 172, y: 304, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 412, y: 304, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 452, y: 304, rotation: 0.0, colour: "grey", bricktype: "small"}, {x: 492, y: 304, rotation: 0.0, colour: "grey", bricktype: "small"},
},
targetHeight: 330,
objects: []string{"big_brick", "laser", "big_brick"},
}
var Level5 = LevelData{ // Bear
bricks: []*BrickData{
{x: 208, y: 472, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 240, y: 472, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 272, y: 472, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 304, y: 472, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 336, y: 472, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 192, y: 460, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 224, y: 460, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 256, y: 460, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 288, y: 460, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 320, y: 460, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 352, y: 460, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 208, y: 448, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 240, y: 448, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 272, y: 448, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 304, y: 448, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 336, y: 448, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 368, y: 448, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 176, y: 448, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 192, y: 436, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 224, y: 436, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 256, y: 436, rotation: 0.0, colour: "black", bricktype: "normal"}, {x: 288, y: 436, rotation: 0.0, colour: "black", bricktype: "normal"}, {x: 320, y: 436, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 352, y: 436, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 376, y: 436, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 168, y: 436, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 176, y: 424, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 208, y: 424, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 240, y: 424, rotation: 0.0, colour: "black", bricktype: "normal"}, {x: 272, y: 424, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 304, y: 424, rotation: 0.0, colour: "black", bricktype: "normal"}, {x: 336, y: 424, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 368, y: 424, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 168, y: 412, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 192, y: 412, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 232, y: 412, rotation: 0.0, colour: "black", bricktype: "small"}, {x: 256, y: 412, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 288, y: 412, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 312, y: 412, rotation: 0.0, colour: "black", bricktype: "small"}, {x: 352, y: 412, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 376, y: 412, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 176, y: 400, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 208, y: 400, rotation: 0.0, colour: "yellow", bricktype: "regular"}, {x: 240, y: 400, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 272, y: 400, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 304, y: 400, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 336, y: 400, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 368, y: 400, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 168, y: 388, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 192, y: 388, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 224, y: 388, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 256, y: 388, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 288, y: 388, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 320, y: 388, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 352, y: 388, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 376, y: 388, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 176, y: 376, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 336, y: 352, rotation: 0.0, colour: "black", bricktype: "normal"}, {x: 240, y: 352, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 304, y: 352, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 272, y: 352, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 176, y: 352, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 368, y: 352, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 176, y: 340, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 208, y: 340, rotation: 0.0, colour: "black", bricktype: "normal"}, {x: 240, y: 340, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 272, y: 340, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 304, y: 340, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 336, y: 340, rotation: 0.0, colour: "black", bricktype: "normal"}, {x: 320, y: 328, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 168, y: 328, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 192, y: 328, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 224, y: 328, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 256, y: 328, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 288, y: 328, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 352, y: 328, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 368, y: 340, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 376, y: 328, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 208, y: 316, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 208, y: 352, rotation: 0.0, colour: "black", bricktype: "normal"}, {x: 208, y: 376, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 240, y: 376, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 272, y: 376, rotation: 0.0, colour: "black", bricktype: "normal"}, {x: 304, y: 376, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 336, y: 376, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 368, y: 376, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 240, y: 316, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 272, y: 316, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 304, y: 316, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 336, y: 316, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 176, y: 316, rotation: 0.0, colour: "yellow", bricktype: "regular"}, {x: 368, y: 316, rotation: 0.0, colour: "yellow", bricktype: "regular"}, {x: 208, y: 304, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 368, y: 292, rotation: 0.0, colour: "yellow", bricktype: ""}, {x: 208, y: 292, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 176, y: 292, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 336, y: 304, rotation: 0.0, colour: "yellow", bricktype: ""}, {x: 352, y: 364, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 376, y: 364, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 320, y: 364, rotation: 0.0, colour: "yellow", bricktype: ""}, {x: 288, y: 364, rotation: 0.0, colour: "yellow", bricktype: ""}, {x: 256, y: 364, rotation: 0.0, colour: "yellow", bricktype: ""}, {x: 224, y: 364, rotation: 0.0, colour: "yellow", bricktype: ""}, {x: 192, y: 364, rotation: 0.0, colour: "yellow", bricktype: ""}, {x: 168, y: 364, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 328, y: 412, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 216, y: 412, rotation: 0.0, colour: "yellow", bricktype: "small"}, {x: 176, y: 304, rotation: 0.0, colour: "yellow", bricktype: ""}, {x: 368, y: 304, rotation: 0.0, colour: "yellow", bricktype: ""}, {x: 336, y: 292, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 336, y: 280, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 368, y: 280, rotation: 0.0, colour: "yellow", bricktype: ""}, {x: 176, y: 280, rotation: 0.0, colour: "yellow", bricktype: "normal"}, {x: 208, y: 280, rotation: 0.0, colour: "yellow", bricktype: ""},
},
targetHeight: 360,
objects: []string{"big_brick", "laser", "big_brick"},
}
var Level6 = LevelData{ // Lighthouse
bricks: []*BrickData{
{x: 296, y: 244, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 248, y: 472, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 280, y: 472, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 312, y: 472, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 344, y: 472, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 328, y: 220, rotation: 0.000000, colour: "grey", bricktype: "regular"}, {x: 312, y: 280, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 328, y: 460, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 296, y: 460, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 264, y: 460, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 296, y: 292, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 312, y: 328, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 280, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 312, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 296, y: 268, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 272, y: 436, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 296, y: 436, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 320, y: 436, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 280, y: 280, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 272, y: 316, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 312, y: 424, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 296, y: 316, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 280, y: 424, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 280, y: 256, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 320, y: 316, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 272, y: 412, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 296, y: 412, rotation: 0.000000, colour: "white", bricktype: "regular"}, {x: 320, y: 412, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 280, y: 232, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 272, y: 244, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 272, y: 268, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 280, y: 400, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 264, y: 220, rotation: 0.000000, colour: "grey", bricktype: "regular"}, {x: 280, y: 304, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 272, y: 388, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 296, y: 388, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 312, y: 400, rotation: 0.000000, colour: "white", bricktype: "regular"}, {x: 320, y: 388, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 320, y: 244, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 312, y: 376, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 280, y: 376, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 272, y: 292, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 320, y: 268, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 312, y: 232, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 296, y: 364, rotation: 0.000000, colour: "red", bricktype: "regular"}, {x: 320, y: 364, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 272, y: 364, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 280, y: 328, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 312, y: 352, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 280, y: 352, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 312, y: 304, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 320, y: 292, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 272, y: 340, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 296, y: 340, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 320, y: 340, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 312, y: 256, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 296, y: 220, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 280, y: 208, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 312, y: 208, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 280, y: 196, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 312, y: 196, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 280, y: 184, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 312, y: 184, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 280, y: 172, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 312, y: 172, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 328, y: 160, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 296, y: 160, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 264, y: 160, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 312, y: 148, rotation: 0.000000, colour: "grey", bricktype: "normal"}, {x: 280, y: 148, rotation: 0.000000, colour: "grey", bricktype: ""}, {x: 296, y: 136, rotation: 0.000000, colour: "grey", bricktype: "normal"},
},
targetHeight: 355,
objects: []string{"dynamite"},
}
var Level7 = LevelData{ // pyramids
bricks: []*BrickData{
{x: 508, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 348, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 476, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 492, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 380, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 412, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 460, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 508, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 492, y: 364, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 540, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 572, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 364, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 396, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 460, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 540, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 556, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 580, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 492, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 572, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 380, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 476, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 556, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 508, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 540, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 572, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 476, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 340, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 508, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 492, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 540, y: 352, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 428, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 444, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 508, y: 352, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 556, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 444, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 428, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 412, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 396, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 572, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 476, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 580, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 540, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 460, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 580, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 556, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 524, y: 364, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 444, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 540, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 352, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 556, y: 364, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 492, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 580, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 476, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 508, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 460, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 572, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 412, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 428, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 444, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 164, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 132, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 100, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 68, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 28, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 52, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 84, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 116, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 148, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 180, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 196, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 68, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 100, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 132, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 164, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 28, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 52, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 84, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 116, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 148, y: 436, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 68, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 100, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 132, y: 424, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 28, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 52, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 84, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 116, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 68, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 100, y: 400, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 28, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 52, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 84, y: 388, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 36, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 68, y: 376, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 28, y: 364, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 52, y: 364, rotation: 0.000000, colour: "yellow", bricktype: "normal"},
},
targetHeight: 360,
objects: []string{"laser", "dynamite", "big_brick"},
}
var Level8 = LevelData{ // bricks
bricks: []*BrickData{
{x: 152, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 184, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 216, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 248, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 280, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 312, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 344, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 376, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 408, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 416, y: 460, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 392, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 360, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 328, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 296, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 264, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 232, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 200, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 168, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 144, y: 460, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 152, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 184, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 216, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 248, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 280, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 312, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 344, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 376, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 408, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 416, y: 436, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 392, y: 436, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 360, y: 436, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 328, y: 436, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 296, y: 436, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 264, y: 436, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 232, y: 436, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 200, y: 436, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 168, y: 436, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 144, y: 436, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 152, y: 424, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 184, y: 424, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 408, y: 424, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 216, y: 424, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 248, y: 424, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 280, y: 424, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 312, y: 424, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 344, y: 424, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 376, y: 424, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 144, y: 412, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 168, y: 412, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 200, y: 412, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 232, y: 412, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 264, y: 412, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 296, y: 412, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 328, y: 412, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 360, y: 412, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 392, y: 412, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 416, y: 412, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 152, y: 400, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 408, y: 400, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 376, y: 400, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 344, y: 400, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 312, y: 400, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 280, y: 400, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 248, y: 400, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 216, y: 400, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 184, y: 400, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 316, y: 388, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 168, y: 388, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 244, y: 388, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 392, y: 388, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 472, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 472, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 504, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 504, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 464, y: 448, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 488, y: 448, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 516, y: 448, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 536, y: 460, rotation: 0.000000, colour: "red", bricktype: ""}, {x: 536, y: 472, rotation: 0.000000, colour: "red", bricktype: ""}, {x: 544, y: 448, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 72, y: 472, rotation: 0.000000, colour: "red", bricktype: "normal"},
},
targetHeight: 400,
objects: []string{"dynamite", "dynamite", "dynamite", "big_brick"},
}
var Level9 = LevelData{ // desert
bricks: []*BrickData{
{x: 248, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 216, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 184, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 152, y: 472, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 120, y: 472, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 88, y: 472, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 40, y: 460, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 24, y: 472, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 280, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 312, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 344, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 376, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 592, y: 472, rotation: 0.000000, colour: "blue", bricktype: "small"}, {x: 440, y: 472, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 472, y: 472, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 504, y: 472, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 536, y: 472, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 568, y: 472, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 232, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 264, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 296, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 328, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 200, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 360, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 392, y: 460, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 376, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "regular"}, {x: 344, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 312, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 280, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "regular"}, {x: 248, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 216, y: 448, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 292, y: 436, rotation: 0.000000, colour: "red", bricktype: "regular"}, {x: 292, y: 424, rotation: 0.000000, colour: "red", bricktype: "regular"}, {x: 324, y: 292, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 292, y: 412, rotation: 0.000000, colour: "red", bricktype: "regular"}, {x: 292, y: 400, rotation: 0.000000, colour: "red", bricktype: "regular"}, {x: 292, y: 388, rotation: 0.000000, colour: "red", bricktype: "regular"}, {x: 292, y: 376, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 292, y: 292, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 292, y: 364, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 292, y: 352, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 584, y: 460, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 292, y: 328, rotation: 0.000000, colour: "green", bricktype: "regular"}, {x: 276, y: 316, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 308, y: 316, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 324, y: 304, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 260, y: 304, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 292, y: 304, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 276, y: 280, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 308, y: 280, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 292, y: 256, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 260, y: 292, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 488, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 504, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 472, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 520, y: 460, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 536, y: 448, rotation: 0.000000, colour: "red", bricktype: "normal"}, {x: 504, y: 436, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 504, y: 428, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 504, y: 416, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 552, y: 460, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 456, y: 460, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 424, y: 460, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 408, y: 472, rotation: 0.000000, colour: "yellow", bricktype: "normal"}, {x: 292, y: 340, rotation: 0.000000, colour: "red", bricktype: "small"}, {x: 276, y: 268, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 308, y: 268, rotation: 0.000000, colour: "green", bricktype: "normal"}, {x: 168, y: 460, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 136, y: 460, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 104, y: 460, rotation: 0.000000, colour: "blue", bricktype: "normal"}, {x: 80, y: 460, rotation: 0.000000, colour: "white", bricktype: "small"}, {x: 64, y: 460, rotation: 0.000000, colour: "blue", bricktype: "small"}, {x: 16, y: 460, rotation: 0.000000, colour: "blue", bricktype: "small"}, {x: 80, y: 448, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 80, y: 436, rotation: 0.000000, colour: "white", bricktype: "normal"}, {x: 80, y: 412, rotation: 0.000000, colour: "yellow", bricktype: "small"}, {x: 56, y: 472, rotation: 0.000000, colour: "white", bricktype: "regular"}, {x: 80, y: 424, rotation: 0.000000, colour: "white", bricktype: "normal"},
},
targetHeight: 405,
objects: []string{"dynamite", "laser", "dynamite", "big_brick"},
}