Open achalddave opened 12 years ago
Eventually I want to be able to resize the entire game on window resize. I don't know how slow this would be, but we probably can't just do it on $(window).resize without some wait period or such.
$(window).resize
Eventually I want to be able to resize the entire game on window resize. I don't know how slow this would be, but we probably can't just do it on
$(window).resize
without some wait period or such.