Remove 'showAnimation' from Basic category page (#569)

This commit is contained in:
Galen Nickel 2017-11-29 20:08:14 -08:00 committed by Peli de Halleux
parent 34a4b42d28
commit 839934f9f4

View File

@ -19,13 +19,6 @@ basic.forever(() => {
});
basic.pause(100);
basic.showArrow(ArrowNames.North);
basic.showAnimation(`
. . . . .
. . . . .
. . # . .
. . . . .
. . . . .
`);
```
## See also