Graphics :: Backgrounds
Here you will find scripts for drawing background resources in various ways.
- draw_background_tiled_area(background,x,y,x1,y2,x2,y2)
- Draws a repeated background image, tiled to fill a given region and with a given offset.
- draw_background_tiled_area_ext(background,x,y,x1,y2,x2,y2,color,alpha)
- Draws a repeated background image, tiled to fill a given region and with a given offset.