Skip to content

Commit

Permalink
Merge pull request #523 from quadro-chave/patch-1
Browse files Browse the repository at this point in the history
Fixed project step links
  • Loading branch information
tentone committed May 2, 2023
2 parents 0f6dc53 + 1d02d60 commit a0e3d37
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -43,7 +43,7 @@ <h3>Creating a level</h3>

<img src="assets/learn/tutorial/platformer/images/h.png" class="img-normal"/>

<p>If you are having some trouble completing this part of the tutorial you can download the project fileou can download the <a class="underline" href="steps/a.nsp">project file</a> or open it on the <a class="underline" href="https://www.nunustudio.org/editor?nsp=https://nunustudio.org/learn/tutorial/01_platformer/steps/a.nsp">Web Editor</a>.</p>
<p>If you are having some trouble completing this part of the tutorial you can download the project file or can download the <a class="underline" href="assets/learn/tutorial/platformer/steps/a.nsp">project file</a> or open it on the <a class="underline" href="https://www.nunustudio.org/editor/index.html?nsp=../assets/learn/tutorial/platformer/steps/a.nsp">Web Editor</a>.</p>

<!--<div>
<canvas id="step_c" style="margin-left:auto; margin-right:auto; display: block;"></canvas>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h3>Player control</h3>
camera.position.y = player.body.position.y + 2;
{{'}'}}</code></pre>

<p>If you are having some trouble completing this part of the tutorial you can download the project fileou can download the <a class="underline" href="steps/b.nsp">project file</a> or open it on the <a class="underline" href="https://www.nunustudio.org/editor?nsp=https://nunustudio.org/learn/tutorial/01_platformer/steps/b.nsp">Web Editor</a>.</p>
<p>If you are having some trouble completing this part of the tutorial you can download the project fileou can download the <a class="underline" href="assets/learn/tutorial/platformer/steps/b.nsp">project file</a> or open it on the <a class="underline" href="https://www.nunustudio.org/editor/index.html?nsp=../assets/learn/tutorial/platformer/steps/b.nsp">Web Editor</a>.</p>

<!--<div>
<canvas id="step_c" style="margin-left:auto; margin-right:auto; display: block;"></canvas>
Expand Down Expand Up @@ -309,7 +309,7 @@ <h3>Enemies</h3>

<p>You should have now a moving enemy in your game, duplicate the created script and attach it to other object to make them move as well, try to create a moving platform like the ones in super mario games.</p>

<p>If you are having some trouble completing this part of the tutorial you can download the project file you can download the <a class="underline" href="steps/c.nsp">project file</a> or open it on the <a class="underline" href="https://www.nunustudio.org/editor?nsp=https://nunustudio.org/learn/tutorial/01_platformer/steps/c.nsp">Web Editor</a>.</p>
<p>If you are having some trouble completing this part of the tutorial you can download the project file you can download the <a class="underline" href="assets/learn/tutorial/platformer/steps/c.nsp">project file</a> or open it on the <a class="underline" href="https://www.nunustudio.org/editor/index.html?nsp=../assets/learn/tutorial/platformer/steps/c.nsp">Web Editor</a>.</p>

<!--<div>
<canvas id="step_c" style="margin-left:auto; margin-right:auto; display: block;"></canvas>
Expand Down Expand Up @@ -425,7 +425,7 @@ <h3>Tweaking player controls</h3>

<p>If you followed all the steps you should now have smoother controls on your player. You can of course experiment with it as much as you want.</p>

<p>If you are having some trouble completing this part of the tutorial you can download the project fileou can download the <a class="underline" href="steps/e.nsp">project file</a> or open it on the <a class="underline" href="https://www.nunustudio.org/editor?nsp=https://nunustudio.org/learn/tutorial/01_platformer/steps/e.nsp">Web Editor</a>.</p>
<p>If you are having some trouble completing this part of the tutorial you can download the project file ou can download the <a class="underline" href="assets/learn/tutorial/platformer/steps/e.nsp">project file</a> or open it on the <a class="underline" href="https://www.nunustudio.org/editor/index.html?nsp=../assets/learn/tutorial/platformer/steps/e.nsp">Web Editor</a>.</p>

</div>
</div>

0 comments on commit a0e3d37

Please sign in to comment.