Merge branch 'master' into next-update

This commit is contained in:
Nicola
2022-01-08 17:10:30 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
class EyedropperTool extends Tool {
class EyeDropperTool extends Tool {
eyedropperPreview = document.getElementById("eyedropper-preview");
selectedColor = {r:0, g:0, b:0};