Sprayxe / unreal.js

A pak reader for games like VALORANT & Fortnite written in pure JavaScript
https://unreal.js.org
MIT License
60 stars 7 forks source link

Fix some issues #6

Closed Im2rnado closed 3 years ago

Im2rnado commented 3 years ago
Sprayxe commented 3 years ago

Importing UTexture2D into index is not really necessary honestly. Though thank you for letting me know about the mistake in ReadMe, will change in the next update.

Im2rnado commented 3 years ago

Importing UTexture2D into index is not really necessary honestly. Though thank you for letting me know about the mistake in ReadMe, will change in the next update.

Well it's needed to be used in order to export a texture as stated in the README.md so I thought it was a better idea to add it in the index.

Sprayxe commented 3 years ago

Yes but you can still import it, can't you?