Skip to content

Commit

Permalink
Allow modelscale/modelscale_vec for RBDOOM
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBeckebans committed May 17, 2024
1 parent a32424e commit fc21708
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/resources/games/Doom3BFG/GameConfigBFG.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"entities": {
"definitions": [ "DOOM-3-slim.fgd", "DOOM-3-slim-and-models.fgd", "DOOM-3-all.fgd", "DOOM-3-all-and-models.fgd", "DOOM-3-multiplayer.fgd", "DOOM-3-models.fgd" ],
"defaultcolor": "0.6 0.6 0.6 1.0"
"defaultcolor": "0.6 0.6 0.6 1.0",
"scale": [ modelscale, modelscale_vec ] // this is an expression that is evaluated at runtime
},
"tags": {
"brush": [
Expand Down

0 comments on commit fc21708

Please sign in to comment.