Shahil Ahmed
Shahil Ahmed
Tiled has an option to embed a tileset into the map itself. The embedded png is injected as a property into the tileset at key "embedded_png". My suggestion is that...
According to the [docs](https://love2d.org/wiki/RevoluteJoint:getMotorTorque) the `:getMotorTorque()` function takes in no argument and returns a number representing the torque of the joint. But when calling the function with no args it...
``` love.graphics.setColor(n) ``` will be the same as (if type(n) == "number") ``` love.graphics.setColor(n, n, n, 1.0) ``` This will be very useful to quickly set colors to white or...
The last commit was almost 7 years ago , Is this project dead?
In a child element, a context can't be read from in a input sub though writing to it is perfectly valid. Sample elements to reproduce:- ```lua local ChildFactory = helium(function(param,...
This ui library looks very good! It would be awesome if you consider providing a mobile device backend to it, It seems to mess up the coordinates when I try...