Skip to content

Commit

Permalink
Merge pull request #12 from marlowesmonkey/master
Browse files Browse the repository at this point in the history
Update Defold GameConfig.cfg to work with latest Trenchbroom version
  • Loading branch information
astrochili authored Mar 3, 2024
2 parents 3a40993 + e19f209 commit 237ccc4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions trenchfold/games/Defold/GameConfig.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 4,
"version": 8,
"name": "Defold",
"icon": "defold.png",
"fileformats": [
Expand All @@ -10,9 +10,8 @@
"packageformat": { "extension": "zip", "format": "zip" }
},
"textures": {
"package": { "type": "directory", "root": "textures" },
"format": { "extensions": ["jpg", "jpeg", "tga", "png"], "format": "image" },
"attribute": "_tb_textures"
"root": "textures",
"extensions": ["jpg", "jpeg", "tga", "png"]
},
"entities": {
"definitions": [ "Defold.fgd" ],
Expand Down

0 comments on commit 237ccc4

Please sign in to comment.