Create coconut-chaos.md

This commit is contained in:
EthanThatOneKid 2021-02-10 15:35:15 -08:00
parent 65889c72c7
commit 65c456cfce

View file

@ -0,0 +1,9 @@
# Coconut Chaos
> `scene | On Scene Start`
```js
if ($this.scene.state() === "PLAY") {
console.log("Hello, world!");
}
```