File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1428
1428
* // Assign the frog variable a new Frog object.
1429
1429
* fifi = new Frog(50, 50, 20);
1430
1430
*
1431
- * describe('A frog face drawn on a gray background.');
1431
+ * describe('A frog face drawn on a blue background.');
1432
1432
* }
1433
1433
*
1434
1434
* function draw() {
1467
1467
* frog1 = new Frog(25, 50, 10);
1468
1468
* frog2 = new Frog(75, 50, 20);
1469
1469
*
1470
- * describe('Two frog faces drawn next to each other on a gray background.');
1470
+ * describe('Two frog faces drawn next to each other on a blue background.');
1471
1471
* }
1472
1472
*
1473
1473
* function draw() {
1510
1510
* // Slow the frame rate.
1511
1511
* frameRate(1);
1512
1512
*
1513
- * describe('Two frog faces on a gray background. The frogs hop around randomly.');
1513
+ * describe('Two frog faces on a blue background. The frogs hop around randomly.');
1514
1514
* }
1515
1515
*
1516
1516
* function draw() {
1590
1590
* frameRate(1);
1591
1591
*
1592
1592
* describe(
1593
- * 'Five frog faces on a gray background. The frogs hop around randomly.'
1593
+ * 'Five frog faces on a blue background. The frogs hop around randomly.'
1594
1594
* );
1595
1595
* }
1596
1596
*
You can’t perform that action at this time.
0 commit comments