FGD: Allow custom mins/maxs for item_radio

This commit is contained in:
cypress 2024-06-09 20:51:55 -07:00
parent 582eb410fb
commit a16c9cf71b
2 changed files with 4 additions and 0 deletions

View File

@ -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) =

View File

@ -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) =