Ignore:
Timestamp:
11/28/06 10:40:13 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Geom/OgreStuff/media/overlays/Shadows.overlay

    r1092 r1812  
    3131                        width 180 
    3232                        height 30 
    33                         font_name TrebuchetMSBold 
     33                        font_name BlueHighway 
    3434                        char_height 16 
    3535                        caption [O] Shadow Technique 
     
    4444                        width 90 
    4545                        height 30 
    46                         font_name TrebuchetMSBold 
     46                        font_name BlueHighway 
    4747                        char_height 16 
    4848                        caption Current: 
     
    5858                        width 90 
    5959                        height 30 
    60                         font_name TrebuchetMSBold 
     60                        font_name BlueHighway 
    6161                        char_height 16 
    6262                        caption [M] Athene Material 
     
    7171                        width 90 
    7272                        height 30 
    73                         font_name TrebuchetMSBold 
     73                        font_name BlueHighway 
    7474                        char_height 16 
    7575                        caption Current: 
     
    8484                        width 250 
    8585                        height 30 
    86                         font_name TrebuchetMSBold 
     86                        font_name BlueHighway 
    8787                        char_height 16 
    8888                        colour_top 0.5 0.7 0.5 
     
    9191        } 
    9292} 
    93  
    94 Example/ShadowsOverlay2 
    95 { 
    96         zorder 500 
    97         // Stats block 
    98         container BorderPanel(Core/ShadowsPanel2) 
    99         { 
    100                 metrics_mode pixels 
    101                 vert_align top 
    102                 left 5  
    103                 top 5 
    104                 width 500 
    105                 height 55 
    106                 material Core/StatsBlockCenter 
    107                 border_size 1 1 1 1 
    108                 border_material Core/StatsBlockBorder 
    109                 border_topleft_uv     0.0000 1.0000 0.0039 0.9961 
    110                 border_top_uv         0.0039 1.0000 0.9961 0.9961 
    111                 border_topright_uv    0.9961 1.0000 1.0000 0.9961 
    112                 border_left_uv        0.0000 0.9961 0.0039 0.0039 
    113                 border_right_uv       0.9961 0.9961 1.0000 0.0039 
    114                 border_bottomleft_uv  0.0000 0.0039 0.0039 0.0000 
    115                 border_bottom_uv      0.0039 0.0039 0.9961 0.0000 
    116                 border_bottomright_uv 0.9961 0.0039 1.0000 0.0000 
    117  
    118  
    119                 element TextArea(Example/Shadows/Info_1) 
    120                 { 
    121                         metrics_mode pixels 
    122                         left 5 
    123                         top 5 
    124                         width 180 
    125                         height 30 
    126                         font_name TrebuchetMSBold 
    127                         char_height 16 
    128                         colour_top 0.5 0.7 0.5 
    129                         colour_bottom 0.3 0.5 0.3 
    130                 } 
    131                 element TextArea(Example/Shadows/Info_2) 
    132                 { 
    133                         metrics_mode pixels 
    134                         left 5 
    135                         top 20 
    136                         width 90 
    137                         height 30 
    138                         font_name TrebuchetMSBold 
    139                         char_height 16 
    140                         colour_top 0.5 0.7 0.5 
    141                         colour_bottom 0.3 0.5 0.3 
    142                 } 
    143                 element TextArea(Example/Shadows/Info_3) 
    144                 { 
    145                         metrics_mode pixels 
    146                         left 5 
    147                         top 35 
    148                         width 250 
    149                         height 30 
    150                         font_name TrebuchetMSBold 
    151                         char_height 16 
    152                         colour_top 0.5 0.7 0.5 
    153                         colour_bottom 0.3 0.5 0.3 
    154                 } 
    155         } 
    156 } 
    157  
Note: See TracChangeset for help on using the changeset viewer.