Scaling drawing

This commit is contained in:
Alexey 2025-07-03 15:11:46 +03:00
commit 293f529613
6 changed files with 30 additions and 12 deletions

9
levels/test3.lua Normal file
View file

@ -0,0 +1,9 @@
return {
width = 6,
height = 6,
lines = {
{ 5, 4, 2, 2, "green" },
{ 2, 5, 4, 1, "red" },
{ 2, 4, 5, 1, "blue" }
}
}