Advertisement
Guest User

Untitled

a guest
Jun 6th, 2011
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. viewports:
  2. * order (mostly) matters. Setup conditional viewport displays at the start of the skin
  3. * NEVER enable a viewport in a different one
  4. * Use variables to control complex viewport regions (i.e if you have more than one viewport which might end up in a region)
  5.  
  6. images:
  7. * Use bitmap strips in the same order as the conditional you are using them with - this allows %xd(<label>, %<other tag>) short form
  8. * images can be layered but the *load order* defines the draw order, not the order in the skin (This is subject to change in the future though)
  9.  
  10. labels:
  11. * DON'T use single letter labels for everything.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement