Create circus-bounce.md

This commit is contained in:
Code Ninjas Garden Grove 2021-02-10 16:59:03 -08:00 committed by GitHub
parent 80b44296db
commit de8be3d977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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