Tweak assignment

This commit is contained in:
Ryan Sobol 2016-05-13 13:54:53 -07:00
parent 99a245bcd7
commit 6ea82d7d61

View File

@ -9,7 +9,7 @@ More specifically, your pixel art maker should allow a user to do the following.
1. Start with a blank canvas of "pixels". 1. Start with a blank canvas of "pixels".
1. Select a color from a palette. 1. Select a color from a palette.
1. Paint the pixels on the canvas using the selected color. 1. Paint the pixels on the canvas using the selected color.
1. Repeat step 4. 1. Repeat step 2.
Here's a development workflow that we recommend you use. Here's a development workflow that we recommend you use.