Fox

Results 5 issues of Fox

This example should say: ``` -- Retrieve all Components -- WARNING: Do not modify this table. It is read-only local allComponents = myEntity:getComponents() for ComponentClass, Component in pairs(allComponents) do --...

The love2D function love.filesystem.getSaveDirectory() returns a folder in %appdata%/Roaming but the FileDialog window won't allow navigation into this folder. I've set the default directory to %appdata% and this is the...

Windows

The layout works really well but there is no way to say that controls within the layout should be spaced out with a border. If there was a {border=3} flag...

enhancement

Will do my best to describe: I create a layout with 6 columns. I fill the first column then the 2nd column etc using `Slab.SetLayoutColumn(intColNumber)` and that works. It is...

bug

Similar to box2d begin_collision etc. I'd make a PR if I had the skills.