We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
public class SimpleScene extends AbstractScene{ @Override public void build() { GraphicFactory.addImage("images/bg.png",this); GraphicFactory.addImage("images/barca_anim/barca_1.png",this); GraphicFactory.addImage("images/logos/logo_PlayN.png",this); } @Override public void updateState() { // TODO Auto-generated method stub } }
There was an error while loading. Please reload this page.