Scaling drawing
This commit is contained in:
parent
d4c4c7bfd0
commit
293f529613
6 changed files with 30 additions and 12 deletions
9
levels/test3.lua
Normal file
9
levels/test3.lua
Normal 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" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue