hyper unlimited power
1.0.0
我超级无限的能力

将以下内容添加到您的~/.hyper.js插件阵列中。
module . exports = {
...
plugins : [
'hyper-unlimited-power'
]
. . .
} ; 将以下任何一个添加到您的~/.hyper.js config对象。

类型: bool
默认值: true
module . exports = {
config : {
...
hyperUnlimitedPower : {
isRainbowEnabled : true
}
. . .
}
} ;
类型: bool
默认值: true
module . exports = {
config : {
...
hyperUnlimitedPower : {
isComboEnabled : true
}
. . .
}
} ;
类型: bool
默认值: false
module . exports = {
config : {
...
hyperUnlimitedPower : {
isEarthquakeEnabled : true
}
. . .
}
} ;
类型: "false"|string|string[]
默认值: false
module . exports = {
config : {
...
hyperUnlimitedPower : {
isRainbowEnabled : false ,
staticParticleColors : [ 'red' , 'yellow' ]
}
. . .
}
} ;
类型: number
默认值: 20
module . exports = {
config : {
...
hyperUnlimitedPower : {
maxParticleCount : 50
}
. . .
}
} ;
类型: object
默认值: { x: [-1, 1], y: [-2, -0.5] }
module . exports = {
config : {
...
hyperUnlimitedPower : {
particleVelocityRange : {
x : [ - 1 , 1 ] ,
y : [ - 2.5 , - 1.5 ]
}
}
. . .
}
} ; comboActivationThreshold类型: number
默认值: 15
comboTimeUntilDecay类型: number
默认值: 2000
particleAlphaFadeout类型: number
默认值: 0.92
particleAlphaMinThreshold类型: number
默认值: 0.1
particleGravity类型: number
默认值: 0.075
shakeIntensity类型: number
默认值: 1
麻省理工学院 - 有关详细信息,请参见许可证文件