このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
satiate
ウォッチ
1
スター
0
フォーク
0
コード
課題
3
プルリクエスト
0
リリース
5
Wiki
アクティビティ
ソースを参照
Game starts at a place defined by the story
tags/v0.1.0
Fen Dweller
6年前
親
a3b7f0902c
コミット
b996b09ce6
2個のファイルの変更
、
4行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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"
],
書き込み
プレビュー
読み込み中…
キャンセル
保存