This commit is contained in:
Insality
2025-02-09 22:28:58 +02:00
parent 8407932236
commit 5eaa50552a
13 changed files with 317 additions and 47 deletions

View File

@@ -194,7 +194,7 @@ end
function M.load_palette()
local PALETTE_PATH = sys.get_config_string("fluid.palette")
local PALETTE_PATH = sys.get_config_string("druid.palette")
if PALETTE_PATH then
PALETTE_DATA = M.load_json(PALETTE_PATH) --[[@as table<string, table<string, vector4>>]]
end