Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
satiate
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
3
Pull Requests
0
Lanzamientos
5
Wiki
Actividad
Explorar el Código
Game starts at a place defined by the story
tags/v0.1.0
Fen Dweller
hace 6 años
padre
a3b7f0902c
commit
b996b09ce6
Se han
modificado 2 ficheros
con
4 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
satiate.js
+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"
],
Escribir
Vista previa
Cargando…
Cancelar
Guardar