Skip to content

Commit

Permalink
Fixed game name and added .wal support for Digital Paint: Paintball 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jitspoe committed Oct 15, 2023
1 parent 5ffdbbc commit 375231e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/resources/games/DigitalPaintball2/GameConfig.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 8,
"name": "Digital Paintball2",
"name": "Digital Paint: Paintball 2",
"icon": "Icon.png",
"fileformats": [
{ "format": "Quake2" },
Expand All @@ -12,7 +12,7 @@
},
"textures": {
"root": "textures",
"extensions": [ ".jpg", ".png", ".tga" ],
"extensions": [ ".wal", ".jpg", ".png", ".tga" ],
"palette": "pics/colormap.pcx"
},
"entities": {
Expand Down

0 comments on commit 375231e

Please sign in to comment.