Skip to content

Commit ec1ed41

Browse files
committed
Luven v1.01
New minor version of Luven. With a bit early optimisation
1 parent b397354 commit ec1ed41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

luven.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local luven = {
2-
_VERSION = 'Luven v1.0',
2+
_VERSION = 'Luven v1.01',
33
_URL = 'https://github.com/lionelleeser/Luven',
44
_DESCRIPTION = 'A minimalist lighting system for Löve2D',
55
_CONTRIBUTORS = 'Lionel Leeser, Pedro Gimeno (Help with shader and camera)',
@@ -143,9 +143,9 @@ end -- function
143143
-- /// Luven variables declarations
144144
-- ///////////////////////////////////////////////
145145

146-
local NUM_LIGHTS = 64
146+
local NUM_LIGHTS = 32
147147
local shader_code = [[
148-
#define NUM_LIGHTS 64
148+
#define NUM_LIGHTS 32
149149
150150
struct Light {
151151
vec2 position;

0 commit comments

Comments
 (0)