mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 06:31:52 +00:00
FGD: Allow custom mins/maxs for item_radio
This commit is contained in:
parent
582eb410fb
commit
a16c9cf71b
2 changed files with 4 additions and 0 deletions
|
@ -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) =
|
||||
|
|
|
@ -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) =
|
||||
|
|
Loading…
Reference in a new issue