소스 검색

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,
],
},
{


불러오는 중...
취소
저장