Skip to content

Commit

Permalink
Updated GameConfig.cfg for TrenchBroom 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochili committed Jan 1, 2025
1 parent dc6aec9 commit 38fab28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions trenchfold/assets/trenchbroom/games/Defold/GameConfig.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 8,
"version": 9,
"name": "Defold",
"icon": "defold.png",
"fileformats": [
Expand All @@ -9,7 +9,7 @@
"searchpath": "",
"packageformat": { "extension": "zip", "format": "zip" }
},
"textures": {
"materials": {
"root": "",
"extensions": ["jpg", "jpeg", "png"]
},
Expand All @@ -31,7 +31,7 @@
"attribs": [ "transparent" ],
"match": "classname",
"pattern": "trigger*",
"texture": "trenchfold/trigger"
"material": "trenchfold/trigger"
},
{
"name": "kinematic",
Expand All @@ -50,13 +50,13 @@
{
"name": "clip",
"attribs": [ "transparent" ],
"match": "texture",
"match": "material",
"pattern": "trenchfold/clip"
},
{
"name": "unused",
"attribs": [ "transparent" ],
"match": "texture",
"match": "material",
"pattern": "trenchfold/unused"
}
]
Expand Down

0 comments on commit 38fab28

Please sign in to comment.