Skip to content

Commit 0d7f07f

Browse files
committed
fix for pr
whitespace removed to make pr more readable
1 parent 8f8c00b commit 0d7f07f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/tutorials/02 Making your first game/tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3>Requirements</h3>
3131

3232
function update() {
3333
}
34-
</pre>
34+
</pre>
3535

3636
Line 1 is where you bring Phaser to life by creating an instance of a Phaser.Game object and assigning it to a local variable called 'game'. Calling it 'game' is a common practice, but not a requirement, and this is what you will find in the Phaser examples.
3737

0 commit comments

Comments
 (0)