This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -144,11 +144,6 @@ AddEffect = MOPixel
144144 Atom = Atom
145145 Material = Material
146146 CopyOf = Bullet Metal
147- TrailColor = Color
148- R = 255
149- G = 255
150- B = 255
151- TrailLength = 0
152147 ScreenEffect = ContentFile
153148 FilePath = Base.rte/Effects/Glows/BlueBig.png
154149 EffectStartStrength = 0.3
@@ -183,7 +178,7 @@ AddParticle = MOPixel
183178 R = 255
184179 G = 255
185180 B = 255
186- TrailLength = 8
181+ TrailLength = 7
187182 ScreenEffect = ContentFile
188183 FilePath = Techion.rte/Devices/Shared/Glows/PulseShotGlow.png
189184 EffectAlwaysShows = 1
Original file line number Diff line number Diff line change @@ -14,11 +14,16 @@ AddParticle = MOPixel
1414 GlobalAccScalar = 0.1
1515 Color = Color
1616 R = 255
17- G = 0
17+ G = 255
1818 B = 255
1919 Atom = Atom
2020 Material = Material
2121 CopyOf = Air
22+ TrailColor = Color
23+ R = 255
24+ G = 255
25+ B = 255
26+ TrailLength = 4
2227 ScreenEffect = ContentFile
2328 FilePath = Techion.rte/Devices/Shared/Glows/PulseShotGlowShort.png
2429 EffectAlwaysShows = 1
You can’t perform that action at this time.
0 commit comments