Compare commits

...
This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.

1 commit

Author SHA1 Message Date
Code Ninjas Garden Grove
de8be3d977
Create circus-bounce.md 2021-02-10 16:59:03 -08:00

View file

@ -0,0 +1,8 @@
# Circus Bounce
> Scene, Update Every Frame
```js
const spinSpeed = 50;
ninja.spin(spinSpeed);
```