Take build version from config.lua
This commit is contained in:
parent
7df0478890
commit
57a69a6e0c
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
require 'tablefuncs'
|
||||
|
||||
VERSION = 'v0.2'
|
||||
|
||||
-- Global config table
|
||||
---@class Config
|
||||
---@field pointRadius number Radius of each grid point, relative to cellSize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue