Skip to content

Commit 9deaef5

Browse files
committed
Updated readme with archive links.
1 parent c6bd71b commit 9deaef5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ by Luis Zuno
2323
web: http://ansimuz.com/
2424
twitter: https://twitter.com/ansimuz
2525

26+
Zip archive for download: https://github.com/defold/defold-examples/releases/download/0.1.0/alien-world.zip (Can also be used as a library dependency)
27+
2628
![Alien World](alien-world/preview.png?raw=true)
2729

2830
## Magic Link
@@ -32,6 +34,8 @@ of the same color to create space for the spheres to move.
3234

3335
There is a tutorial on how to build this game step by step from scratch at http://www.defold.com/tutorials/magic-link/
3436

37+
Zip archive for download: https://github.com/defold/defold-examples/releases/download/0.1.0/magic-link.zip (Can also be used as a library dependency)
38+
3539
![Magic Link](magic-link/preview.png?raw=true)
3640

3741
## Runner
@@ -41,14 +45,14 @@ possible.
4145

4246
There is a tutorial on how to build this game step by step from scratch at http://www.defold.com/tutorials/getting-started/
4347

44-
[Download zip archive](runner.zip?raw=true)
48+
Zip archive for download: https://github.com/defold/defold-examples/releases/download/0.1.0/runner.zip (Can also be used as a library dependency)
4549

4650
![Runner](runner/preview.png?raw=true)
4751

4852
## Examples
4953

5054
A handful of isolated examples showcasing various aspects of the Defold engine.
5155

52-
[Download zip archive](examples.zip?raw=true)
56+
Zip archive for download: https://github.com/defold/defold-examples/releases/download/0.1.0/examples.zip
5357

5458
![Examples](examples/preview.png?raw=true)

archive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PROJECTS="alien_world examples magic_link runner"
1+
PROJECTS="alien-world examples magic-link runner"
22
for NAME in $PROJECTS ; do
33
zip -for $NAME.zip $NAME
44
done

0 commit comments

Comments
 (0)