Tagged Questions
2
votes
1answer
62 views
LibGDX creating texture from base64 PNG ByteArrayInputStream
I just decided to make the change from Slick2D to LibGDX. However, for me to be able to port my game over to LibGDX I need help understanding how to create textures in LibGDX from my game data files.
...
2
votes
1answer
900 views
Android SlickAE (libgdx) No class def found error
This is the directory structure of my main project, which I'm calling from my Android project.
src
└── legless
├── entities
│ ├── Bullet.java
│ ├── Creep.java
...