diff options
Diffstat (limited to 'js/pixel-art/pixel/index.html')
-rw-r--r-- | js/pixel-art/pixel/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/pixel-art/pixel/index.html b/js/pixel-art/pixel/index.html index d4b690d..74c0216 100644 --- a/js/pixel-art/pixel/index.html +++ b/js/pixel-art/pixel/index.html @@ -178,6 +178,7 @@ <button id="panDownBtn">⬇️</button> </div> <button id="centerViewBtn">🎯 Center View</button> + <button id="newCanvasBtn">➕ New Canvas</button> <hr> <button id="exportBtn">Export as PNG</button> <button id="resetBtn">Reset</button> |