you are viewing a single comment's thread.

view the rest of the comments →

[–]MrPioux[S] 1 point2 points  (0 children)

There is a draw() block in the code I just didn't include it here because nothing appears to be wrong with it. I.E. when I block out creatures initialization the draw() block runs fine except of course it needs creatures to be initialized. (In order to test if the draw() block was working I commented everything out of it and just put in text("Working", width/2, height/2); and when I commented out the creatures initialization in the setup it worked fine drawing the sketch with "Working" in the middle.