This commit is contained in:
2025-06-15 00:12:53 +09:00
parent 3293a3e8c1
commit 751d63908d
3 changed files with 11 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ do
for _, v in pairs(data.raw['lamp']) do
if v.light then
v.light.color = {1, 1, 1}
end
if v.light_when_colored then
v.light_when_colored.color = {1, 1, 1}
end
end