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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="800"
height="600"
id="svg2"
version="1.1"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="forest1.svg"
inkscape:export-filename="/home/josh/code/game/ld26/data/fgmaybe.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="392.7284"
inkscape:cy="297.39417"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
inkscape:window-width="1082"
inkscape:window-height="867"
inkscape:window-x="203"
inkscape:window-y="55"
inkscape:window-maximized="0"
inkscape:showpageshadow="false" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="bg"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-452.36218)"
style="display:inline">
<rect
style="fill:#253325;fill-opacity:1"
id="rect3774"
width="800"
height="600"
x="0"
y="452.36218"
inkscape:export-filename="/home/josh/code/game/ld26/data/rect3757.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<rect
style="fill:#2b1100"
id="rect3757"
width="52.527931"
height="327.28943"
x="456.58896"
y="453.34174"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<rect
style="fill:#2b1100"
id="rect3759"
width="72.73098"
height="386.88843"
x="268.70059"
y="452.33157"
inkscape:export-filename="/home/josh/code/game/ld26/data/rect3757.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="player"
style="display:inline">
<path
transform="translate(0,-452.36218)"
style="fill:#aa0000;display:inline"
d="m 202.7389,801.84435 30.46202,0 6.20522,51.51779 -43.43657,0 z"
id="rect3771"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
inkscape:export-filename="/home/josh/code/game/ld26/data/player1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="fg"
style="display:inline">
<g
transform="translate(0,-452.36218)"
style="display:inline"
id="g3800"
inkscape:export-filename="/home/josh/code/game/ld26/data/forest1-fg.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<rect
y="479.60568"
x="621.24384"
height="494.97473"
width="96.974655"
id="rect2985"
style="fill:#2b1100;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
transform="translate(0,452.36218)"
y="-0.03061194"
x="72.73098"
height="510.12704"
width="136.37059"
id="rect3761"
style="fill:#2b1100" />
</g>
</g>
</svg>
|