Fix line lengths

This commit is contained in:
Matt Haggard 2015-02-26 10:14:29 -07:00
parent c14f7a6192
commit ae4eb4d47c
1 changed files with 4 additions and 2 deletions

View File

@ -443,8 +443,10 @@ things that are covered in this tutorial, give yourself a pat on the back and
think about how you could improve the game. Here are a few ideas of things
you could do:
* Add some nicer graphics / images. (Hint: check out the :attribute:`~kivy.graphics.instructions.Instruction.source` property on
the graphics instructions like :class:`~kivy.graphics.Circle` or :class:`~kivy.graphics.Rectangle`, to set an image as the
* Add some nicer graphics / images. (Hint: check out the
:attribute:`~kivy.graphics.instructions.Instruction.source` property on
the graphics instructions like :class:`~kivy.graphics.Circle` or
:class:`~kivy.graphics.Rectangle`, to set an image as the
texture.)
* Make the game end after a certain score. Maybe once a player has 10