disable point light conversion - revisit later
This commit is contained in:
parent
57ca6776e4
commit
6fe4c6696f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@
|
||||
/mac/
|
||||
/dist/
|
||||
/installer/
|
||||
/vcpkg/
|
||||
/client_distribution/
|
||||
/server_distribution/
|
||||
enc_temp_folder/
|
||||
|
@ -1,3 +1,5 @@
|
||||
-- unused for now
|
||||
|
||||
local function modLight(light)
|
||||
for i = 1, #light do
|
||||
light[i] = light[i] * 0.4
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user