To replace the standard black bars on side, that appear if the room/view size do not match the device size (resolution), do below
This will tile the image as a background across the entire screen
- Create a sprite with an image that can be tiled. ex: spr_tile_bg
- Create a object and place in room
- The object created should have just one event, "Pre-Draw" with this line draw_sprite_tiled(spr_tile_bg, 0, 0, 0);
This will tile the image as a background across the entire screen
No comments:
Post a Comment