mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Merge pull request #2767 from jorgesumle/dev
Fixed broken link from the second tutorial.
This commit is contained in:
commit
24c969bad0
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ Welcome to the our first tutorial on Making a Game with Phaser. Here we will lea
|
|||
<ul>
|
||||
<li><a href="http://gametest.mobi/phaser/tutorials/02%20Making%20your%20first%20game/phaser_tutorial_02.zip">Download the source files and assets</a> that go with this tutorial.</li>
|
||||
<li>You need to have a very, very basic knowledge of JavaScript.</li>
|
||||
<li>Also make sure you go through the <a href="http://phaser.io/getting-started-js.php">Getting Started Guide</a>, it will show you how to download the framework, set up a local development environment, and give you a glimpse of the structure of a Phaser project and its core functions.</li>
|
||||
<li>Also make sure you go through the <a href="http://phaser.io/tutorials/getting-started">Getting Started Guide</a>, it will show you how to download the framework, set up a local development environment, and give you a glimpse of the structure of a Phaser project and its core functions.</li>
|
||||
</ul>
|
||||
|
||||
If you've gone through the Getting Started Guide you will have downloaded Phaser and got everything set-up and ready to code. Download the resources for this tutorial from here and unzip it into your web root.
|
||||
|
|
|
@ -10,7 +10,7 @@ Bienvenido a nuestro primer tutorial sobre Crear un Juego con Phaser. Aqu
|
|||
|
||||
<ul>
|
||||
<li>Necesitas tener un conocimiento muy muy básico de JavaScript.</li>
|
||||
<li>Además asegúrate de que sigues la <a href="http://phaser.io/getting-started-js.php">Guía de Iniciación</a>, te mostrará cómo descargar el framework, configurar un entorno de desarrollo, y un poco por encima la estructura de un proyecto de Phaser y sus funciones básicas.</li>
|
||||
<li>Además asegúrate de que sigues la <a href="http://phaser.io/tutorials/getting-started">Guía de Iniciación</a>, te mostrará cómo descargar el framework, configurar un entorno de desarrollo, y un poco por encima la estructura de un proyecto de Phaser y sus funciones básicas.</li>
|
||||
</ul>
|
||||
|
||||
Si ya has finalizado la Guía de Iniciación tendrás Phaser bajado y todo listo para programar. Descarga los recursos de este tutorial aquí y descomprímelos en un directorio de tu servidor web.
|
||||
|
@ -310,4 +310,4 @@ Has aprendido c
|
|||
|
||||
Con la ayuda de lo que has aprendido en este tutorial y los <a href="http://www.gametest.mobi/phaser/examples">más de 160 ejemplos</a> que tienes disponibles, deberías tener una base sólida para un proyecto futuro. Pero como siempre si tienes preguntas, necesitas consejo o quieres compartir lo que has estado haciendo, no dudes en pedir ayuda y contactar en el <a href="http://www.html5gamedevs.com/">foro de Phaser</a>.
|
||||
|
||||
Estad atentos, vendrán más tutoriales :)
|
||||
Estad atentos, vendrán más tutoriales :)
|
||||
|
|
Loading…
Reference in a new issue