You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skins interface with __getitem__ method that returns ether Null or skin URI.
1a) Same as above, but returns named tuple (str skinUri, bool displayName). Some skins (8, nasa, politicians) don't have to display names.
AgarSkins that implements Skins. On initialization it fetches http://agar.io/ and grabs actual skin list.
AgariomodsSkins that fetches list (from where?) or just have hardcoded list.
ImgurSkins that handles i/... skins.
The text was updated successfully, but these errors were encountered:
Skins
interface with__getitem__
method that returns ether Null or skin URI.1a) Same as above, but returns named tuple (str skinUri, bool displayName). Some skins (
8
,nasa
, politicians) don't have to display names.AgarSkins
that implementsSkins
. On initialization it fetcheshttp://agar.io/
and grabs actual skin list.AgariomodsSkins
that fetches list (from where?) or just have hardcoded list.ImgurSkins
that handlesi/...
skins.The text was updated successfully, but these errors were encountered: