diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index 1521b1a..e95cdd5 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -1,5 +1,11 @@ All notable changes to this project will be documented in this file. +## [1.0.1] - 2025-04-06 + +### Added +- 📝 Help modal with instructions and tips +- 🎨 Pixel perfect mode for better sprite alignment + ## [1.0.0] - 2025-04-06 ### Added diff --git a/src/assets/main.css b/src/assets/main.css index c61e6a4..d4b5078 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -1,6 +1 @@ @import 'tailwindcss'; - -canvas { - image-rendering: pixelated; - image-rendering: crisp-edges; -} diff --git a/src/components/SpriteCanvas.vue b/src/components/SpriteCanvas.vue index 9e23e56..d94cf8a 100644 --- a/src/components/SpriteCanvas.vue +++ b/src/components/SpriteCanvas.vue @@ -8,7 +8,7 @@