File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ by Luis Zuno
2323web: http://ansimuz.com/
2424twitter: 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
3335There 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
4246There 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
5054A 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 )
Original file line number Diff line number Diff line change 1- PROJECTS=" alien_world examples magic_link runner"
1+ PROJECTS=" alien-world examples magic-link runner"
22for NAME in $PROJECTS ; do
33 zip -for $NAME .zip $NAME
44done
You can’t perform that action at this time.
0 commit comments