mbkarle / mind-the-fog

Roguelike JavaScript game--mind the fog!
2 stars 1 forks source link

Clean up position methods #72

Closed akarle closed 7 years ago

akarle commented 7 years ago

Some methods take in [x,y] pairs, but arrays are [y,x], so some return [y,x]. Just clean it up and be consistent!

akarle commented 7 years ago

I believe the standard as of now is to do [x,y]