forked from bjorn/tiled-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
500 lines (477 loc) · 27.1 KB
/
index.html
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tiled Map Editor</title>
<!-- Bootstrap -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://blog.mapeditor.org/favicon.ico' rel='icon' type='image/png'/>
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/bootstrap-theme.min.css" rel="stylesheet" media="screen">
<link href="css/fontawesome.css" rel="stylesheet">
<link rel="stylesheet" href="/css/jquery.fancybox.css?v=2.1.4" type="text/css" media="screen" />
<link href="css/index.css" rel="stylesheet" media="screen">
<link rel="me" href="https://plus.google.com/113047271137781766813" />
<link rel="publisher" href="https://plus.google.com/104206952440491912596/" />
</head>
<body>
<nav id="navbar" class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0px">
<ul class="nav navbar-nav">
<li class="active"><a href="/"><i class="icon-home"></i> Home</a></li>
<li><a href="download.html"><i class="icon-download-alt"></i> Download</a></li>
<li><a href="donate.html"><i class="icon-heart"></i> Donate</a></li>
</ul>
<div id="social-buttons" class="pull-right">
<div class="g-plusone" data-size="medium" data-href="http://www.mapeditor.org"></div>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<iframe id="watch" src="http://ghbtns.com/github-btn.html?user=bjorn&repo=tiled&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<iframe id="fork" src="http://ghbtns.com/github-btn.html?user=bjorn&repo=tiled&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
</div>
</nav>
<!-- relative position allows positioning absolute elements inside -->
<div class="my-top-box" style="position: relative;">
<div class="background">
<!-- a centered 0-width inline block -->
<div style="display: inline-block; width: 0px;">
<!-- the actual map, centered on the parent by using negative offset -->
<div style="position: relative; left: -800px; width: 1600px; height: 520px;">
<!-- sections of tiles different from the background tile -->
<div class="t t98" style="left: 0px; top: 0px;"></div>
<div class="t t104" style="left: 40px; top: 0px;"></div>
<div class="t t68" style="left: 80px; top: 0px;"></div>
<div class="t t70" style="left: 120px; top: 0px;"></div>
<div class="t t66" style="left: 680px; top: 0px;"></div>
<div class="t t68" style="left: 720px; top: 0px; width: 840px;"></div>
<div class="t t70" style="left: 1560px; top: 0px;"></div>
<div class="t t98" style="left: 40px; top: 40px;"></div>
<div class="t t100" style="left: 80px; top: 40px;"></div>
<div class="t t102" style="left: 120px; top: 40px;"></div>
<div class="t t66" style="left: 680px; top: 40px;"></div>
<div class="t t68" style="left: 720px; top: 40px; width: 200px;"></div>
<div class="t t106" style="left: 920px; top: 40px;"></div>
<div class="t t100" style="left: 960px; top: 40px;"></div>
<div class="t t104" style="left: 1000px; top: 40px;"></div>
<div class="t t68" style="left: 1040px; top: 40px; width: 480px;"></div>
<div class="t t106" style="left: 1520px; top: 40px;"></div>
<div class="t t102" style="left: 1560px; top: 40px;"></div>
<div class="t t98" style="left: 680px; top: 80px;"></div>
<div class="t t104" style="left: 720px; top: 80px;"></div>
<div class="t t68" style="left: 760px; top: 80px; width: 80px;"></div>
<div class="t t106" style="left: 840px; top: 80px;"></div>
<div class="t t100" style="left: 880px; top: 80px;"></div>
<div class="t t102" style="left: 920px; top: 80px;"></div>
<div class="t t98" style="left: 1000px; top: 80px;"></div>
<div class="t t104" style="left: 1040px; top: 80px;"></div>
<div class="t t68" style="left: 1080px; top: 80px; width: 200px;"></div>
<div class="t t106" style="left: 1280px; top: 80px;"></div>
<div class="t t100" style="left: 1320px; top: 80px;"></div>
<div class="t t104" style="left: 1360px; top: 80px;"></div>
<div class="t t68" style="left: 1400px; top: 80px; width: 120px;"></div>
<div class="t t74" style="left: 1520px; top: 80px;"></div>
<div class="t t38" style="left: 1560px; top: 80px;"></div>
<div class="t t98" style="left: 720px; top: 120px;"></div>
<div class="t t104" style="left: 760px; top: 120px;"></div>
<div class="t t68" style="left: 800px; top: 120px;"></div>
<div class="t t70" style="left: 840px; top: 120px;"></div>
<div class="t t34" style="left: 1000px; top: 120px;"></div>
<div class="t t72" style="left: 1040px; top: 120px;"></div>
<div class="t t68" style="left: 1080px; top: 120px;"></div>
<div class="t t106" style="left: 1120px; top: 120px;"></div>
<div class="t t100" style="left: 1160px; top: 120px; width: 120px;"></div>
<div class="t t102" style="left: 1280px; top: 120px;"></div>
<div class="t t34" style="left: 1320px; top: 120px;"></div>
<div class="t t72" style="left: 1360px; top: 120px;"></div>
<div class="t t68" style="left: 1400px; top: 120px; width: 80px;"></div>
<div class="t t106" style="left: 1480px; top: 120px;"></div>
<div class="t t100" style="left: 1520px; top: 120px;"></div>
<div class="t t102" style="left: 1560px; top: 120px;"></div>
<div class="t t34" style="left: 0px; top: 160px;"></div>
<div class="t t38" style="left: 40px; top: 160px;"></div>
<div class="t t66" style="left: 760px; top: 160px;"></div>
<div class="t t68" style="left: 800px; top: 160px;"></div>
<div class="t t70" style="left: 840px; top: 160px;"></div>
<div class="t t66" style="left: 1000px; top: 160px;"></div>
<div class="t t68" style="left: 1040px; top: 160px; width: 80px;"></div>
<div class="t t74" style="left: 1120px; top: 160px;"></div>
<div class="t t36" style="left: 1160px; top: 160px;"></div>
<div class="t t38" style="left: 1200px; top: 160px;"></div>
<div class="t t66" style="left: 1320px; top: 160px;"></div>
<div class="t t68" style="left: 1360px; top: 160px; width: 120px;"></div>
<div class="t t74" style="left: 1480px; top: 160px;"></div>
<div class="t t38" style="left: 1520px; top: 160px;"></div>
<div class="t t98" style="left: 0px; top: 200px;"></div>
<div class="t t102" style="left: 40px; top: 200px;"></div>
<div class="t t34" style="left: 80px; top: 200px;"></div>
<div class="t t38" style="left: 120px; top: 200px;"></div>
<div class="t t98" style="left: 760px; top: 200px;"></div>
<div class="t t104" style="left: 800px; top: 200px;"></div>
<div class="t t74" style="left: 840px; top: 200px;"></div>
<div class="t t38" style="left: 880px; top: 200px;"></div>
<div class="t t66" style="left: 1000px; top: 200px;"></div>
<div class="t t68" style="left: 1040px; top: 200px; width: 160px;"></div>
<div class="t t70" style="left: 1200px; top: 200px;"></div>
<div class="t t34" style="left: 1280px; top: 200px;"></div>
<div class="t t72" style="left: 1320px; top: 200px;"></div>
<div class="t t68" style="left: 1360px; top: 200px; width: 160px;"></div>
<div class="t t70" style="left: 1520px; top: 200px;"></div>
<div class="t t34" style="left: 40px; top: 240px;"></div>
<div class="t t72" style="left: 80px; top: 240px;"></div>
<div class="t t70" style="left: 120px; top: 240px;"></div>
<div class="t t34" style="left: 720px; top: 240px;"></div>
<div class="t t38" style="left: 760px; top: 240px;"></div>
<div class="t t66" style="left: 800px; top: 240px;"></div>
<div class="t t68" style="left: 840px; top: 240px;"></div>
<div class="t t70" style="left: 880px; top: 240px;"></div>
<div class="t t34" style="left: 960px; top: 240px;"></div>
<div class="t t72" style="left: 1000px; top: 240px;"></div>
<div class="t t68" style="left: 1040px; top: 240px;"></div>
<div class="t t106" style="left: 1080px; top: 240px;"></div>
<div class="t t100" style="left: 1120px; top: 240px; width: 80px;"></div>
<div class="t t102" style="left: 1200px; top: 240px;"></div>
<div class="t t34" style="left: 1240px; top: 240px;"></div>
<div class="t t72" style="left: 1280px; top: 240px;"></div>
<div class="t t68" style="left: 1320px; top: 240px; width: 80px;"></div>
<div class="t t106" style="left: 1400px; top: 240px;"></div>
<div class="t t104" style="left: 1440px; top: 240px;"></div>
<div class="t t68" style="left: 1480px; top: 240px;"></div>
<div class="t t70" style="left: 1520px; top: 240px;"></div>
<div class="t t98" style="left: 40px; top: 280px;"></div>
<div class="t t100" style="left: 80px; top: 280px;"></div>
<div class="t t102" style="left: 120px; top: 280px;"></div>
<div class="t t34" style="left: 680px; top: 280px;"></div>
<div class="t t72" style="left: 720px; top: 280px;"></div>
<div class="t t74" style="left: 760px; top: 280px;"></div>
<div class="t t72" style="left: 800px; top: 280px;"></div>
<div class="t t106" style="left: 840px; top: 280px;"></div>
<div class="t t102" style="left: 880px; top: 280px;"></div>
<div class="t t34" style="left: 920px; top: 280px;"></div>
<div class="t t72" style="left: 960px; top: 280px;"></div>
<div class="t t68" style="left: 1000px; top: 280px;"></div>
<div class="t t106" style="left: 1040px; top: 280px;"></div>
<div class="t t102" style="left: 1080px; top: 280px;"></div>
<div class="t t34" style="left: 1200px; top: 280px;"></div>
<div class="t t72" style="left: 1240px; top: 280px;"></div>
<div class="t t68" style="left: 1280px; top: 280px; width: 120px;"></div>
<div class="t t74" style="left: 1400px; top: 280px;"></div>
<div class="t t72" style="left: 1440px; top: 280px;"></div>
<div class="t t106" style="left: 1480px; top: 280px;"></div>
<div class="t t102" style="left: 1520px; top: 280px;"></div>
<div class="t t34" style="left: 520px; top: 320px;"></div>
<div class="t t36" style="left: 560px; top: 320px; width: 120px;"></div>
<div class="t t72" style="left: 680px; top: 320px;"></div>
<div class="t t106" style="left: 720px; top: 320px;"></div>
<div class="t t100" style="left: 760px; top: 320px;"></div>
<div class="t t104" style="left: 800px; top: 320px;"></div>
<div class="t t74" style="left: 840px; top: 320px;"></div>
<div class="t t38" style="left: 880px; top: 320px;"></div>
<div class="t t98" style="left: 920px; top: 320px;"></div>
<div class="t t104" style="left: 960px; top: 320px;"></div>
<div class="t t68" style="left: 1000px; top: 320px;"></div>
<div class="t t70" style="left: 1040px; top: 320px;"></div>
<div class="t t34" style="left: 1120px; top: 320px;"></div>
<div class="t t36" style="left: 1160px; top: 320px;"></div>
<div class="t t72" style="left: 1200px; top: 320px;"></div>
<div class="t t68" style="left: 1240px; top: 320px; width: 200px;"></div>
<div class="t t106" style="left: 1440px; top: 320px;"></div>
<div class="t t102" style="left: 1480px; top: 320px;"></div>
<div class="t t34" style="left: 480px; top: 360px;"></div>
<div class="t t72" style="left: 520px; top: 360px;"></div>
<div class="t t106" style="left: 560px; top: 360px;"></div>
<div class="t t100" style="left: 600px; top: 360px; width: 120px;"></div>
<div class="t t102" style="left: 720px; top: 360px;"></div>
<div class="t t98" style="left: 800px; top: 360px;"></div>
<div class="t t104" style="left: 840px; top: 360px;"></div>
<div class="t t70" style="left: 880px; top: 360px;"></div>
<div class="t t98" style="left: 960px; top: 360px;"></div>
<div class="t t100" style="left: 1000px; top: 360px;"></div>
<div class="t t102" style="left: 1040px; top: 360px;"></div>
<div class="t t34" style="left: 1080px; top: 360px;"></div>
<div class="t t72" style="left: 1120px; top: 360px;"></div>
<div class="t t68" style="left: 1160px; top: 360px; width: 200px;"></div>
<div class="t t106" style="left: 1360px; top: 360px;"></div>
<div class="t t100" style="left: 1400px; top: 360px;"></div>
<div class="t t102" style="left: 1440px; top: 360px;"></div>
<div class="t t34" style="left: 1480px; top: 360px;"></div>
<div class="t t38" style="left: 1520px; top: 360px;"></div>
<div class="t t34" style="left: 440px; top: 400px;"></div>
<div class="t t72" style="left: 480px; top: 400px;"></div>
<div class="t t106" style="left: 520px; top: 400px;"></div>
<div class="t t102" style="left: 560px; top: 400px;"></div>
<div class="t t98" style="left: 840px; top: 400px;"></div>
<div class="t t102" style="left: 880px; top: 400px;"></div>
<div class="t t34" style="left: 960px; top: 400px;"></div>
<div class="t t36" style="left: 1000px; top: 400px; width: 80px;"></div>
<div class="t t72" style="left: 1080px; top: 400px;"></div>
<div class="t t68" style="left: 1120px; top: 400px; width: 160px;"></div>
<div class="t t106" style="left: 1280px; top: 400px;"></div>
<div class="t t100" style="left: 1320px; top: 400px;"></div>
<div class="t t102" style="left: 1360px; top: 400px;"></div>
<div class="t t98" style="left: 1480px; top: 400px;"></div>
<div class="t t102" style="left: 1520px; top: 400px;"></div>
<div class="t t34" style="left: 40px; top: 440px;"></div>
<div class="t t38" style="left: 80px; top: 440px;"></div>
<div class="t t66" style="left: 440px; top: 440px;"></div>
<div class="t t106" style="left: 480px; top: 440px;"></div>
<div class="t t102" style="left: 520px; top: 440px;"></div>
<div class="t t34" style="left: 840px; top: 440px;"></div>
<div class="t t36" style="left: 880px; top: 440px;"></div>
<div class="t t38" style="left: 920px; top: 440px;"></div>
<div class="t t66" style="left: 960px; top: 440px;"></div>
<div class="t t68" style="left: 1000px; top: 440px; width: 280px;"></div>
<div class="t t70" style="left: 1280px; top: 440px;"></div>
<div class="t t34" style="left: 1440px; top: 440px;"></div>
<div class="t t38" style="left: 1480px; top: 440px;"></div>
<div class="t t34" style="left: 1520px; top: 440px;"></div>
<div class="t t38" style="left: 1560px; top: 440px;"></div>
<div class="t t34" style="left: 0px; top: 480px;"></div>
<div class="t t72" style="left: 40px; top: 480px;"></div>
<div class="t t74" style="left: 80px; top: 480px;"></div>
<div class="t t38" style="left: 120px; top: 480px;"></div>
<div class="t t34" style="left: 400px; top: 480px;"></div>
<div class="t t72" style="left: 440px; top: 480px;"></div>
<div class="t t70" style="left: 480px; top: 480px;"></div>
<div class="t t34" style="left: 720px; top: 480px;"></div>
<div class="t t36" style="left: 760px; top: 480px; width: 80px;"></div>
<div class="t t72" style="left: 840px; top: 480px;"></div>
<div class="t t68" style="left: 880px; top: 480px;"></div>
<div class="t t74" style="left: 920px; top: 480px;"></div>
<div class="t t72" style="left: 960px; top: 480px;"></div>
<div class="t t68" style="left: 1000px; top: 480px; width: 280px;"></div>
<div class="t t74" style="left: 1280px; top: 480px;"></div>
<div class="t t36" style="left: 1320px; top: 480px; width: 120px;"></div>
<div class="t t72" style="left: 1440px; top: 480px;"></div>
<div class="t t74" style="left: 1480px; top: 480px;"></div>
<div class="t t72" style="left: 1520px; top: 480px;"></div>
<div class="t t70" style="left: 1560px; top: 480px;"></div>
<!-- some trees -->
<div class="tree" style="left: 353px; top: 0px;"></div>
<div class="tree" style="left: 309px; top: 15px;"></div>
<div class="tree" style="left: 515px; top: 21px;"></div>
<div class="tree" style="left: 393px; top: 38px;"></div>
<div class="tree" style="left: 641px; top: 70px;"></div>
<div class="tree" style="left: 608px; top: 116px;"></div>
<div class="tree" style="left: 683px; top: 116px;"></div>
<div class="tree" style="left: 173px; top: 156px;"></div>
<div class="tree" style="left: 227px; top: 212px;"></div>
<div class="tree" style="left: 146px; top: 252px;"></div>
<div class="tree" style="left: 302px; top: 265px;"></div>
<div class="tree" style="left: 237px; top: 282px;"></div>
<div class="tree" style="left: 197px; top: 362px;"></div>
</div>
</div>
</div>
<div class="contents">
<div class="container-fluid">
<div class="row">
<!--
<a class='g-plus-link' href='https://plus.google.com/104206952440491912596?prsrc=3' rel='publisher' style='text-decoration:none;'><img alt='' src='https://ssl.gstatic.com/images/icons/gplus-32.png' style='border:0;width:32px;height:32px;'/></a>
-->
<h1 style="display: none;">Tiled</h1>
<div class="lead col-md-6" style="text-align: center; color: white; text-shadow: 1px 1px 2px #000000;">
<img src="img/tiled-logo-white.png" width="419" height="228" style="margin-bottom: -0.5em; margin-left: -20px;"><br />
Your <a href="http://www.gnu.org/philosophy/free-sw.html">free</a>, easy to use and flexible tile map editor.
</div>
<div class="col-md-4 col-md-offset-1 my-buttons">
<a class="btn btn-lg btn-success" href="download.html"><i class="icon-download-alt"></i> Download</a>
<a class="btn btn-lg btn-info" href="donate.html"><i class="icon-heart"></i> Donate</a>
</div>
</div>
</div>
<div class="my-navigation">
<a class="btn btn-default" href="http://blog.mapeditor.org/"><i class="icon-rss"></i> Blog</a>
<a class="btn btn-default" href="http://github.com/bjorn/tiled/wiki"><i class="icon-book"></i> Documentation</a>
<a class="btn btn-default" href="http://github.com/bjorn/tiled/issues"><i class="icon-exclamation-sign"></i> Issue Tracker</a>
<a class="btn btn-default" href="http://forum.mapeditor.org"><i class="icon-group"></i> Community Forum</a>
<div class="btn-group" style="text-align: left;">
<a class="btn btn-default dropdown-toggle" data-toggle="dropdown" href="#"><i class="icon-comments"></i> IRC Channel <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu" style="top: 2.2em">
<li><a tabindex="-1" href="irc://irc.freenode.net/tiled">Join with IRC client</a></li>
<li><a tabindex="-1" href="https://scrollback.io/tiled/all/all-messages" target="_blank">Join with browser</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--
<p>Current Release: 0.11.0 <small><a href="download.html#changes">See what's new in Tiled</a></small></p>
<p>Blog: <a href="http://blog.mapeditor.org/">Request for patrons to boost further Tiled development</a></p>
-->
<div class="container-fluid">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="container-fluid">
<div class="my-box" style="border: 2px solid #ff945a; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);">
<div class="row" style="margin-bottom: 10px;">
<div class="col-md-12">
<b>Support my work on Tiled!</b> - <a href="https://www.patreon.com/bjorn">Why?</a> - First goal: Work on Tiled for one full day a week.
</div>
</div>
<div class="row">
<div class="col-md-12">
<a class="btn btn-default btn-sm btn-info" href="https://www.patreon.com/bjorn" style="margin-left: 10px; margin-top: -6px; float: right; min-width: 100px;">Pledge Now</a>
<div style="float: right; margin-left: 10px;"><b id="patreon-status"></b></div>
<a href="https://www.patreon.com/bjorn">
<div class="progress" style="margin-bottom: 0px;">
<div class="progress-bar progress-bar-warning progress-bar-striped" id="goal-progressbar" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 0%; background-image: linear-gradient(to bottom, #FF945A 0px, #FE5900 100%);">
<span id="goal-percentage"></span>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<!-- Screenshots demonstrating some of the main features -->
<div class="col-sm-5">
<div class="my-box">
<div style="margin: -10px -10px 10px -10px; border-top-right-radius: 4px; border-top-left-radius: 4px; padding: 1px; background-color: #EEE; background-image: linear-gradient(to bottom, #FFF 0px, rgba(255,255,255,0) 100%); background-repeat: repeat-x; text-shadow: 0px 1px 0px #FFF; text-align: center; border-bottom: 1px solid rgb(200,200,200);">
<h4 class="text-muted">Features</h4>
</div>
<div class="row">
<div class="col-sm-12">
<a href="img/screenshot-terrain.png" class="thumbnail fancybox" rel="gallery" data-title-id="title-1">
<div style="height: 200px; background-image: url(img/screenshot-terrain-thumb.png); background-position: center;"></div>
</a>
<div id="title-1" class="hidden">
The terrain tool automates placement of transition tiles. This example uses tiles from the <a href="http://lpc.opengameart.org/">Liberated Pixel Cup</a> <small>(CC-BY-SA 3.0 ∓ GPLv3)</small>.
</div>
<div class="caption">
<p>Efficient tile editing tools like <strong>stamp</strong>, <strong>fill</strong> and <strong>terrain</strong> brushes.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<a href="img/screenshot-objects.png" class="thumbnail fancybox" rel="gallery" data-title-id="title-2">
<div style="height: 200px; background-image: url(img/screenshot-objects-thumb.png); background-position: center;"></div>
</a>
<div id="title-2" class="hidden">
Demonstrating support for custom objects alongside a tile map with background image. Graphics from <a href="http://www.spicypixel.net/2008/01/10/gfxlib-fuzed-a-free-developer-graphic-library/">GfxLib-Fuzed</a> <small>(CPL)</small>.
</div>
<div class="caption">
<p><strong>Rectangle</strong>, <strong>ellipse</strong>, <strong>polygon</strong> and <strong>image</strong> objects can be placed with pixel precision.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<a href="img/screenshot-isometric.png" class="thumbnail fancybox" rel="gallery" data-title-id="title-3">
<div style="height: 200px; background-image: url(img/screenshot-isometric-thumb.png); background-position: center;"></div>
</a>
<div id="title-3" class="hidden">
An isometric map with a custom object, showing object shapes are projected as well. The tiles are by <a href="http://opengameart.org/content/grass-and-water-tiles">Clint Bellanger</a> <small>(CC-BY 3.0)</small>.
</div>
<div class="caption">
<p>Supports <strong>orthogonal</strong>, <strong>isometric</strong> and <strong>staggered</strong> maps.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Sponsors -->
<div class="col-sm-7">
<div class="my-box">
<div style="margin: -10px -10px 10px -10px; border-top-right-radius: 4px; border-top-left-radius: 4px; padding: 1px; background-color: #EEE; background-image: linear-gradient(to bottom, #FFF 0px, rgba(255,255,255,0) 100%); background-repeat: repeat-x; text-shadow: 0px 1px 0px #FFF; text-align: center; border-bottom: 1px solid rgb(200,200,200);">
<h4 class="text-muted">Sponsors</h4>
</div>
<div class="row">
<div class="col-xs-6">
<a class="thumbnail" href="http://www.atomicgameengine.com"><img src="img/atomic_banner.png" /></a>
</div>
<div class="col-xs-6">
<a class="thumbnail" href="http://www.loomsdk.com/"><img src="img/loomsdk_banner.png" /></a>
</div>
</div>
<div class="row">
<div class="col-xs-12" style="text-align: center;">
<a class="thumbnail" href="donate.html" style="margin-bottom: 2px;">Help improve Tiled,<br /> become a Tiled sponsor!</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 tiled-copyright">
Tiled - Copyright © 2008-2014 Thorbjørn Lindeijer<br />
and <a href="http://www.ohloh.net/p/tiled-qt/contributors/summary">many other contributors</a>
</div>
<div class="col-md-6 attribution">
Site based on <a href="http://getbootstrap.com/">Bootstrap</a> and <a href="http://fortawesome.github.com/Font-Awesome">Font Awesome</a><br />
Header background graphics by <a href="http://www.lostgarden.com/2006/07/more-free-game-graphics.html">Daniel Cook</a>
</div>
</div>
</div>
</div>
<!--
todo:
Link to Google+ page / community
-->
<!-- Scripts at the end to avoid delay in display time -->
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="/scripts/jquery.fancybox.pack.js?v=2.1.4"></script>
<script type="text/javascript">
$(".fancybox").attr('rel', 'gallery').fancybox({
nextEffect: 'fade',
prevEffect: 'fade',
helpers : {
title: {
type: 'inside'
}
},
beforeLoad: function() {
var el, id = $(this.element).data('title-id');
if (id) {
el = $('#' + id);
if (el.length) {
this.title = el.html();
}
}
}
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-380618-1', 'mapeditor.org');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
<script>
$.ajax({
url: "http://patreon.mapeditor.org",
context: document.body,
dataType: "json",
//error: function(jqXHR, textStatus, errorThrown) {
// console.error("Error while fetching Patreon status");
//},
})
.done(function(data) {
var earnings = data.earnings;
var goal = 500;
var percentage = Math.min(100, Math.round(earnings / goal * 100)) + "%";
$("#patreon-status").text("$" + earnings + " / $" + goal);
$("#goal-percentage").text(percentage);
$("#goal-progressbar").css("width", percentage);
})
//.always(function() {
//});
</script>
</body>
</html>