Advertisement
Xeeynamo

Advanced INI

Jan 13th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; [section]
  2. ; identifier = "string"
  3. ; numericValue = 0
  4. ; arrayValues = (1, 2, 3)
  5. ; classExample = $section2
  6. ; [inheritance : section]
  7. ; idea = "xeeynamo"
  8. ; otherinfo = "http://twitter.com/xeeynamo"
  9.  
  10. [Button]
  11. ImageCount = 4
  12. StyleNormal = 0
  13. StyleHover = 1
  14. StylePressed = 2
  15. StyleDisabled = 3
  16.  
  17. [Dialog]
  18. CloseButton = $DialogButtonClose
  19.  
  20. [DialogButton : Button]
  21. RectContent = (0, 0, 0, 0)
  22. RectResize = (2, 2, 7, 7)
  23.  
  24. [DialogButtonClose : DialogButton]
  25. Image = "DialogButtonClose.GFX"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement