-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "flamethrower", "exhaust" and "exhaust_diy" thruster effects (#3231)
* Add entity:parentToAttachment() * Fix design oversight on timerSetDelay. * removed unnecessary logic * Added "exhaust" and "exhaust_diy" * Flamethrower effect & pictures * Revert "removed unnecessary logic" This reverts commit a722a5e. * Revert "Fix design oversight on timerSetDelay." This reverts commit e9fe870. * clean up flamethrower effect
- Loading branch information
Showing
8 changed files
with
89 additions
and
0 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
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
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
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 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "gui/thrustereffects/exhaust" | ||
"$nolod" 1 | ||
"$vertexalpha" 1 | ||
"$vertexcolor" 1 | ||
} |
Binary file not shown.
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 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "gui/thrustereffects/exhaust" | ||
"$nolod" 1 | ||
"$vertexalpha" 1 | ||
"$vertexcolor" 1 | ||
} |
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 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "gui/thrustereffects/flamethrower" | ||
"$nolod" 1 | ||
"$vertexalpha" 1 | ||
"$vertexcolor" 1 | ||
} |
Binary file not shown.