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

View file

@ -6,7 +6,7 @@ require 'makegrid'
---@field current integer
LevelHandler = {
levels = {
'test2', 'test'
'test3', 'test2', 'test'
},
current = 1,
}