mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-19 20:19:50 +02:00
Added converted E3 data.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
//
|
||||
// smallfire.fx
|
||||
chaingunfire {
|
||||
|
||||
bindto "barrel"
|
||||
{
|
||||
delay 0
|
||||
duration 0.2
|
||||
restart 0
|
||||
light "muzzleflash", 1, 0.8, 0.4, 250
|
||||
offset 0, 0, 16
|
||||
//scale 250, 0, 0.4
|
||||
//fadeOut 0.25
|
||||
}
|
||||
|
||||
{
|
||||
delay 0
|
||||
duration 3
|
||||
restart 0
|
||||
particle "particles/chaingunfire.particle"
|
||||
}
|
||||
|
||||
{
|
||||
delay 0.3
|
||||
duration 3
|
||||
restart 0
|
||||
particle "particles/chaingunsmoke.particle"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user