@@ -12,46 +12,46 @@ export default [
12
12
title : 'Grid Movement' ,
13
13
image : sampleGrid ,
14
14
description : 'Example of building grid based movement.' ,
15
- url : '/sample-grid' ,
15
+ url : 'https://excaliburjs.com /sample-grid' ,
16
16
source : 'https://github.com/excaliburjs/sample-grid' ,
17
17
} ,
18
18
{
19
19
title : 'Tiled w/ Parcel' ,
20
20
image : sampleTiled ,
21
21
description :
22
22
'This is a small level with the Tiled Plugin and Parcel bundler.' ,
23
- url : '/sample-tiled-parcel' ,
23
+ url : 'https://excaliburjs.com /sample-tiled-parcel' ,
24
24
source : 'https://github.com/excaliburjs/sample-tiled-parcel' ,
25
25
} ,
26
26
{
27
27
title : 'Tiled w/ Vite' ,
28
28
image : sampleTiled ,
29
29
description :
30
30
'This is a small level with the Tiled Plugin and Vite bundler.' ,
31
- url : '/sample-tiled-vite' ,
31
+ url : 'https://excaliburjs.com /sample-tiled-vite' ,
32
32
source : 'https://github.com/excaliburjs/sample-tiled-vite' ,
33
33
} ,
34
34
{
35
35
title : 'Tiled w/ Webpack' ,
36
36
image : sampleTiled ,
37
37
description :
38
38
'This is a small level with the Tiled Plugin and Webpack bundler.' ,
39
- url : '/sample-tiled-webpack' ,
39
+ url : 'https://excaliburjs.com /sample-tiled-webpack' ,
40
40
source : 'https://github.com/excaliburjs/sample-tiled-webpack' ,
41
41
} ,
42
42
{
43
43
title : 'Platformer' ,
44
44
image : samplePlatformer ,
45
45
description : 'This is a small platforming example.' ,
46
- url : '/sample-platformer' ,
46
+ url : 'https://excaliburjs.com /sample-platformer' ,
47
47
source : 'https://github.com/excaliburjs/sample-platformer' ,
48
48
} ,
49
49
{
50
50
title : 'Matter.js' ,
51
51
image : sampleMatterjs ,
52
52
description :
53
53
'This is a small sample showing how to wire in a 3rd party physics instead of using Excalibur.' ,
54
- url : '/sample-matterjs' ,
54
+ url : 'https://excaliburjs.com /sample-matterjs' ,
55
55
source : 'https://github.com/excaliburjs/sample-matterjs' ,
56
56
} ,
57
57
{
0 commit comments