This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
satiate
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Fixed the tech demo missing a setup function
tags/v0.1.0
Fen Dweller
6 years ago
parent
454b4b7627
commit
05b4ae6f73
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save