diff --git a/sensei-guide-pro/white/coconut-chaos.md b/sensei-guide-pro/white/coconut-chaos.md new file mode 100644 index 0000000..320d593 --- /dev/null +++ b/sensei-guide-pro/white/coconut-chaos.md @@ -0,0 +1,9 @@ +# Coconut Chaos + +> `scene | On Scene Start` + +```js +if ($this.scene.state() === "PLAY") { + console.log("Hello, world!"); +} +```