This commit is contained in:
Insality
2025-09-15 00:56:05 +03:00
parent b6a7df5ff2
commit 9ee084c502
6 changed files with 13 additions and 11 deletions

View File

@@ -1,3 +1,5 @@
---@alias color vector4|vector3|string
local PALETTE_DATA = {}
local COLOR_WHITE = vmath.vector4(1, 1, 1, 1)
local COLOR_X = hash("color.x")