From 7ce4d6f86f6b2233feb7cf332b0e236c76b7ff53 Mon Sep 17 00:00:00 2001 From: zlg Date: Thu, 29 Feb 2024 23:07:52 -0800 Subject: Giant refactor to modern-ish interface 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. --- ui/darken-tool.png | Bin 0 -> 608 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ui/darken-tool.png (limited to 'ui/darken-tool.png') diff --git a/ui/darken-tool.png b/ui/darken-tool.png new file mode 100644 index 0000000..2bc005c Binary files /dev/null and b/ui/darken-tool.png differ -- cgit v1.2.3-54-g00ecf