/ld26

To get this branch, use:
bzr branch http://9ix.org/bzr/ld26

« back to all changes in this revision

Viewing changes to svg_levels.lua

  • Committer: Josh C
  • Date: 2013-04-27 17:06:27 UTC
  • Revision ID: josh@9ix.org-20130427170627-tz6h157jbi708yke
art

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
svg_objects = {
3
 
village = {
4
 
 
5
 
Displacer:new{
6
 
  x = 11.560431, y = 275.256960,
7
 
  width = 773.497990, height = 31.528450
8
 
},
9
 
 
10
 
 
11
 
Transition:new{
12
 
  x = 780.854610, y = 202.741530,
13
 
  width = 18.917070, height = 398.309420,
14
 
  target = 'forest1'
15
 
},
16
 
 
17
 
 
18
 
Transition:new{
19
 
  x = -6.305690, y = 198.537730,
20
 
  width = 17.866121, height = 402.513210,
21
 
  target = 'lake'
22
 
},
23
 
 
24
 
},
25
 
forest2 = {
26
 
},
27
 
flower = {
28
 
},
29
 
shore = {
30
 
 
31
 
Displacer:new{
32
 
  x = 171.725940, y = 132.299380,
33
 
  width = 19.192898, height = 16.162441
34
 
},
35
 
 
36
 
},
37
 
forest1 = {
38
 
 
39
 
Displacer:new{
40
 
  x = 272.000000, y = 296.000000,
41
 
  width = 67.000000, height = 70.000000
42
 
},
43
 
 
44
 
 
45
 
Displacer:new{
46
 
  x = 621.000000, y = 492.000000,
47
 
  width = 96.000000, height = 29.000000
48
 
},
49
 
 
50
 
 
51
 
Displacer:new{
52
 
  x = 76.000000, y = 484.000000,
53
 
  width = 132.000000, height = 23.000000
54
 
},
55
 
 
56
 
 
57
 
Transition:new{
58
 
  x = -1.000000, y = 129.000000,
59
 
  width = 28.000000, height = 454.000000,
60
 
  target = 'village'
61
 
},
62
 
 
63
 
 
64
 
Transition:new{
65
 
  x = 773.000000, y = 134.000000,
66
 
  width = 28.000000, height = 454.000000,
67
 
  target = 'shore',
68
 
targetY = 133,
69
 
targetX = 30
70
 
},
71
 
 
72
 
 
73
 
Flower:new{
74
 
  x = 355.051060, y = 333.101410,
75
 
},
76
 
 
77
 
},
78
 
lake = {
79
 
 
80
 
Displacer:new{
81
 
  x = 1.140190, y = 410.728450,
82
 
  width = 802.693730, height = 192.692110
83
 
},
84
 
 
85
 
 
86
 
Displacer:new{
87
 
  x = 401.346860, y = 189.531620,
88
 
  width = 400.206670, height = 94.635765
89
 
},
90
 
 
91
 
 
92
 
Displacer:new{
93
 
  x = 403.627230, y = 357.139530,
94
 
  width = 60.430069, height = 53.588928
95
 
},
96
 
 
97
 
 
98
 
Displacer:new{
99
 
  x = 401.346860, y = 279.606630,
100
 
  width = 23.943989, height = 79.813293
101
 
},
102
 
 
103
 
 
104
 
Transition:new{
105
 
  x = 782.170290, y = 276.186070,
106
 
  width = 20.523447, height = 140.243330,
107
 
  target = 'village'
108
 
},
109
 
 
110
 
},
111
 
}