We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b397354 commit ec1ed41Copy full SHA for ec1ed41
1 file changed
luven.lua
@@ -1,5 +1,5 @@
1
local luven = {
2
- _VERSION = 'Luven v1.0',
+ _VERSION = 'Luven v1.01',
3
_URL = 'https://github.com/lionelleeser/Luven',
4
_DESCRIPTION = 'A minimalist lighting system for Löve2D',
5
_CONTRIBUTORS = 'Lionel Leeser, Pedro Gimeno (Help with shader and camera)',
@@ -143,9 +143,9 @@ end -- function
143
-- /// Luven variables declarations
144
-- ///////////////////////////////////////////////
145
146
-local NUM_LIGHTS = 64
+local NUM_LIGHTS = 32
147
local shader_code = [[
148
- #define NUM_LIGHTS 64
+ #define NUM_LIGHTS 32
149
150
struct Light {
151
vec2 position;
0 commit comments