client
screen_limit_min_x = 1
screen_limit_max_x = 10
screen_limit_min_y = 1
screen_limit_max_y = 10
verb/test()
var/obj/o = new
o.screen_loc = "0,0"
screen += o // the view will not be altered to accomodate o due to the limiting vars
ID:1425155
![]() Nov 18 2013, 8:07 pm
|
|||||||
Redundant
| |||||||
Currently, when an object's screen_loc places it outside the boundaries of client.view, the screen's limits are altered to accommodate it. Request: A set of variables to indicate the limit to which the view is allowed to stretch. e.g.
|
Metamorphman wrote:
Cheers. The view doesn't stretch in those two scenarios. Yeah, I'd figured out the transform one when the feature first came out. The large pixel offset one, though, I hadn't tested thoroughly, as I only use it in multiple-map scenarios. Seems to make sense, though, in a weird sort of way. To be honest, I'm not sure why anybody would use the 4:16 format when 1:144 would work just fine, and in some cases, be preferable. |
Let me know if the behavior is consistent for these two cases, would you?