瀏覽代碼

Remove anaconda test button

tags/v0.2.9
Fen Dweller 5 年之前
父節點
當前提交
6b2f73255e
共有 2 個檔案被更改,包括 0 行新增13 行删除
  1. +0
    -12
      forest.js
  2. +0
    -1
      world.js

+ 0
- 12
forest.js 查看文件

@@ -35,18 +35,6 @@ function ForestExplore() {
});
}


function AnacondaTest() {
GameObject.call(this, "Anaconda Test");

this.actions.push({
"name": "Anaconda Test",
"action": function() {
startCombat(new Anaconda());
}
});
}

function Wolf() {
Creature.call(this, "Wolf", 10, 15, 15);



+ 0
- 1
world.js 查看文件

@@ -33,7 +33,6 @@ let locationsSrc = [
"objs": [
Bed,
Journal,
AnacondaTest,
],
},
{


Loading…
取消
儲存