+ samll yellow ring 2 particle

This commit is contained in:
FajsiEx 2021-11-17 19:14:15 +01:00
parent d508f50a5e
commit 02b9c216aa
1 changed files with 12 additions and 0 deletions

View File

@ -21,6 +21,7 @@ local particleRedBallImage = gfx.CreateSkinImage("gameplay/track_end/particles/r
local particleRedRingImage = gfx.CreateSkinImage("gameplay/track_end/particles/red_ring.png", 0)
local particleSmallYellowRing1Image = gfx.CreateSkinImage("gameplay/track_end/particles/small_yellow_ring_1.png", 0)
local particleSmallYellowRing2Image = gfx.CreateSkinImage("gameplay/track_end/particles/small_yellow_ring_2.png", 0)
local outroTransitionScale = 0;
@ -109,6 +110,17 @@ local particles = {
startTime = 0.25,
duration = 0.6
},
small_yellow_ring_2 = {
texture = particleSmallYellowRing2Image,
startX = 1280,
finishX = 140,
currentX = 1280,
yPos = 590,
width = 436*0.5,
height = 392*0.5,
startTime = 0.25,
duration = 0.6
},
}