Loading

Paste #pfnrhbitz

  1. spriteset back_sprites {
  2.   ... pairs for sprites for cargos and orientation ....
  3. }
  4.  
  5. spriteset front_sprites {
  6.   ... pairs for sprites for cargos and orientation ....
  7. }
  8.  
  9. spritelayout concrete_platform_layout {
  10.   ground { sprite: GROUNDSPRITE_TRACK; orientation_offset: -1; }
  11.   building {
  12.     sprite: back_sprites(2 * LOAD_TEMP(0));
  13.     yextent: 4;
  14.   }
  15.   building {
  16.     sprite: front_sprites(2 * LOAD_TEMP(0));
  17.     yoffset: 12;
  18.     yextent: 4;
  19.   }
  20. }

Comments