Hey guys, I'm trying to get something done and it simply won't work. Could you guys help out? What I did is I made a subclass of 'World' called 'world' and from that I created a subclass called 'menu'. Obviously not the brightest names, but that aside I'm having some trouble getting this to work properly.
In 'world' I do a couple of things, but mainly I specify the worlds size with 'super(1000, 550, 1);' and place my player in the world. Now so far everything works, but then I made a subclass of 'world' (watch the downcase) called 'menu' and I try to add some blocks there effectively making separate levels. Guess something is going horribly wrong though because it runs everything perfectly exept this subclass of the subclass. It doesn't even seem to want to touch the code... Any leads on a possible fix?

