/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 23:26:34 UTC
  • Revision ID: josh@9ix.org-20130427232634-dimxzr3ds9ewe78d
some transitions in svg

Show diffs side-by-side

added added

removed removed

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