Javagaming - javagaming.org - Java-Gaming.org
General Information:
Latest News:
Re: Exporting Slick Game 27 Aug 2013 | 04:42 pm
I know what the problem is, and I know how to read Stack Traces. The only problem is, that in project I use resources/spritesheets/birk_anim.png, but when I export it, the resources folder gets extrac...
Re: JGO webpage isn't rendered correctly by safari on iphone 27 Aug 2013 | 04:34 pm
Quote from: SHC on 2013-08-27 06:43:00 On my phone with Opera Mobile, it shows "Low encryption level" message. JGO doesn't use encryption at all. It's probably 3rd party embedded content, but given...
Re: Tinting a tile in LibGDX 27 Aug 2013 | 04:16 pm
So, I was playing with my code, and I realized that the sprite only serves to render my texture. If I try to set the position of the sprite or rotate it or anything, it doesn't work. When I call sprit...
Re: Exporting Slick Game 27 Aug 2013 | 04:15 pm
To what I can tell you, and anyone can tell you based on what you have given us. 1 2 so birk_anim.png is not found, and I bet i...
Re: Blue Saga 27 Aug 2013 | 04:09 pm
Quote from: Morgan Allen on 2013-08-21 15:13:03 Sounds cool. I'm afraid I have to report another bug at the moment- I just registered a character, and for some reason the game crashes whenever I cli...
Re: Abundant Music: An online procedural music generator 27 Aug 2013 | 02:36 am
Hmm, I loved to make music with some beemingboomgenerator from grunnt, now I am gonna get my hands on this HEHEH I like making music these days, and that while at primary/secondary school I was banne...
Re: Ludum Dare 27 27 Aug 2013 | 02:34 am
@namrog It's a clock/USB hub. It changes color constantly. Also, it's Tab. It's one of the first diet drinks, actually. And that's not a newspaper. It's a taco bell wrapper.
Re: Defuse (LD27) 27 Aug 2013 | 02:29 am
cool game bat sound would be nice
Exporting Slick Game 27 Aug 2013 | 02:26 am
Hey guys, I want to submit my game to the Work in Progress, so I need to export the game. So I made the jar, finished it off with JarSplice, ran it in cmd and suddenly this Exception occured: [code]...
Re: What would you modify in Swing if you had to rewrite it? 27 Aug 2013 | 01:50 am
@ClickerMonkey, yes by all means, use it! See one of the TableLayout backends for how to extend it for a UI toolkit. Eg, here is the scene2d Toolkit impl: https://github.com/libgdx/libgdx/blob/master/...