SonicGDX

Results 40 comments of SonicGDX

Nice! Here's a preliminary list of pages that may need changes. This probably isn't everything but this would be a good start at least. To avoid repeating myself, most of...

I can't reproduce on my machine (using OpenSuse Tumbleweed). Which version of Ubuntu are you using? It might be something to do with distro library versions or the distro provided...

Related to https://github.com/libgdx/libgdx.github.io/issues/221

One issue I noticed is that the help images don't scale properly and for some screen sizes they're just displayed in the bottom left corner with just a red background...

I think @obigu would be best-suited to reviewing this, if they have free time of course, as they had updated this repo a few years ago and seem very knowledgeable...

Just realised the existing superjumper code I moved over is indented with tabs, but liftoff generated files and the editorconfig it added has indenting with spaces. Not sure if I...

Created a PR that should fix the build issues with Super Jumper and bring it up to a more modern libGDX version: https://github.com/libgdx/libgdx-demo-superjumper/pull/22

Status of the demos listed on the [website](https://libgdx.com/wiki/start/demos-and-tutorials) right now: - [cuboc](https://github.com/libgdx/libgdx-demo-cuboc) - should be working, [fixed](https://github.com/libgdx/libgdx-demo-cuboc/pull/17) on April 15 (a regression was fixed [here](https://github.com/libgdx/libgdx-demo-cuboc/pull/18)) - [**gdx invaders**](https://github.com/libgdx/libgdx-demo-invaders) - **likely...

Regarding superjumper, I've almost finished a PR that will update it by rebuilding it with gdx-liftoff (see https://github.com/SonicGDX/superjumper-recreate). I'm currently testing it right now to make sure I've transferred everything...