Cleaned up the commander

This commit is contained in:
Devine Lu Linvega
2019-07-13 09:20:05 +09:00
parent b7120ab8a9
commit 6cae4937c2
4 changed files with 35 additions and 16 deletions

View File

@@ -13,10 +13,6 @@ function Guide () {
this.draw_inspector()
}
if (ronin.commander.input_el.value == '~') {
this.toggle_color_picker(true)
}
// Brush mirrors
for (id in ronin.brush.pointers) {
var pointer = ronin.brush.pointers[id]