From 53f2c2c3fe39e802bc4bab2562dc09926d1afc3a Mon Sep 17 00:00:00 2001 From: Golden Tiux Date: Tue, 18 Apr 2023 16:31:01 +0200 Subject: [PATCH] 1b Fixes yay --- sarukyModLol/custom_notetypes/Sike Note.lua | 2 +- sarukyModLol/data/credits.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sarukyModLol/custom_notetypes/Sike Note.lua b/sarukyModLol/custom_notetypes/Sike Note.lua index 8f9882a..8697262 100644 --- a/sarukyModLol/custom_notetypes/Sike Note.lua +++ b/sarukyModLol/custom_notetypes/Sike Note.lua @@ -23,7 +23,7 @@ end function onUpdate(elapsed) local lVal = math.max(0, math.min(1, elapsed * playbackRate * 27)) for i = 0, getProperty('notes.length') - 1 do - if not getPropertyFromGroup('notes', i, 'isSustainNote') and getPropertyFromGroup('notes', i, 'noteType') == 'Sike Note' and getPropertyFromGroup('notes', i, 'distance') < 400 then + if not getPropertyFromGroup('notes', i, 'isSustainNote') and getPropertyFromGroup('notes', i, 'noteType') == 'Sike Note' and math.abs(getPropertyFromGroup('notes', i, 'distance')) < 400 then setPropertyFromGroup('notes', i, 'offsetX', getPropertyFromGroup('notes', i, 'offsetX') + (0 - getPropertyFromGroup('notes', i, 'offsetX')) * lVal) setPropertyFromGroup('notes', i, 'offsetAngle', getPropertyFromGroup('notes', i, 'offsetAngle') + (0 - getPropertyFromGroup('notes', i, 'offsetAngle')) * lVal) end diff --git a/sarukyModLol/data/credits.txt b/sarukyModLol/data/credits.txt index 5fbd56f..b66b75d 100644 --- a/sarukyModLol/data/credits.txt +++ b/sarukyModLol/data/credits.txt @@ -1,5 +1,5 @@ Saruky's Dysteric Crime -IlPandaJack::Taki::Original Mod Idea / Background Artist / Artist::https://https://lift.bio/ilpandajack?fbclid=PAAaZZIIgtYBulRTiV7N9dcV5yKUj5TuzF3QnHYmiUrs_S7AMyB87Rlzs48G8::0xFFFFE6AE +IlPandaJack::Taki::Original Mod Idea / Background Artist / Artist::https://twitter.com/ilpandajackk::0xFFFFE6AE Magmah::Magmah::Composer / Charter::https://www.youtube.com/channel/UCAn8fpAtoU1iRPrJDiswhog::0xFFFFA3FF EnderNile::Nile::Sprites Animator / UI Artist / Animator / Artist::https://www.instagram.com/endernilegd/::0xFFFFFFFF Nex_isDumb::Fushi::Programmer / UI Artist / Artist / Concept Artist::https://linktr.ee/just_nex::0xFF910066