Go to file
Gered 7d2b164f53 fix font rendering (for cases when e.g. rendering a font from a Skin)
in those cases, the glyph src coordinates will be relative to the
font's subtexture region in the Skin, whereas the glyph uv coords will
be correct if rendering from a texture region or a standalone texture
2014-03-10 18:00:24 -04:00
src/main/java/ca/blarg/gdx fix font rendering (for cases when e.g. rendering a font from a Skin) 2014-03-10 18:00:24 -04:00
.gitignore update gitignore 2013-12-15 12:09:58 -05:00
build.gradle fix group id 2013-11-30 12:45:50 -05:00
README.md Create README.md 2013-08-10 10:34:40 -04:00

gdx-toolbox

A set of helper classes, methods, and other things built on top of libgdx which I find helpful in my own projects. Still very much a work in progress!