mirror of
https://github.com/codeninjasgg/code-sensei.git
synced 2024-11-23 07:47:59 -05:00
Create coconut-chaos.md
This commit is contained in:
parent
65889c72c7
commit
65c456cfce
1 changed files with 9 additions and 0 deletions
9
sensei-guide-pro/white/coconut-chaos.md
Normal file
9
sensei-guide-pro/white/coconut-chaos.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Coconut Chaos
|
||||
|
||||
> `scene | On Scene Start`
|
||||
|
||||
```js
|
||||
if ($this.scene.state() === "PLAY") {
|
||||
console.log("Hello, world!");
|
||||
}
|
||||
```
|
Loading…
Reference in a new issue