If I add an obj with transform on a map element that has an icon_size of 32, the icon gets cut-out:
map element:
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
var/obj/X=new
X.layer=MOB_LAYER
X.appearance_flags=KEEP_TOGETHER | PIXEL_SCALE
X.icon=src.icon
X.overlays+=src.overlays
var/matrix/M = matrix()*5;X.transform = M
X.screen_loc = "mapevent:CENTER"
client.screen += X
Expected Results:
Show the whole icon
Actual Results:
The icon get's cut out
Does the problem occur:
Every time? Or how often? Every time
In other games? Yes
In other user accounts? Yes
On other computers? Yes
When does the problem NOT occur? Never
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.) Idk
Workarounds:
None that I know of