Tweak assignment

This commit is contained in:
Ryan Sobol 2016-05-13 13:51:17 -07:00
parent 972ec56227
commit 99a245bcd7

View File

@ -9,6 +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.
Here's a development workflow that we recommend you use. Here's a development workflow that we recommend you use.