mirror of
https://github.com/nzp-team/assets.git
synced 2025-02-16 08:31:36 +00:00
Expand Power Switch fields
This commit is contained in:
parent
96175182cb
commit
f9031c4ebe
2 changed files with 12 additions and 6 deletions
|
@ -449,9 +449,12 @@
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
@PointClass size(-16 -16 -16, 16 16 51 ) base(Item, Appearflags) color(147 132 108) studio("models/machines/power_switch.mdl") =
|
@PointClass size(-16 -16 -16, 16 16 51 ) base(Item, Appearflags) color(147 132 108) studio() = power_switch : "Power Switch"
|
||||||
power_switch : "Power Switch" []
|
[
|
||||||
|
model(studio) : "Model" : "models/machines/power_switch.mdl"
|
||||||
|
skin(integer) : "Skin" : 0
|
||||||
|
oldmodel(string) : "Activation Sound" : "sounds/machines/power.wav"
|
||||||
|
]
|
||||||
|
|
||||||
@PointClass color(114 224 172) studio() = place_model : "Place a Model"
|
@PointClass color(114 224 172) studio() = place_model : "Place a Model"
|
||||||
[
|
[
|
||||||
|
|
|
@ -448,9 +448,12 @@
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
@PointClass size(-16 -16 -16, 16 16 51 ) base(Item, Appearflags) color(147 132 108) model("models/machines/power_switch.mdl") =
|
@PointClass size(-16 -16 -16, 16 16 51 ) base(Item, Appearflags) color(147 132 108) model({"path" : model, "skin" : skin}) = power_switch : "Power Switch"
|
||||||
power_switch : "Power Switch" []
|
[
|
||||||
|
model(string) : "Model" : "models/machines/power_switch.mdl"
|
||||||
|
skin(integer) : "Skin" : 0
|
||||||
|
oldmodel(string) : "Activation Sound" : "sounds/machines/power.wav"
|
||||||
|
]
|
||||||
|
|
||||||
@PointClass color(114 224 172) model({"path" : model, "skin" : skin}) = place_model : "Place a Model"
|
@PointClass color(114 224 172) model({"path" : model, "skin" : skin}) = place_model : "Place a Model"
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue