浏览代码

Fixed breaths lacking a default style

tags/v1.0.0
Fen Dweller 6 年前
父节点
当前提交
512fa002b0
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      game.js

+ 2
- 0
game.js 查看文件

@@ -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); },


正在加载...
取消
保存