summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2024-02-29 23:07:52 -0800
committerzlg <zlg@zlg.space>2024-02-29 23:07:52 -0800
commit7ce4d6f86f6b2233feb7cf332b0e236c76b7ff53 (patch)
treed9c0136f0708dbae347fb2943e56011529b5df9e /ui
parentRight click toggles to another tool as needed (diff)
downloadpixeled-js-master.tar.gz
pixeled-js-master.tar.bz2
pixeled-js-master.tar.xz
pixeled-js-master.zip
Giant refactor to modern-ish interfaceHEADmaster
Completely changes the interface to something more akin to a modern image editor, with a palette of icons for tools. New icons are in place, with a tool bar that stays inside the viewport at all times. Additionally, drawing behavior more closely matches that of The GIMP, et al in how it handles clicks. Due to how new I am to Javascript and the relative complexity of implementing a pixel editor, I may not offer a mobile version at this time.
Diffstat (limited to 'ui')
-rw-r--r--ui/black-pen.pngbin0 -> 626 bytes
-rw-r--r--ui/blank-canvas.pngbin0 -> 645 bytes
-rw-r--r--ui/clear-screen.pngbin0 -> 760 bytes
-rw-r--r--ui/custom-color-mask.pngbin0 -> 1163 bytes
-rw-r--r--ui/custom-color.pngbin0 -> 773 bytes
-rw-r--r--ui/cyan-button-pressed.pngbin0 -> 654 bytes
-rw-r--r--ui/cyan-button.pngbin0 -> 7164 bytes
-rw-r--r--ui/darken-tool.pngbin0 -> 608 bytes
-rw-r--r--ui/eraser.pngbin0 -> 757 bytes
-rw-r--r--ui/green-button-pressed.pngbin0 -> 654 bytes
-rw-r--r--ui/green-button.pngbin0 -> 6899 bytes
-rw-r--r--ui/grid-toggle.pngbin0 -> 565 bytes
-rw-r--r--ui/lighten-tool.pngbin0 -> 625 bytes
-rw-r--r--ui/rainbow-pen.pngbin0 -> 694 bytes
-rw-r--r--ui/save-file.pngbin0 -> 797 bytes
-rw-r--r--ui/white-pen.pngbin0 -> 635 bytes
-rw-r--r--ui/yellow-button-pressed.pngbin0 -> 657 bytes
-rw-r--r--ui/yellow-button.pngbin0 -> 7348 bytes
18 files changed, 0 insertions, 0 deletions
diff --git a/ui/black-pen.png b/ui/black-pen.png
new file mode 100644
index 0000000..3d6af14
--- /dev/null
+++ b/ui/black-pen.png
Binary files differ
diff --git a/ui/blank-canvas.png b/ui/blank-canvas.png
new file mode 100644
index 0000000..b086ca7
--- /dev/null
+++ b/ui/blank-canvas.png
Binary files differ
diff --git a/ui/clear-screen.png b/ui/clear-screen.png
new file mode 100644
index 0000000..b88c30b
--- /dev/null
+++ b/ui/clear-screen.png
Binary files differ
diff --git a/ui/custom-color-mask.png b/ui/custom-color-mask.png
new file mode 100644
index 0000000..7eebcb3
--- /dev/null
+++ b/ui/custom-color-mask.png
Binary files differ
diff --git a/ui/custom-color.png b/ui/custom-color.png
new file mode 100644
index 0000000..c35ee4c
--- /dev/null
+++ b/ui/custom-color.png
Binary files differ
diff --git a/ui/cyan-button-pressed.png b/ui/cyan-button-pressed.png
new file mode 100644
index 0000000..13af424
--- /dev/null
+++ b/ui/cyan-button-pressed.png
Binary files differ
diff --git a/ui/cyan-button.png b/ui/cyan-button.png
new file mode 100644
index 0000000..4fe6b62
--- /dev/null
+++ b/ui/cyan-button.png
Binary files differ
diff --git a/ui/darken-tool.png b/ui/darken-tool.png
new file mode 100644
index 0000000..2bc005c
--- /dev/null
+++ b/ui/darken-tool.png
Binary files differ
diff --git a/ui/eraser.png b/ui/eraser.png
new file mode 100644
index 0000000..d4d01b0
--- /dev/null
+++ b/ui/eraser.png
Binary files differ
diff --git a/ui/green-button-pressed.png b/ui/green-button-pressed.png
new file mode 100644
index 0000000..054ab8d
--- /dev/null
+++ b/ui/green-button-pressed.png
Binary files differ
diff --git a/ui/green-button.png b/ui/green-button.png
new file mode 100644
index 0000000..d37ce9a
--- /dev/null
+++ b/ui/green-button.png
Binary files differ
diff --git a/ui/grid-toggle.png b/ui/grid-toggle.png
new file mode 100644
index 0000000..1844aac
--- /dev/null
+++ b/ui/grid-toggle.png
Binary files differ
diff --git a/ui/lighten-tool.png b/ui/lighten-tool.png
new file mode 100644
index 0000000..4a65072
--- /dev/null
+++ b/ui/lighten-tool.png
Binary files differ
diff --git a/ui/rainbow-pen.png b/ui/rainbow-pen.png
new file mode 100644
index 0000000..26ce0b8
--- /dev/null
+++ b/ui/rainbow-pen.png
Binary files differ
diff --git a/ui/save-file.png b/ui/save-file.png
new file mode 100644
index 0000000..2df1a01
--- /dev/null
+++ b/ui/save-file.png
Binary files differ
diff --git a/ui/white-pen.png b/ui/white-pen.png
new file mode 100644
index 0000000..ef36c29
--- /dev/null
+++ b/ui/white-pen.png
Binary files differ
diff --git a/ui/yellow-button-pressed.png b/ui/yellow-button-pressed.png
new file mode 100644
index 0000000..fe637d2
--- /dev/null
+++ b/ui/yellow-button-pressed.png
Binary files differ
diff --git a/ui/yellow-button.png b/ui/yellow-button.png
new file mode 100644
index 0000000..bb34269
--- /dev/null
+++ b/ui/yellow-button.png
Binary files differ