Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/levels/level3.level
blob: b6477ed117bbedb2ad04187ca5a18504cf7ff964 (plain)
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
{
  "id"       : "third level",
  "placed"   : [
                 {
                   "type" : "BowlingBall",
                   "name" : "boliche",
                   "xpos" : "20",
                   "ypos" : "20"
                 },
                 {
                   "type" : "Esteira",
                   "name" : "esteira",
                   "xpos" : "10",
                   "ypos" : "300"
                 },
                 {
                   "type" : "Target",
                   "name" : "alvo",
                   "xpos" : "1100",
                   "ypos" : "20"
                 }
               ],
  "available": [
                 {
                   "type" : "Elastica",
                   "name" : "elastica1"
                 },
                 {
                   "type" : "Elastica",
                   "name" : "elastica2"
                 }
               ],
  "goals"    : [
                 ["boliche", "alvo"]
               ],
  "help"     : "help3.png"
}