We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I typed in "tex = FlxAtlasFrames.fromSparrow(AssetPaths.Pennysheet.png, AssetPaths.Pennysheet.xml); in scripts." but when I tryed to test it its said.
source/Character.hx:24: characters 47-57 : Class has no field Pennysheet source/Character.hx:24: characters 74-84 : Class has no field Pennysheet
The text was updated successfully, but these errors were encountered:
you have to replace the period in Pennysheet.png and Pennysheet.xml with two underscores
example: Pennysheet__png
Sorry, something went wrong.
No branches or pull requests
I typed in "tex = FlxAtlasFrames.fromSparrow(AssetPaths.Pennysheet.png, AssetPaths.Pennysheet.xml); in scripts."
but when I tryed to test it its said.
source/Character.hx:24: characters 47-57 : Class has no field Pennysheet
source/Character.hx:24: characters 74-84 : Class has no field Pennysheet
The text was updated successfully, but these errors were encountered: