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/
|
/mac/
|
||||||
/dist/
|
/dist/
|
||||||
/installer/
|
/installer/
|
||||||
|
/vcpkg/
|
||||||
/client_distribution/
|
/client_distribution/
|
||||||
/server_distribution/
|
/server_distribution/
|
||||||
enc_temp_folder/
|
enc_temp_folder/
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
-- unused for now
|
||||||
|
|
||||||
local function modLight(light)
|
local function modLight(light)
|
||||||
for i = 1, #light do
|
for i = 1, #light do
|
||||||
light[i] = light[i] * 0.4
|
light[i] = light[i] * 0.4
|
||||||
|
@ -11,8 +11,8 @@ if assets.image("/cursors/cursors.png"):size()[1] == 64 then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Add object patches
|
-- Add object patches
|
||||||
local objects = assets.byExtension("object")
|
--local objects = assets.byExtension("object")
|
||||||
local path = "/objects/opensb/object.patch.lua"
|
--local path = "/objects/opensb/object.patch.lua"
|
||||||
for i = 1, #objects do
|
--for i = 1, #objects do
|
||||||
assets.patch(objects[i], path)
|
-- assets.patch(objects[i], path)
|
||||||
end
|
--end
|
Loading…
Reference in New Issue
Block a user