Loading

Paste #pc8ozzfzv

  1. spriteset(stationset2, "src/gfx/cc_build.png") { tmpl_buildingsprites(1, 1) }
  2. spriteset(stationset3, "src/gfx/cc_build.png") { tmpl_buildingsprites(1, 2) }
  3. spriteset(stationset4, "src/gfx/cc_build.png") { tmpl_buildingsprites(1, 3) }
  4.  
  5. spritegroup spritegroup2 {
  6.   little: [ stationset2 ];
  7.   lots:   [ stationset3, stationset4 ];
  8. }
  9.  
  10. spritelayout stationlayout2 {
  11.   ground {
  12.     sprite: spritegroup2(slope, 19+slope);
  13.   }
  14.   building {
  15.     sprite: spritegroup2(2*19+slope, 3*19+slope)
  16.   }
  17. }

Version history

Revision # Author Created at
pbyx7xrcu Anonymous 09 Jan 2015, 16:17:16 UTC Diff
psr55uqpc Anonymous 09 Jan 2015, 15:37:17 UTC Diff

Comments