ren daoe to delete_all_of_element

This commit is contained in:
O-01-67 2022-10-04 19:02:16 -04:00 committed by GitHub
parent 22f782deba
commit 6082ee13db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
elements.daoe = { elements.delete_all_of_element = {
name: "delete all of element", name: "delete all of element",
color: ["#a7a7a7", "#a7a7a7", "#a7a7a7", "#a7a7a7", "#000000", "#000000", "#000000", "#000000"], color: ["#a7a7a7", "#a7a7a7", "#a7a7a7", "#a7a7a7", "#000000", "#000000", "#000000", "#000000"],
tool: function(pixel) { tool: function(pixel) {
@ -14,4 +14,4 @@ elements.daoe = {
}, },
category: "tools", category: "tools",
excludeRandom: true, excludeRandom: true,
}; };