Skip to content

Commit

Permalink
Added entity icon and pointed weapons to current model
Browse files Browse the repository at this point in the history
  • Loading branch information
tmob03 authored and Gocnak committed Jul 23, 2022
1 parent 1509667 commit d5c6015
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fgd/point/weapon/weapon_momentum_rocketlauncher.fgd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@PointClass base(Weapon)
appliesto(MOMENTUM)
studioprop("models/weapons/mom_rocketlauncher/w_mom_rocketlauncher.mdl")
studioprop("models/weapons/mom_rocketlauncher_clasic/w_mom_rl_classic.mdl")
= weapon_momentum_rocketlauncher : "Rocket Launcher"
[
]
2 changes: 1 addition & 1 deletion fgd/point/weapon/weapon_momentum_stickylauncher.fgd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@PointClass base(Weapon)
appliesto(MOMENTUM)
studioprop("models/weapons/mom_stickylauncher/w_mom_stickylauncher.mdl")
studioprop("models/weapons/mom_stickylauncher_classic/mom_sl_classic.mdl")
= weapon_momentum_stickybomblauncher : "Stickybomb Launcher"
[
]
7 changes: 7 additions & 0 deletions hammer/materials/editor/logic_relay_queue.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Sprite
{
"$spriteorientation" "vp_parallel"
"$spriteorigin" "[ 0.50 0.50 ]"
"$basetexture" "editor/logic_relay_queue"
"$no_fullbright" 1
}
Binary file added hammer/materials/editor/logic_relay_queue.vtf
Binary file not shown.

0 comments on commit d5c6015

Please sign in to comment.