bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.34k stars 134 forks source link

Enable squish in GH Actions for DXT support #150

Closed Lock-The-Door closed 7 months ago

Lock-The-Door commented 7 months ago

Added the squish module to the github action. The squish module is responsible for decompressing DXT textures. Fixes #110.

nikitalita commented 7 months ago

@Lock-The-Door Can you please verify that the artifact produced in actions fixes the DXT issue: https://github.com/bruvzg/gdsdecomp/actions/runs/7081095677?pr=150#artifacts

Lock-The-Door commented 7 months ago

Yes they do image

One of the files is DXT1, the other is DXT5

nikitalita commented 7 months ago

Excellent; I also verified this myself. Thank you!