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
144
144
Atom = Atom
145
145
Material = Material
146
146
CopyOf = Bullet Metal
147
- TrailColor = Color
148
- R = 255
149
- G = 255
150
- B = 255
151
- TrailLength = 0
152
147
ScreenEffect = ContentFile
153
148
FilePath = Base.rte/Effects/Glows/BlueBig.png
154
149
EffectStartStrength = 0.3
@@ -183,7 +178,7 @@ AddParticle = MOPixel
183
178
R = 255
184
179
G = 255
185
180
B = 255
186
- TrailLength = 8
181
+ TrailLength = 7
187
182
ScreenEffect = ContentFile
188
183
FilePath = Techion.rte/Devices/Shared/Glows/PulseShotGlow.png
189
184
EffectAlwaysShows = 1
Original file line number Diff line number Diff line change @@ -14,11 +14,16 @@ AddParticle = MOPixel
14
14
GlobalAccScalar = 0.1
15
15
Color = Color
16
16
R = 255
17
- G = 0
17
+ G = 255
18
18
B = 255
19
19
Atom = Atom
20
20
Material = Material
21
21
CopyOf = Air
22
+ TrailColor = Color
23
+ R = 255
24
+ G = 255
25
+ B = 255
26
+ TrailLength = 4
22
27
ScreenEffect = ContentFile
23
28
FilePath = Techion.rte/Devices/Shared/Glows/PulseShotGlowShort.png
24
29
EffectAlwaysShows = 1
You can’t perform that action at this time.
0 commit comments