facebookgit / andengineexamples

Automatically exported from code.google.com/p/andengineexamples
0 stars 0 forks source link

In RepeatingSpriteExample.java:73 background_grass.png Not Found #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I would submit a patch, but I am not sure what the intention is here since I am 
new to the code base.

There is this BitmapTextureAtlasTextureRegionFactory.setAssetBasePath call 
which sets the base path to "gfx/" - but then this is factory is not used when 
using the path for the background_grass.png

Not sure how it should be fixed... :)

Original issue reported on code.google.com by deh...@gmail.com on 27 Aug 2011 at 6:00

GoogleCodeExporter commented 8 years ago
Also, package is 

org.anddev.andengine.examples; 

Original comment by deh...@gmail.com on 27 Aug 2011 at 6:07

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Looking at this more, it looks like there is no factory for the 
RepeatingSpriteBackground. Submitting a patch that simply changes the path to 
the background_grass.png.

Original comment by deh...@gmail.com on 27 Aug 2011 at 7:31

Attachments: