xzfc / agar-expose

Yet another ogar client
12 stars 12 forks source link

add a few rules #26

Closed u624ka closed 8 years ago

u624ka commented 8 years ago

Just an array of 60 functions they use to modify canvas contexts. I don't know if it can be of any use.

A hook for drawing a cell when zoomed out. The first parameter is the ID of the arc() method (18) within var:functions. The second one is an ID of a canvas context within var:h.e. The rest are for the arc() method.

An object containing e: an array of canvas rendering contexts. Seems to have separate elements for cells, their names and mass values. images: skins websockets: contains a websocket for the current server

I'll look into it further when I have more time. Hope these aren't completely useless.

mbm3 commented 8 years ago

I thought main_out.js wasn't a thing anymore?

u624ka commented 8 years ago

Yeah, now agario.core.js is a thing.