forked from TeamSpen210/HammerAddons
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added entity icon and pointed weapons to current model
- Loading branch information
Showing
4 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
[ | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
[ | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.