vrld / hump

LÖVE Helper Utilities for Massive Progression
http://hump.readthedocs.org
1.09k stars 154 forks source link

attempt to index local 'layer' (a nil value) #131

Open MexaFoxesStudios opened 1 year ago

MexaFoxesStudios commented 1 year ago

Error This sti worked very well until I added attach and detach to the code, to be able to declare the layers for a tiled map

libreries/sti/init.lua:926: attempt to index local 'layer' (a nil value)

Traceback

[love "callbacks.lua"]:228: in function 'handler' libreries/sti/init.lua:926: in function 'drawLayer' main.lua:75: in function 'draw'

[C]: in function 'xpcall'

nirokay commented 1 year ago

do you have a code example?