Skip to content

Commit

Permalink
Update public/help/en/ruby4kids/lesson_1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OSP123 committed Feb 27, 2012
1 parent f73bfb1 commit cbc50d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/help/en/ruby4kids/lesson_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>Ruby4Kids - Game Programming</h1>
<pre id="code-1-3" class="sampleCode">Code automatically inserted here...</pre>

<p>What happens here is that when the game starts, the <code>initialize</code> method is called. Then the game stays running and it goes in a loop, calling the methods: <code>update</code> and <code>draw</code>.</p>
<p>Update, then draw. update, then draw. Update, then draw. This cycle repeats several times a second.</p>
<p>Update, then draw. Update, then draw. Update, then draw. This cycle repeats several times a second.</p>

<a href="#prev" class="prev-lesson">&laquo; Back</a>
<a href="index.html">Back to Lessons</a>
Expand Down

0 comments on commit cbc50d3

Please sign in to comment.