Adds shinies

This commit is contained in:
infinitefusion
2022-10-07 20:38:11 -04:00
parent b762e653e0
commit a500ef15bf
18 changed files with 46 additions and 28 deletions

View File

@@ -29,6 +29,12 @@ class AnimatedBitmap
end
end
def shiftColors(offset=0)
offset/=350 if offset >350
offset=30 if offset <30 #this method is only used for shinies. shinies that barely shift are boring
@bitmap.bitmap.hue_change(offset)
end
def [](index)
; @bitmap[index];
end