Challenge Translation salvation
Move Rock #1
Your task is to save baby Winston from the enemy bugs by blocking their paths with rocks.
Use the translate, pushMatrix, and popMatrix commands to move rock #1 to the right, to block the path of the bug in the upper left.
//Draw Rock #1
----;
Translate(----,----);
drawRock1();
----;