Loading

Paste #pskqo3edu

  1. Tile surface sprite sub-block
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. In several game blocks you can find a set of sprite for the ground. Below is
  4. the layout of such a sub-block.
  5. Note that the sprites should look to the north (thus, the sprite at 4 has its
  6. back corner up).
  7.  
  8. The suffix is added to denote a specific sprite in a sequence inside another block.
  9.  
  10. ======  ======  =======  ======  ===========================================================================
  11. Offset  Length  Version  Suffix  Description
  12. ======  ======  =======  ======  ===========================================================================
  13.    0       4      1-     #       Flat surface tile.
  14.    4       4      1-     #n      North corner up.
  15.    8       4      1-     #e      East corner up.
  16.   12       4      1-     #ne     North, east corners up.
  17.   16       4      1-     #s      South corner up.
  18.   20       4      1-     #ns     North, south corners up.
  19.   24       4      1-     #es     East, south corners up.
  20.   28       4      1-     #nes    North, east, south corners up.
  21.   32       4      1-     #w      West corner up.
  22.   36       4      1-     #nw     West, north corners up.
  23.   40       4      1-     #ew     West, east corners up.
  24.   44       4      1-     #new    West, north, east corners up.
  25.   48       4      1-     #sw     West, south corners up.
  26.   52       4      1-     #nsw    West, north, south corners up.
  27.   56       4      1-     #esw    West, east, south corners up.
  28.   60       4      1-     #Nb     Steep north slope (bottom part).
  29.   64       4      1-     #Eb     Steep east slope  (bottom part).
  30.   68       4      1-     #Sb     Steep south slope (bottom part).
  31.   72       4      1-     #Wb     Steep west slope  (bottom part).
  32.   76       4      2-     #Nt     Steep north slope (top part).
  33.   80       4      2-     #Et     Steep east slope  (top part).
  34.   84       4      2-     #St     Steep south slope (top part).
  35.   88       4      2-     #Wt     Steep west slope  (top part).
  36.   92                             Total length of the sub-block.
  37. ======  ======  =======  ======  ===========================================================================

Comments