Quellcode durchsuchen

Remove anaconda test button

tags/v0.2.9
Fen Dweller vor 6 Jahren
Ursprung
Commit
6b2f73255e
2 geänderte Dateien mit 0 neuen und 13 gelöschten Zeilen
  1. +0
    -12
      forest.js
  2. +0
    -1
      world.js

+ 0
- 12
forest.js Datei anzeigen

@@ -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() { function Wolf() {
Creature.call(this, "Wolf", 10, 15, 15); Creature.call(this, "Wolf", 10, 15, 15);




+ 0
- 1
world.js Datei anzeigen

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


Laden…
Abbrechen
Speichern