Loading

Paste #pdxbuai2y

  1. grf {
  2.     grfid:                  "MI\02\04";
  3.     name:                   string(STR_GRF_NAME);
  4.     desc:                   string(STR_GRF_DESCRIPTION);
  5.     version:                1;
  6.     min_compatible_version: 1;
  7. }
  8.  
  9.  
  10. template template_PLACEHOLDER () {
  11.     [0,     0,      64,     64,     -32, -32]
  12.     [0,     0,      64,     64,     -32, -32]
  13.     [0,     0,      64,     64,     -32, -32]
  14.     [0,     0,      64,     64,     -32, -32]
  15.     [0,     0,      64,     64,     -32, -32]
  16.     [0,     0,      64,     64,     -32, -32]
  17.     [0,     0,      64,     64,     -32, -32]
  18.     [0,     0,      64,     64,     -32, -32]
  19.     [0,     0,      64,     64,     -32, -32]
  20.     [0,     0,      64,     64,     -32, -32]
  21.     [0,     0,      64,     64,     -32, -32]
  22.     [0,     0,      64,     64,     -32, -32]
  23.     [0,     0,      64,     64,     -32, -32]
  24.     [0,     0,      64,     64,     -32, -32]
  25.     [0,     0,      64,     64,     -32, -32]
  26.     [0,     0,      64,     64,     -32, -32]
  27.     [0,     0,      64,     64,     -32, -32]
  28.     [0,     0,      64,     64,     -32, -32]
  29. }
  30.  
  31.  
  32. template template_trafficlights() {
  33.    
  34.     [0,     0,        20,    20,       -10,     -10,   ]
  35.     [32,    0,        31,    31,       -15,     -15,   ]
  36.     [0,     300,      286,    300,     -143,    -150,  ]
  37.     [286,   300,      286,    300,     -143,    -150,  ]
  38.     [572,   300,      286,    300,     -143,    -150,  ]
  39.     [858,   300,      286,    300,     -143,    -150,  ]
  40.     [0,     600,      286,    300,     -143,    -150,  ]
  41.     [286,   600,      286,    300,     -143,    -150,  ]
  42.     [572,   600,      286,    300,     -143,    -150,  ]
  43.     [858,   600,      286,    300,     -143,    -150,  ]
  44.     [0,     900,      286,    300,     -143,    -150,  ]
  45.     [286,   900,      286,    300,     -143,    -150,  ]
  46.     [572,   900,      286,    300,     -143,    -150,  ]
  47.     [858,   900,      286,    300,     -143,    -150,  ]
  48.     [0,     1200,     286,    300,     -143,    -150,  ]
  49.     [286,   1200,     286,    300,     -143,    -150,  ]
  50.     [572,   1200,     286,    300,     -143,    -150,  ]
  51.     [858,   1200,     286,    300,     -143,    -150,  ]
  52. }
  53.  
  54.  
  55.  
  56.  
  57. spriteset (spriteset_semafory, "gfx/PLACEHOLDER.png") {
  58.     template_PLACEHOLDER()
  59. }
  60.  
  61. alternative_sprites(spriteset_semafory, ZOOM_LEVEL_IN_4X, BIT_DEPTH_32BPP, "gfx/semafory.png") {
  62.     template_trafficlights()
  63. }

Comments