No longer removing non-existent entities from spray paint can; color tweaks to paint stream

This commit is contained in:
ericrius1 2015-10-02 12:40:14 -07:00
parent 9bb2ada0a7
commit 0497de47ea

View file

@ -85,6 +85,11 @@
particleRadius: 0.01,
radiusSpread: 0.005,
polarFinish: 0.05,
colorStart: {
red: 50,
green: 10,
blue: 150
},
color: {
red: 170,
green: 20,
@ -155,8 +160,5 @@
if (this.paintStream) {
Entities.deleteEntity(this.paintStream);
}
this.strokes.forEach(function(stroke) {
Entities.deleteEntity(stroke);
});
}
});