Skip to content

Commit

Permalink
FGD: Allow custom mins/maxs for item_radio
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Jun 10, 2024
1 parent 582eb41 commit a16c9cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/maps/fgd/hl-nzp.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@
@PointClass size(-9 -9 -4, 9 9 4) base(Item) color(35 67 36) studio() = item_radio : "Radio"
[
model(studio) : "Model" : "models/props/radio.mdl"
mins(vector) : "Bounding Box Mins" : "-8 -8 -4"
maxs(vector) : "Bounding Box Maxs" : "8 8 4"
tune(string) : "tune"
length(integer) : "length"
spawnflags(Flags) =
Expand Down
2 changes: 2 additions & 0 deletions source/maps/fgd/tb-nzp.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@
@PointClass size(-9 -9 -4, 9 9 4) base(Item) color(35 67 36) model({{ model != Null -> model, {"path":"models/props/radio.mdl"} }}) = item_radio : "Radio"
[
model(string) : "Model" : "models/props/radio.mdl"
mins(vector) : "Bounding Box Mins" : "-8 -8 -4"
maxs(vector) : "Bounding Box Maxs" : "8 8 4"
tune(string) : "tune"
length(integer) : "length"
spawnflags(Flags) =
Expand Down

0 comments on commit a16c9cf

Please sign in to comment.