Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FC in two examples: TexturePacker and Using a ColorKeyTextureSourceDecorator #20

Open
GoogleCodeExporter opened this issue Mar 2, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Attempt to run either of the above examples from the 'Other' menu
2.
3.

What is the expected output? What do you see instead?
Force closes is what happens.  No idea what is expected.

What version of the product are you using? On what operating system?
Android 2.3 /hg checkout parent: 317:d6c91ccbed4f tip

Please provide any additional information below.
TexturePacker can't find gfx/spritesheets/texturepackerexample.xml.  Changing 
line 66 of TexturePackerExample.java resolves initial problem, but leads to 
IllegalArgumentException: no value for attribute wrapt.

ColorKey example fails due to FileNotFoundException loading 
chromatic_circle.png.  Adding "gfx/" prefix to "chromatic_circle.png" in 
constructor call on line 71 of ColorKeyTextureSourceDecoratorExample.java 
resolves the error.

Original issue reported on code.google.com by mfs...@gmail.com on 1 Sep 2011 at 1:16

@GoogleCodeExporter
Copy link
Author

...but leads to IllegalArgumentException: no value for attribute wrapt.
in texturepackerexample.xml
change wrapx="clamp" wrapy="clamp" to wrapt="clamp" wraps="clamp"

Original comment by maksim.l...@gmail.com on 16 Nov 2011 at 12:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant