ID:2843055
 
(See the best response by Ter13.)
I'm making a game with a 200x200 map and 1x1 icons (basically every atom is a pixel) and the plan was for the view to be the same as the map dimensions. But the limit is like 100x50 so how can I make it 200x200? And I'm not planning on using view() or opacity so I'm not worried about lag.
Best response
Unfortunately, you don't. There's a hard limit of about 5,000 tiles in view.
Okay I guess. Thanks.