tile rendering working in origin (0,0) top left

This commit is contained in:
glazenbol
2026-03-26 02:41:16 +01:00
parent 63eaac39bf
commit ea052ce151
4 changed files with 47 additions and 20 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ body {
justify-content: center;
align-items: center;
min-height: 100vh;
background: #f0f0f0;
background: #000;
}