Loading

template

  1. template template_32bpp_engine8(x) {
  2.     //[left_x,  upper_y,    width,     height,     offset_x,     offset_y]
  3.     [ 128, 128*x,  128, 128,  -64, -64]
  4.     [ 256, 128*x, 128, 128, -64, -64]
  5.     [ 384, 128*x, 128, 128, -64, -64]
  6.     [ 512, 128*x, 128, 128,  -64, -64]
  7.     [ 640, 128*x,  128, 128,  -64, -64]
  8.     [ 768, 128*x, 128, 128, -64, -64]
  9.     [ 896, 128*x, 128, 128, -64, -64]
  10.     [ 1024,128*x, 128, 128,  -64, -64]
  11. }

Comments