Skip to content

Commit

Permalink
1b Fixes
Browse files Browse the repository at this point in the history
yay
  • Loading branch information
NexIsDumb committed Apr 18, 2023
1 parent 76e42f5 commit 53f2c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sarukyModLol/custom_notetypes/Sike Note.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sarukyModLol/data/credits.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 53f2c2c

Please sign in to comment.