irapha / ConnWars

A web strategy game about conquering the galaxy

Home Page:http://connwars.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change connections scaling

irapha opened this issue · comments

Connections must change their scaling based on transfer rate.

This can only be fixed once we find out the new populations functions (and numTransfered's min and max)

Not as easy as it sounds like. if we just CSS-transform scale the connections, they lose their previous transforms (rotation, origin, etc). Also, for some reason, the function I tried writing was jumping from a 1.7 scale to a 0.3 scale... something was going waay wrong.