Skip to content

Commit 323bdd1

Browse files
authored
Update GameConfig.cfg for TrenchBroom v2025.3
1 parent 6b8bcf5 commit 323bdd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

profile/Torque/GameConfig.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 6,
2+
"version": 9,
33
"name": "Torque",
44
"experimental": true,
55
"icon": "Icon.png",
@@ -8,9 +8,9 @@
88
"searchpath": ".",
99
"packageformat": { "extension": "", "format": "" }
1010
},
11-
"textures": {
12-
"package": { "type": "directory", "root": "textures" },
13-
"format": { "extensions": ["jpg", "jpeg", "png"], "format": "image" },
11+
"materials": {
12+
"root": "textures",
13+
"extensions": [".png", ".jpg", ".jpeg"],
1414
"palette": "gfx/palette.lmp",
1515
"attribute": "_tb_textures"
1616
},

0 commit comments

Comments
 (0)