Better default brush
This commit is contained in:
parent
bf2cc0cda3
commit
550b31e8b7
@ -37,3 +37,5 @@ commander.query("# layer=background");
|
||||
commander.query("# #efefef");
|
||||
commander.query("# layer=main");
|
||||
commander.query("> 1 0,0 #000000");
|
||||
commander.query("> 1 1,0 #000000");
|
||||
commander.query("> 1 0,1 #000000");
|
@ -23,8 +23,6 @@ function Pointer(offset = new Position(), color = new Color('000000'))
|
||||
|
||||
var position = this.position();
|
||||
|
||||
if(position.distance_to(this.position_prev) < 2){ return; } // Quickfix against stairs
|
||||
|
||||
this.distance += position.distance_to(this.position_prev);
|
||||
|
||||
ronin.surface.context().beginPath();
|
||||
|
Loading…
x
Reference in New Issue
Block a user