Update pullers.js
This commit is contained in:
parent
96a30c9700
commit
e96a0da89b
|
|
@ -2,6 +2,10 @@
|
||||||
// a sandboxels mod that adds pullers
|
// a sandboxels mod that adds pullers
|
||||||
/*
|
/*
|
||||||
==CHANGELOG==
|
==CHANGELOG==
|
||||||
|
Version 2.0.1
|
||||||
|
@voidapex11
|
||||||
|
~fixed name of mods category
|
||||||
|
|
||||||
Version 2.0.0
|
Version 2.0.0
|
||||||
@voidapex11
|
@voidapex11
|
||||||
~set max size of the mod description to 1
|
~set max size of the mod description to 1
|
||||||
|
|
@ -47,7 +51,7 @@ pullerColour = '#e0adb6'
|
||||||
elements.pullersDesc = {
|
elements.pullersDesc = {
|
||||||
color: pullerColour,
|
color: pullerColour,
|
||||||
name: 'pullers.js',
|
name: 'pullers.js',
|
||||||
category: "mods",
|
category: "Mods",
|
||||||
behavior: behaviors.SELFDELETE,
|
behavior: behaviors.SELFDELETE,
|
||||||
tool: function(pixel) {},
|
tool: function(pixel) {},
|
||||||
onSelect: function(pixel) {
|
onSelect: function(pixel) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue