-
Notifications
You must be signed in to change notification settings - Fork 1
/
garden.json
88 lines (88 loc) · 2.09 KB
/
garden.json
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
{
"numInitialFlowers": 10,
"maxNumFlowers": 200,
"flowers": [
{
"name": "don",
"x": 400,
"y": 450,
"centerRadMax": 1,
"fillStyle": "purple",
"numPetals": 12,
"flowerRad": 40
},
{
"name": "enock",
"x": 100,
"y": 60,
"fillStyle": "red",
"flowerRad": 30,
"numPetals": 9
},
{
"name": "shawna",
"x": 300,
"y": 250,
"fillStyle": "white",
"centerStyle": "yellow",
"flowerRad": 30,
"numPetals": 12
}
],
"pictures": [
{
"id": "don",
"url": "images/penguin.svg",
"x": 50,
"y": 0,
"width": 20,
"height": 30,
"targetURL": "http://worldviews.club/don"
},
{
"id": "shawna",
"url": "images/penguin2.svg",
"x": 100,
"y": 50,
"width": 20,
"height": 30,
"targetURL": "http://worldviews.club/shawna"
},
{
"id": "manami",
"url": "images/mamaP.jpg",
"x": 200,
"y": -50,
"width": 40,
"height": 50,
"targetURL": "http://www.dancevita.com/"
},
{
"id": "taiko",
"url": "images/taiko.svg",
"x": 150,
"y": -100,
"width": 50,
"height": 50,
"targetURL": "http://taiko.org"
},
{
"id": "candle",
"url": "images/animated-candle-image-0022.gif",
"x": 250,
"y": -200,
"width": 30,
"height": 60,
"targetURL": "http://taiko.org"
},
{
"id": "f2",
"url": "images/transFlower.png",
"x": -50,
"y": 150,
"width": 60,
"height": 60,
"targetURL": "http://taiko.org"
}
]
}