You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oDrillWall_Draw_...

10 lines
455 B

if (tileset == 0)
{
draw_background_part(tlRock3A, 64, 208, 16, 32, (x - 16), (y - 16))
draw_background_part(tlRock3A, 112, 176, 16, 16, x, y)
draw_background_part(tlRock3A, 32, 0, 32, 64, (x - 16), (y + 16))
draw_background_part(tlRock3A, 112, 192, 16, 16, x, (y + 80))
draw_background_part_ext(tlRock3A, 96, 208, 32, 16, x, (y - 16), 20, 1, -1, 1)
draw_background_part_ext(tlRock3A, 96, 208, 32, 16, (x + 16), y, 20, 6, -1, 1)
}