disable point light conversion - revisit later

This commit is contained in:
Kae 2024-03-21 16:18:25 +11:00
parent 57ca6776e4
commit 6fe4c6696f
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
/mac/
/dist/
/installer/
/vcpkg/
/client_distribution/
/server_distribution/
enc_temp_folder/

View File

@ -1,3 +1,5 @@
-- unused for now
local function modLight(light)
for i = 1, #light do
light[i] = light[i] * 0.4

View File

@ -11,8 +11,8 @@ if assets.image("/cursors/cursors.png"):size()[1] == 64 then
end
-- Add object patches
local objects = assets.byExtension("object")
local path = "/objects/opensb/object.patch.lua"
for i = 1, #objects do
assets.patch(objects[i], path)
end
--local objects = assets.byExtension("object")
--local path = "/objects/opensb/object.patch.lua"
--for i = 1, #objects do
-- assets.patch(objects[i], path)
--end