UI button and main menu beginning

This commit is contained in:
Alexey 2025-07-04 13:39:17 +03:00
commit 319a642688
4 changed files with 128 additions and 22 deletions

View file

@ -12,7 +12,7 @@ Grid = {
-- Factory function
---@param size Point
---@returns Grid
---@return Grid
function Grid:new( size )
local grid = {
lines = {},