Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
chemicalcrux
/
satiate
Volgen
1
Ster
0
Vork
0
Code
Kwesties
3
Pull-aanvragen
0
Publicaties
5
Wiki
Activiteit
Bladeren bron
Game starts at a place defined by the story
tags/v0.1.0
Fen Dweller
6 jaren geleden
bovenliggende
a3b7f0902c
commit
b996b09ce6
2 gewijzigde bestanden
met
toevoegingen van 4
en
1 verwijderingen
Zij-aan-zij weergave
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
satiate.js
+3
-0
stories/demo.js
+ 1
- 1
satiate.js
Bestand weergeven
@@ -69,7 +69,7 @@ function init(story) {
initAudio(story, state);
initGame(story, state);
goToRoom(
"Home"
, state);
goToRoom(
story.intro.start
, state);
}
// set up the load screen
+ 3
- 0
stories/demo.js
Bestand weergeven
@@ -1,6 +1,9 @@
stories.push({
"id": "demo",
"name": "Tech Demo",
"intro": {
"start": "Home"
},
"sounds": [
"sfx/oof.ogg"
],
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan