Skip to content

Commit

Permalink
FEAT: Add webp support
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 18, 2024
1 parent 2ba011b commit 71d220d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/GameConfig.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"textures": {
"root": "textures",
"extensions": ["tga", "png", "dds"],
"extensions": ["tga", "png", "dds", "webp"],
"attribute": "_tb_textures"
},
"entities": {
Expand Down

0 comments on commit 71d220d

Please sign in to comment.