Browse Source

Fixed the tech demo missing a setup function

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
05b4ae6f73
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      stories/demo.js

+ 4
- 1
stories/demo.js View File

@@ -2,7 +2,10 @@ stories.push({
"id": "demo",
"name": "Tech Demo",
"intro": {
"start": "Home"
"start": "Home",
"setup": state => {

}
},
"sounds": [
"sfx/oof.ogg"


Loading…
Cancel
Save