Explorar el Código

Game starts at a place defined by the story

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
b996b09ce6
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. +1
    -1
      satiate.js
  2. +3
    -0
      stories/demo.js

+ 1
- 1
satiate.js Ver fichero

@@ -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 Ver fichero

@@ -1,6 +1,9 @@
stories.push({
"id": "demo",
"name": "Tech Demo",
"intro": {
"start": "Home"
},
"sounds": [
"sfx/oof.ogg"
],


Cargando…
Cancelar
Guardar