Update pullers.js
This commit is contained in:
parent
437f612857
commit
8cc3cd4924
|
|
@ -419,6 +419,7 @@ elements.black_hole = {
|
|||
maxSize: 1,
|
||||
properties: {
|
||||
range: 10,
|
||||
immovable: true,
|
||||
},
|
||||
tick: function(pixel) {
|
||||
|
||||
|
|
@ -467,5 +468,8 @@ elements.black_hole = {
|
|||
temp: -273.15,
|
||||
insulate:true,
|
||||
conduct: 0,
|
||||
excludeRandom: true,
|
||||
noMix: true,
|
||||
state: "solid",
|
||||
movable: false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue