Procházet zdrojové kódy

Fixed breaths lacking a default style

tags/v1.0.0
Fen Dweller před 6 roky
rodič
revize
512fa002b0
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      game.js

+ 2
- 0
game.js Zobrazit soubor

@@ -63,6 +63,8 @@ let macro =
"ballDensity": 1000,
"breastDensity": 1000,

"breathStyle": "cone",

"scaling": function(value, scale, factor) { return value * Math.pow(scale,factor); },
get height() { return this.scaling(this.baseHeight, this.scale, 1); },
get mass () { return this.scaling(this.baseMass, this.scale, 3); },


Načítá se…
Zrušit
Uložit