使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
chemicalcrux
/
satiate
关注
1
点赞
0
派生
0
代码
工单
3
合并请求
0
版本发布
5
百科
动态
浏览代码
Game starts at a place defined by the story
tags/v0.1.0
Fen Dweller
6 年前
父节点
a3b7f0902c
当前提交
b996b09ce6
共有
2 个文件被更改
,包括
4 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 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"
],
撰写
预览
正在加载...
取消
保存