This site requires JavaScript, please enable it in your browser!
Greenfoot back
Something_Smart

Something_Smart

Welcome to my page

Something_Smart's collections

This user has no collections

Recent Comments | Show All

To sask_girlz_rock: Making maps is easy. Just make an 799x599 map image and make sure the colors roughly match. As you can see they do not need to be exact. The more difficult part is editing the mapData array. You must add another dimension for each new map. The first 3-tuple is {targetY, startX, startY (this should always be 0) }. The rest define tomato piles: {numberTomatoes, X, Y}. I believe that that should be enough.
Something_Smart

2013/10/8

Nice!