BasicOgreGuiTemplates.inc
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. // Ogre overlay scripts
  2. template container BorderPanel(SS/Templates/BasicBorderPanel)
  3. {
  4. left 0
  5. top 0
  6. width 1
  7. height 1
  8. material Core/StatsBlockCenter
  9.      border_size 0.06 0.06 0.06665 0.06665
  10.      border_material Core/StatsBlockBorder
  11.      border_topleft_uv     0.0000 0.0000 0.1914 0.2031
  12. border_top_uv         0.1914 0.0000 0.8086 0.2031
  13. border_topright_uv    0.8086 0.0000 1.0000 0.2031
  14. border_left_uv        0.0000 0.2031 0.1914 0.7852
  15. border_right_uv       0.8086 0.2031 1.0000 0.7852
  16. border_bottomleft_uv  0.0000 0.7852 0.1914 1.0000
  17.         border_bottom_uv      0.1914 0.7852 0.8086 1.0000
  18. border_bottomright_uv 0.8086 0.7852 1.0000 1.0000
  19. }
  20. template container BorderPanel(SS/Templates/BasicSmallBorderPanel) : SS/Templates/BasicBorderPanel
  21. {
  22.     border_size 0.04 0.04 0.04665 0.04665
  23. }
  24. template element TextArea(SS/Templates/BasicText)
  25. {
  26. font_name Ogre
  27. char_height 0.08
  28. colour_top 1 1 0
  29. colour_bottom 1 0.2 0.2
  30. left 0.03
  31. top 0.02
  32. width 0.12
  33. height 0.09
  34. }
  35. template container Panel(SS/Templates/BasicPanel)
  36. {
  37. left 0 
  38. top 0
  39. width 1
  40. height 1
  41. material Core/StatsBlockCenter
  42. }