Tastenkunst / brfv4_ane_examples

Adobe AIR native extension for Windows, macOS, iOS and Android.
37 stars 9 forks source link

I can't find some resource file. #1

Closed p2ri closed 7 years ago

p2ri commented 7 years ago

Thank you for great project.

I'd like to use the brfv4_ane_examples. but I can't find two resources.

[Embed(source="../../../../bin/assets/brfv4_face_textures.jpeg")] public static var textureFile : Class; [Embed(source="../../../../bin/assets/brfv4_face_textures.txt", mimeType="application/octet-stream")] public static var uvFile : Class;

Where can I find it?

MarcelKlammer commented 7 years ago

Damn. First day, first issue :D. I accidentally added the bin folder to gitignore. So this is fixed, I added bin/assets

p2ri commented 7 years ago

Thank you so much!!!