Skip to content

Commit

Permalink
3086: model configuration for mapobject_custom in Quoth2.fgd (TrenchB…
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwa authored Apr 20, 2020
1 parent aab1485 commit b257087
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/resources/games/Quake/Quoth2.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,13 @@ monster_vermis: "Vermis"
]
]

@PointClass size(-8 -8 -8, 8 8 8) base(Static, Appearflags) = mapobject_custom: "Custom mapobject"
@PointClass size(-8 -8 -8, 8 8 8) base(Static, Appearflags)
model({
"path" : model,
"skin" : skin,
"frame": frame
})
= mapobject_custom: "Custom mapobject"
[
model(string) : "Model"
frame(integer) : "Frame"
Expand Down

0 comments on commit b257087

Please sign in to comment.