- Timestamp:
- 11/28/06 10:40:13 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Geom/OgreStuff/media/overlays/Shadows.overlay
r1092 r1812 31 31 width 180 32 32 height 30 33 font_name TrebuchetMSBold33 font_name BlueHighway 34 34 char_height 16 35 35 caption [O] Shadow Technique … … 44 44 width 90 45 45 height 30 46 font_name TrebuchetMSBold46 font_name BlueHighway 47 47 char_height 16 48 48 caption Current: … … 58 58 width 90 59 59 height 30 60 font_name TrebuchetMSBold60 font_name BlueHighway 61 61 char_height 16 62 62 caption [M] Athene Material … … 71 71 width 90 72 72 height 30 73 font_name TrebuchetMSBold73 font_name BlueHighway 74 74 char_height 16 75 75 caption Current: … … 84 84 width 250 85 85 height 30 86 font_name TrebuchetMSBold86 font_name BlueHighway 87 87 char_height 16 88 88 colour_top 0.5 0.7 0.5 … … 91 91 } 92 92 } 93 94 Example/ShadowsOverlay295 {96 zorder 50097 // Stats block98 container BorderPanel(Core/ShadowsPanel2)99 {100 metrics_mode pixels101 vert_align top102 left 5103 top 5104 width 500105 height 55106 material Core/StatsBlockCenter107 border_size 1 1 1 1108 border_material Core/StatsBlockBorder109 border_topleft_uv 0.0000 1.0000 0.0039 0.9961110 border_top_uv 0.0039 1.0000 0.9961 0.9961111 border_topright_uv 0.9961 1.0000 1.0000 0.9961112 border_left_uv 0.0000 0.9961 0.0039 0.0039113 border_right_uv 0.9961 0.9961 1.0000 0.0039114 border_bottomleft_uv 0.0000 0.0039 0.0039 0.0000115 border_bottom_uv 0.0039 0.0039 0.9961 0.0000116 border_bottomright_uv 0.9961 0.0039 1.0000 0.0000117 118 119 element TextArea(Example/Shadows/Info_1)120 {121 metrics_mode pixels122 left 5123 top 5124 width 180125 height 30126 font_name TrebuchetMSBold127 char_height 16128 colour_top 0.5 0.7 0.5129 colour_bottom 0.3 0.5 0.3130 }131 element TextArea(Example/Shadows/Info_2)132 {133 metrics_mode pixels134 left 5135 top 20136 width 90137 height 30138 font_name TrebuchetMSBold139 char_height 16140 colour_top 0.5 0.7 0.5141 colour_bottom 0.3 0.5 0.3142 }143 element TextArea(Example/Shadows/Info_3)144 {145 metrics_mode pixels146 left 5147 top 35148 width 250149 height 30150 font_name TrebuchetMSBold151 char_height 16152 colour_top 0.5 0.7 0.5153 colour_bottom 0.3 0.5 0.3154 }155 }156 }157
Note: See TracChangeset
for help on using the changeset viewer.