Skip to content

Instantly share code, notes, and snippets.

View ajakaja's full-sized avatar
🦂
Languishing

Alex Kritchevsky ajakaja

🦂
Languishing
View GitHub Profile
INFO:Bot:
0.000 0.000 0.000 0.000 0.041 0.026 0.015 0.013 0.007 0.008 0.009 0.009 0.008 0.008 0.009 0.011 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.041 0.041 0.024 0.016 0.011 0.011 0.009 0.009 0.010 0.008 0.009 0.009 0.010 0.010 0.000 0.000 0.000
0.000 0.000 0.034 0.041 0.041 0.022 0.018 0.014 0.014 0.010 0.009 0.010 0.009 0.009 0.010 0.010 0.009 0.009 0.000 0.000
0.000 0.026 0.024 0.023 0.041 0.041 0.041 0.017 0.020 0.011 0.008 0.010 0.009 0.010 0.010 0.009 0.008 0.008 0.008 0.000
0.018 0.020 0.021 0.020 0.018 0.018 0.041 0.041 0.041 0.013 0.000 0.008 0.012 0.014 0.015 0.014 0.011 0.009 0.007 0.007
0.015 0.017 0.018 0.018 0.018 0.017 0.018 0.020 0.041 0.000 0.000 0.000 0.009 0.014 0.015 0.013 0.012 0.010 0.009 0.013
0.018 0.018 0.017 0.017 0.017 0.016 0.018 0.020 0.025 0.042 0.000 0.004 0.009 0.013 0.015 0.013 0.013 0.012 0.012 0.012
0.000 0.018 0.017 0.016 0.015 0.015 0.018 0.022 0.027 0.042 0.004 0.004 0.009 0.014 0.015 0.013 0.014 0.015 0.016 0.000
0.000 0.000 0.018 0.019 0.016 0.017 0.036 0.037 0.036
@ajakaja
ajakaja / smoothie.ts
Created April 20, 2020 02:09
Smoothie.ts
/*
Borrowed from https://github.com/kittykatattack/smoothie
Which is in JS, is not updated since Pixi 3, and is not on NPM.
If I get this updated I will try to submit it upstream.
Changes:
1) PIXI only
2) TilePosition and TileScale removed because it doesn't seem to exist in Pixi 5
3) MovieClip removed because it doesn't seem to exist in Pixi 5
4) refactored a bit, using arrow functions to bind this and using fewer inline functions.