diff --git a/scripts/songselect/songwheel.lua b/scripts/songselect/songwheel.lua index fdf0b52..d61e91f 100644 --- a/scripts/songselect/songwheel.lua +++ b/scripts/songselect/songwheel.lua @@ -74,6 +74,9 @@ local difficultyLabelUnderImages = { gfx.CreateSkinImage("songtransition/difficulty_labels/vvd.png", 0), } +-- ANIMS +local laserAnimation = gfx.LoadSkinAnimation('song_select/laser_anim', 1/60, 0, false); + game.LoadSkinSample('song_wheel/cursor_change.wav'); local difficultyNumbers; @@ -179,7 +182,7 @@ function getGradeImageForScore(score) return gradeImage; end -function drawBackground() +function drawBackground(deltaTime) gfx.BeginPath() gfx.ImageRect(0, 0, desw, desh, backgroundImage, 1, 0) @@ -220,6 +223,13 @@ function drawBackground() gfx.BeginPath() gfx.ImageRect(95, 1195, 433, 30, illustratedBgImage, transitionAfterscrollDataOverlayAlpha, 0) end + + local laserAnimTickRes = gfx.TickAnimation(laserAnimation, deltaTime); + if laserAnimTickRes == 1 then + gfx.BeginPath() + gfx.ImageRect(0, 0, desw, desh, laserAnimation, 1, 0); + gfx.GlobalAlpha(1); + end end function drawSong(song, y) @@ -482,7 +492,7 @@ render = function (deltaTime) difficultyNumbers = load_number_image('diff_num') end - drawBackground(); + drawBackground(deltaTime); drawSongList() drawCursor() diff --git a/textures/song_select/laser anim frames/0.png b/textures/song_select/laser_anim/000.png similarity index 100% rename from textures/song_select/laser anim frames/0.png rename to textures/song_select/laser_anim/000.png diff --git a/textures/song_select/laser anim frames/1.png b/textures/song_select/laser_anim/001.png similarity index 100% rename from textures/song_select/laser anim frames/1.png rename to textures/song_select/laser_anim/001.png diff --git a/textures/song_select/laser anim frames/2.png b/textures/song_select/laser_anim/002.png similarity index 100% rename from textures/song_select/laser anim frames/2.png rename to textures/song_select/laser_anim/002.png diff --git a/textures/song_select/laser anim frames/3.png b/textures/song_select/laser_anim/003.png similarity index 100% rename from textures/song_select/laser anim frames/3.png rename to textures/song_select/laser_anim/003.png diff --git a/textures/song_select/laser anim frames/4.png b/textures/song_select/laser_anim/004.png similarity index 100% rename from textures/song_select/laser anim frames/4.png rename to textures/song_select/laser_anim/004.png diff --git a/textures/song_select/laser anim frames/5.png b/textures/song_select/laser_anim/005.png similarity index 100% rename from textures/song_select/laser anim frames/5.png rename to textures/song_select/laser_anim/005.png diff --git a/textures/song_select/laser anim frames/6.png b/textures/song_select/laser_anim/006.png similarity index 100% rename from textures/song_select/laser anim frames/6.png rename to textures/song_select/laser_anim/006.png diff --git a/textures/song_select/laser anim frames/7.png b/textures/song_select/laser_anim/007.png similarity index 100% rename from textures/song_select/laser anim frames/7.png rename to textures/song_select/laser_anim/007.png diff --git a/textures/song_select/laser anim frames/8.png b/textures/song_select/laser_anim/008.png similarity index 100% rename from textures/song_select/laser anim frames/8.png rename to textures/song_select/laser_anim/008.png diff --git a/textures/song_select/laser anim frames/9.png b/textures/song_select/laser_anim/009.png similarity index 100% rename from textures/song_select/laser anim frames/9.png rename to textures/song_select/laser_anim/009.png diff --git a/textures/song_select/laser anim frames/10.png b/textures/song_select/laser_anim/010.png similarity index 100% rename from textures/song_select/laser anim frames/10.png rename to textures/song_select/laser_anim/010.png diff --git a/textures/song_select/laser anim frames/11.png b/textures/song_select/laser_anim/011.png similarity index 100% rename from textures/song_select/laser anim frames/11.png rename to textures/song_select/laser_anim/011.png diff --git a/textures/song_select/laser anim frames/12.png b/textures/song_select/laser_anim/012.png similarity index 100% rename from textures/song_select/laser anim frames/12.png rename to textures/song_select/laser_anim/012.png diff --git a/textures/song_select/laser anim frames/13.png b/textures/song_select/laser_anim/013.png similarity index 100% rename from textures/song_select/laser anim frames/13.png rename to textures/song_select/laser_anim/013.png diff --git a/textures/song_select/laser anim frames/14.png b/textures/song_select/laser_anim/014.png similarity index 100% rename from textures/song_select/laser anim frames/14.png rename to textures/song_select/laser_anim/014.png diff --git a/textures/song_select/laser anim frames/15.png b/textures/song_select/laser_anim/015.png similarity index 100% rename from textures/song_select/laser anim frames/15.png rename to textures/song_select/laser_anim/015.png diff --git a/textures/song_select/laser anim frames/16.png b/textures/song_select/laser_anim/016.png similarity index 100% rename from textures/song_select/laser anim frames/16.png rename to textures/song_select/laser_anim/016.png diff --git a/textures/song_select/laser anim frames/17.png b/textures/song_select/laser_anim/017.png similarity index 100% rename from textures/song_select/laser anim frames/17.png rename to textures/song_select/laser_anim/017.png diff --git a/textures/song_select/laser anim frames/18.png b/textures/song_select/laser_anim/018.png similarity index 100% rename from textures/song_select/laser anim frames/18.png rename to textures/song_select/laser_anim/018.png diff --git a/textures/song_select/laser anim frames/19.png b/textures/song_select/laser_anim/019.png similarity index 100% rename from textures/song_select/laser anim frames/19.png rename to textures/song_select/laser_anim/019.png diff --git a/textures/song_select/laser anim frames/20.png b/textures/song_select/laser_anim/020.png similarity index 100% rename from textures/song_select/laser anim frames/20.png rename to textures/song_select/laser_anim/020.png diff --git a/textures/song_select/laser anim frames/21.png b/textures/song_select/laser_anim/021.png similarity index 100% rename from textures/song_select/laser anim frames/21.png rename to textures/song_select/laser_anim/021.png diff --git a/textures/song_select/laser anim frames/22.png b/textures/song_select/laser_anim/022.png similarity index 100% rename from textures/song_select/laser anim frames/22.png rename to textures/song_select/laser_anim/022.png diff --git a/textures/song_select/laser anim frames/23.png b/textures/song_select/laser_anim/023.png similarity index 100% rename from textures/song_select/laser anim frames/23.png rename to textures/song_select/laser_anim/023.png diff --git a/textures/song_select/laser anim frames/24.png b/textures/song_select/laser_anim/024.png similarity index 100% rename from textures/song_select/laser anim frames/24.png rename to textures/song_select/laser_anim/024.png diff --git a/textures/song_select/laser anim frames/25.png b/textures/song_select/laser_anim/025.png similarity index 100% rename from textures/song_select/laser anim frames/25.png rename to textures/song_select/laser_anim/025.png diff --git a/textures/song_select/laser anim frames/26.png b/textures/song_select/laser_anim/026.png similarity index 100% rename from textures/song_select/laser anim frames/26.png rename to textures/song_select/laser_anim/026.png diff --git a/textures/song_select/laser anim frames/27.png b/textures/song_select/laser_anim/027.png similarity index 100% rename from textures/song_select/laser anim frames/27.png rename to textures/song_select/laser_anim/027.png diff --git a/textures/song_select/laser anim frames/28.png b/textures/song_select/laser_anim/028.png similarity index 100% rename from textures/song_select/laser anim frames/28.png rename to textures/song_select/laser_anim/028.png diff --git a/textures/song_select/laser anim frames/29.png b/textures/song_select/laser_anim/029.png similarity index 100% rename from textures/song_select/laser anim frames/29.png rename to textures/song_select/laser_anim/029.png diff --git a/textures/song_select/laser anim frames/30.png b/textures/song_select/laser_anim/030.png similarity index 100% rename from textures/song_select/laser anim frames/30.png rename to textures/song_select/laser_anim/030.png diff --git a/textures/song_select/laser anim frames/31.png b/textures/song_select/laser_anim/031.png similarity index 100% rename from textures/song_select/laser anim frames/31.png rename to textures/song_select/laser_anim/031.png diff --git a/textures/song_select/laser anim frames/32.png b/textures/song_select/laser_anim/032.png similarity index 100% rename from textures/song_select/laser anim frames/32.png rename to textures/song_select/laser_anim/032.png diff --git a/textures/song_select/laser anim frames/33.png b/textures/song_select/laser_anim/033.png similarity index 100% rename from textures/song_select/laser anim frames/33.png rename to textures/song_select/laser_anim/033.png diff --git a/textures/song_select/laser anim frames/34.png b/textures/song_select/laser_anim/034.png similarity index 100% rename from textures/song_select/laser anim frames/34.png rename to textures/song_select/laser_anim/034.png diff --git a/textures/song_select/laser anim frames/35.png b/textures/song_select/laser_anim/035.png similarity index 100% rename from textures/song_select/laser anim frames/35.png rename to textures/song_select/laser_anim/035.png diff --git a/textures/song_select/laser anim frames/36.png b/textures/song_select/laser_anim/036.png similarity index 100% rename from textures/song_select/laser anim frames/36.png rename to textures/song_select/laser_anim/036.png diff --git a/textures/song_select/laser anim frames/37.png b/textures/song_select/laser_anim/037.png similarity index 100% rename from textures/song_select/laser anim frames/37.png rename to textures/song_select/laser_anim/037.png diff --git a/textures/song_select/laser anim frames/38.png b/textures/song_select/laser_anim/038.png similarity index 100% rename from textures/song_select/laser anim frames/38.png rename to textures/song_select/laser_anim/038.png diff --git a/textures/song_select/laser_anim/039.png b/textures/song_select/laser_anim/039.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/039.png differ diff --git a/textures/song_select/laser_anim/040.png b/textures/song_select/laser_anim/040.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/040.png differ diff --git a/textures/song_select/laser_anim/041.png b/textures/song_select/laser_anim/041.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/041.png differ diff --git a/textures/song_select/laser_anim/042.png b/textures/song_select/laser_anim/042.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/042.png differ diff --git a/textures/song_select/laser_anim/043.png b/textures/song_select/laser_anim/043.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/043.png differ diff --git a/textures/song_select/laser_anim/044.png b/textures/song_select/laser_anim/044.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/044.png differ diff --git a/textures/song_select/laser_anim/045.png b/textures/song_select/laser_anim/045.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/045.png differ diff --git a/textures/song_select/laser_anim/046.png b/textures/song_select/laser_anim/046.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/046.png differ diff --git a/textures/song_select/laser_anim/047.png b/textures/song_select/laser_anim/047.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/047.png differ diff --git a/textures/song_select/laser_anim/048.png b/textures/song_select/laser_anim/048.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/048.png differ diff --git a/textures/song_select/laser_anim/049.png b/textures/song_select/laser_anim/049.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/049.png differ diff --git a/textures/song_select/laser_anim/050.png b/textures/song_select/laser_anim/050.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/050.png differ diff --git a/textures/song_select/laser_anim/051.png b/textures/song_select/laser_anim/051.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/051.png differ diff --git a/textures/song_select/laser_anim/052.png b/textures/song_select/laser_anim/052.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/052.png differ diff --git a/textures/song_select/laser_anim/053.png b/textures/song_select/laser_anim/053.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/053.png differ diff --git a/textures/song_select/laser_anim/054.png b/textures/song_select/laser_anim/054.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/054.png differ diff --git a/textures/song_select/laser_anim/055.png b/textures/song_select/laser_anim/055.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/055.png differ diff --git a/textures/song_select/laser_anim/056.png b/textures/song_select/laser_anim/056.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/056.png differ diff --git a/textures/song_select/laser_anim/057.png b/textures/song_select/laser_anim/057.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/057.png differ diff --git a/textures/song_select/laser_anim/058.png b/textures/song_select/laser_anim/058.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/058.png differ diff --git a/textures/song_select/laser_anim/059.png b/textures/song_select/laser_anim/059.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/059.png differ diff --git a/textures/song_select/laser_anim/060.png b/textures/song_select/laser_anim/060.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/060.png differ diff --git a/textures/song_select/laser_anim/061.png b/textures/song_select/laser_anim/061.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/061.png differ diff --git a/textures/song_select/laser_anim/062.png b/textures/song_select/laser_anim/062.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/062.png differ diff --git a/textures/song_select/laser_anim/063.png b/textures/song_select/laser_anim/063.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/063.png differ diff --git a/textures/song_select/laser_anim/064.png b/textures/song_select/laser_anim/064.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/064.png differ diff --git a/textures/song_select/laser_anim/065.png b/textures/song_select/laser_anim/065.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/065.png differ diff --git a/textures/song_select/laser_anim/066.png b/textures/song_select/laser_anim/066.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/066.png differ diff --git a/textures/song_select/laser_anim/067.png b/textures/song_select/laser_anim/067.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/067.png differ diff --git a/textures/song_select/laser_anim/068.png b/textures/song_select/laser_anim/068.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/068.png differ diff --git a/textures/song_select/laser_anim/069.png b/textures/song_select/laser_anim/069.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/069.png differ diff --git a/textures/song_select/laser_anim/070.png b/textures/song_select/laser_anim/070.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/070.png differ diff --git a/textures/song_select/laser_anim/071.png b/textures/song_select/laser_anim/071.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/071.png differ diff --git a/textures/song_select/laser_anim/072.png b/textures/song_select/laser_anim/072.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/072.png differ diff --git a/textures/song_select/laser_anim/073.png b/textures/song_select/laser_anim/073.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/073.png differ diff --git a/textures/song_select/laser_anim/074.png b/textures/song_select/laser_anim/074.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/074.png differ diff --git a/textures/song_select/laser_anim/075.png b/textures/song_select/laser_anim/075.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/075.png differ diff --git a/textures/song_select/laser_anim/076.png b/textures/song_select/laser_anim/076.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/076.png differ diff --git a/textures/song_select/laser_anim/077.png b/textures/song_select/laser_anim/077.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/077.png differ diff --git a/textures/song_select/laser_anim/078.png b/textures/song_select/laser_anim/078.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/078.png differ diff --git a/textures/song_select/laser_anim/079.png b/textures/song_select/laser_anim/079.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/079.png differ diff --git a/textures/song_select/laser_anim/080.png b/textures/song_select/laser_anim/080.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/080.png differ diff --git a/textures/song_select/laser_anim/081.png b/textures/song_select/laser_anim/081.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/081.png differ diff --git a/textures/song_select/laser_anim/082.png b/textures/song_select/laser_anim/082.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/082.png differ diff --git a/textures/song_select/laser_anim/083.png b/textures/song_select/laser_anim/083.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/083.png differ diff --git a/textures/song_select/laser_anim/084.png b/textures/song_select/laser_anim/084.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/084.png differ diff --git a/textures/song_select/laser_anim/085.png b/textures/song_select/laser_anim/085.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/085.png differ diff --git a/textures/song_select/laser_anim/086.png b/textures/song_select/laser_anim/086.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/086.png differ diff --git a/textures/song_select/laser_anim/087.png b/textures/song_select/laser_anim/087.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/087.png differ diff --git a/textures/song_select/laser_anim/088.png b/textures/song_select/laser_anim/088.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/088.png differ diff --git a/textures/song_select/laser_anim/089.png b/textures/song_select/laser_anim/089.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/089.png differ diff --git a/textures/song_select/laser_anim/090.png b/textures/song_select/laser_anim/090.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/090.png differ diff --git a/textures/song_select/laser_anim/091.png b/textures/song_select/laser_anim/091.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/091.png differ diff --git a/textures/song_select/laser_anim/092.png b/textures/song_select/laser_anim/092.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/092.png differ diff --git a/textures/song_select/laser_anim/093.png b/textures/song_select/laser_anim/093.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/093.png differ diff --git a/textures/song_select/laser_anim/094.png b/textures/song_select/laser_anim/094.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/094.png differ diff --git a/textures/song_select/laser_anim/095.png b/textures/song_select/laser_anim/095.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/095.png differ diff --git a/textures/song_select/laser_anim/096.png b/textures/song_select/laser_anim/096.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/096.png differ diff --git a/textures/song_select/laser_anim/097.png b/textures/song_select/laser_anim/097.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/097.png differ diff --git a/textures/song_select/laser_anim/098.png b/textures/song_select/laser_anim/098.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/098.png differ diff --git a/textures/song_select/laser_anim/099.png b/textures/song_select/laser_anim/099.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/099.png differ diff --git a/textures/song_select/laser_anim/100.png b/textures/song_select/laser_anim/100.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/100.png differ diff --git a/textures/song_select/laser_anim/101.png b/textures/song_select/laser_anim/101.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/101.png differ diff --git a/textures/song_select/laser_anim/102.png b/textures/song_select/laser_anim/102.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/102.png differ diff --git a/textures/song_select/laser_anim/103.png b/textures/song_select/laser_anim/103.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/103.png differ diff --git a/textures/song_select/laser_anim/104.png b/textures/song_select/laser_anim/104.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/104.png differ diff --git a/textures/song_select/laser_anim/105.png b/textures/song_select/laser_anim/105.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/105.png differ diff --git a/textures/song_select/laser_anim/106.png b/textures/song_select/laser_anim/106.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/106.png differ diff --git a/textures/song_select/laser_anim/107.png b/textures/song_select/laser_anim/107.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/107.png differ diff --git a/textures/song_select/laser_anim/108.png b/textures/song_select/laser_anim/108.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/108.png differ diff --git a/textures/song_select/laser_anim/109.png b/textures/song_select/laser_anim/109.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/109.png differ diff --git a/textures/song_select/laser_anim/110.png b/textures/song_select/laser_anim/110.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/110.png differ diff --git a/textures/song_select/laser_anim/111.png b/textures/song_select/laser_anim/111.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/111.png differ diff --git a/textures/song_select/laser_anim/112.png b/textures/song_select/laser_anim/112.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/112.png differ diff --git a/textures/song_select/laser_anim/113.png b/textures/song_select/laser_anim/113.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/113.png differ diff --git a/textures/song_select/laser_anim/114.png b/textures/song_select/laser_anim/114.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/114.png differ diff --git a/textures/song_select/laser_anim/115.png b/textures/song_select/laser_anim/115.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/115.png differ diff --git a/textures/song_select/laser_anim/116.png b/textures/song_select/laser_anim/116.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/116.png differ diff --git a/textures/song_select/laser_anim/117.png b/textures/song_select/laser_anim/117.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/117.png differ diff --git a/textures/song_select/laser_anim/118.png b/textures/song_select/laser_anim/118.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/118.png differ diff --git a/textures/song_select/laser_anim/119.png b/textures/song_select/laser_anim/119.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/119.png differ diff --git a/textures/song_select/laser_anim/120.png b/textures/song_select/laser_anim/120.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/120.png differ diff --git a/textures/song_select/laser_anim/121.png b/textures/song_select/laser_anim/121.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/121.png differ diff --git a/textures/song_select/laser_anim/122.png b/textures/song_select/laser_anim/122.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/122.png differ diff --git a/textures/song_select/laser_anim/123.png b/textures/song_select/laser_anim/123.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/123.png differ diff --git a/textures/song_select/laser_anim/124.png b/textures/song_select/laser_anim/124.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/124.png differ diff --git a/textures/song_select/laser_anim/125.png b/textures/song_select/laser_anim/125.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/125.png differ diff --git a/textures/song_select/laser_anim/126.png b/textures/song_select/laser_anim/126.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/126.png differ diff --git a/textures/song_select/laser_anim/127.png b/textures/song_select/laser_anim/127.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/127.png differ diff --git a/textures/song_select/laser_anim/128.png b/textures/song_select/laser_anim/128.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/128.png differ diff --git a/textures/song_select/laser_anim/129.png b/textures/song_select/laser_anim/129.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/129.png differ diff --git a/textures/song_select/laser_anim/130.png b/textures/song_select/laser_anim/130.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/130.png differ diff --git a/textures/song_select/laser_anim/131.png b/textures/song_select/laser_anim/131.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/131.png differ diff --git a/textures/song_select/laser_anim/132.png b/textures/song_select/laser_anim/132.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/132.png differ diff --git a/textures/song_select/laser_anim/133.png b/textures/song_select/laser_anim/133.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/133.png differ diff --git a/textures/song_select/laser_anim/134.png b/textures/song_select/laser_anim/134.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/134.png differ diff --git a/textures/song_select/laser_anim/135.png b/textures/song_select/laser_anim/135.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/135.png differ diff --git a/textures/song_select/laser_anim/136.png b/textures/song_select/laser_anim/136.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/136.png differ diff --git a/textures/song_select/laser_anim/137.png b/textures/song_select/laser_anim/137.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/137.png differ diff --git a/textures/song_select/laser_anim/138.png b/textures/song_select/laser_anim/138.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/138.png differ diff --git a/textures/song_select/laser_anim/139.png b/textures/song_select/laser_anim/139.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/139.png differ diff --git a/textures/song_select/laser_anim/140.png b/textures/song_select/laser_anim/140.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/140.png differ diff --git a/textures/song_select/laser_anim/141.png b/textures/song_select/laser_anim/141.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/141.png differ diff --git a/textures/song_select/laser_anim/142.png b/textures/song_select/laser_anim/142.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/142.png differ diff --git a/textures/song_select/laser_anim/143.png b/textures/song_select/laser_anim/143.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/143.png differ diff --git a/textures/song_select/laser_anim/144.png b/textures/song_select/laser_anim/144.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/144.png differ diff --git a/textures/song_select/laser_anim/145.png b/textures/song_select/laser_anim/145.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/145.png differ diff --git a/textures/song_select/laser_anim/146.png b/textures/song_select/laser_anim/146.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/146.png differ diff --git a/textures/song_select/laser_anim/147.png b/textures/song_select/laser_anim/147.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/147.png differ diff --git a/textures/song_select/laser_anim/148.png b/textures/song_select/laser_anim/148.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/148.png differ diff --git a/textures/song_select/laser_anim/149.png b/textures/song_select/laser_anim/149.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/149.png differ diff --git a/textures/song_select/laser_anim/150.png b/textures/song_select/laser_anim/150.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/150.png differ diff --git a/textures/song_select/laser_anim/151.png b/textures/song_select/laser_anim/151.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/151.png differ diff --git a/textures/song_select/laser_anim/152.png b/textures/song_select/laser_anim/152.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/152.png differ diff --git a/textures/song_select/laser_anim/153.png b/textures/song_select/laser_anim/153.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/153.png differ diff --git a/textures/song_select/laser_anim/154.png b/textures/song_select/laser_anim/154.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/154.png differ diff --git a/textures/song_select/laser_anim/155.png b/textures/song_select/laser_anim/155.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/155.png differ diff --git a/textures/song_select/laser_anim/156.png b/textures/song_select/laser_anim/156.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/156.png differ diff --git a/textures/song_select/laser_anim/157.png b/textures/song_select/laser_anim/157.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/157.png differ diff --git a/textures/song_select/laser_anim/158.png b/textures/song_select/laser_anim/158.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/158.png differ diff --git a/textures/song_select/laser_anim/159.png b/textures/song_select/laser_anim/159.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/159.png differ diff --git a/textures/song_select/laser_anim/160.png b/textures/song_select/laser_anim/160.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/160.png differ diff --git a/textures/song_select/laser_anim/161.png b/textures/song_select/laser_anim/161.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/161.png differ diff --git a/textures/song_select/laser_anim/162.png b/textures/song_select/laser_anim/162.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/162.png differ diff --git a/textures/song_select/laser_anim/163.png b/textures/song_select/laser_anim/163.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/163.png differ diff --git a/textures/song_select/laser_anim/164.png b/textures/song_select/laser_anim/164.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/164.png differ diff --git a/textures/song_select/laser_anim/165.png b/textures/song_select/laser_anim/165.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/165.png differ diff --git a/textures/song_select/laser_anim/166.png b/textures/song_select/laser_anim/166.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/166.png differ diff --git a/textures/song_select/laser_anim/167.png b/textures/song_select/laser_anim/167.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/167.png differ diff --git a/textures/song_select/laser_anim/168.png b/textures/song_select/laser_anim/168.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/168.png differ diff --git a/textures/song_select/laser_anim/169.png b/textures/song_select/laser_anim/169.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/169.png differ diff --git a/textures/song_select/laser_anim/170.png b/textures/song_select/laser_anim/170.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/170.png differ diff --git a/textures/song_select/laser_anim/171.png b/textures/song_select/laser_anim/171.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/171.png differ diff --git a/textures/song_select/laser_anim/172.png b/textures/song_select/laser_anim/172.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/172.png differ diff --git a/textures/song_select/laser_anim/173.png b/textures/song_select/laser_anim/173.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/173.png differ diff --git a/textures/song_select/laser_anim/174.png b/textures/song_select/laser_anim/174.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/174.png differ diff --git a/textures/song_select/laser_anim/175.png b/textures/song_select/laser_anim/175.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/175.png differ diff --git a/textures/song_select/laser_anim/176.png b/textures/song_select/laser_anim/176.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/176.png differ diff --git a/textures/song_select/laser_anim/177.png b/textures/song_select/laser_anim/177.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/177.png differ diff --git a/textures/song_select/laser_anim/178.png b/textures/song_select/laser_anim/178.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/178.png differ diff --git a/textures/song_select/laser_anim/179.png b/textures/song_select/laser_anim/179.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/179.png differ diff --git a/textures/song_select/laser_anim/180.png b/textures/song_select/laser_anim/180.png new file mode 100644 index 0000000..2d2a2a5 Binary files /dev/null and b/textures/song_select/laser_anim/180.png differ