This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
chemicalcrux
/
satiate
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
3
Захтеви за спајање
0
Издања
5
Вики
Activity
Преглед изворни кода
Game starts at a place defined by the story
tags/v0.1.0
Fen Dweller
пре 6 година
родитељ
a3b7f0902c
комит
b996b09ce6
2 измењених фајлова
са
4 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
satiate.js
+3
-0
stories/demo.js
+ 1
- 1
satiate.js
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -1,6 +1,9 @@
stories.push({
"id": "demo",
"name": "Tech Demo",
"intro": {
"start": "Home"
},
"sounds": [
"sfx/oof.ogg"
],
Write
Preview
Loading…
Откажи
Сачувај