kopia lustrzana https://github.com/backface/turtlestitch
fix color error
rodzic
9404e33373
commit
35a0070be4
|
@ -1,5 +1,5 @@
|
|||
|
||||
VERSION="2.6.2 dev"
|
||||
VERSION="2.6.3"
|
||||
|
||||
// get debug mode
|
||||
url = new URL(window.location.href);
|
||||
|
|
|
@ -26,6 +26,7 @@ TurtleShepherd.prototype.init = function() {
|
|||
this.ignoreWarning = false;
|
||||
this.backgroundColor = {r:0,g:0,b:0,a:1};
|
||||
this.defaultColor = {r:0,g:0,b:0,a:1};
|
||||
this.oldColor = this.defaultColor;
|
||||
};
|
||||
|
||||
TurtleShepherd.prototype.clear = function() {
|
||||
|
|
Ładowanie…
Reference in New Issue