anime_draw_object() function
Blend Foreground object 'object', with background object 'buffer' shifted by position (pos_x, pos_y) @ destination address in 'buffer' + (pos_x, pos_y)
Arguments
pos_x
Position of offset X drawing in the destination buffer
pos_y
Position of offset Y drawing in the destination buffer
transparency
Draw object 'object' in destination buffer 'buffer' shifted by pos_x, pos_y with this opacity parameter.
buffer
Destination buffer of the drawing.
Return value
None