Explorar el Código

Remove anaconda test button

tags/v0.2.9
Fen Dweller hace 5 años
padre
commit
6b2f73255e
Se han modificado 2 ficheros con 0 adiciones y 13 borrados
  1. +0
    -12
      forest.js
  2. +0
    -1
      world.js

+ 0
- 12
forest.js Ver fichero

@@ -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 Ver fichero

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


Cargando…
Cancelar
Guardar