Changeset 4731


Ignore:
Timestamp:
10/25/08 17:42:28 (5 years ago)
Author:
john_lee
Message:

It's okay to leave the MOD: ILLUME CFG part there. It won't show up
unless user enabled the gadget.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc

    r4729 r4731  
    32493249 
    32503250///////////////////////////////////////////////////////////////////////////// 
    3251 //   /*** MOD: ILLUME CFG ***/ 
    3252 //   /* Mark up this part to hide wrench icon  - Julian */ 
    3253 //   group { name: "e/modules/illume/gadget/cfg"; 
    3254 //      images { 
    3255 //       image: "cfg.png" COMP; 
    3256 //      } 
    3257 //      min: 32 32; 
    3258 //      max: 256 256; 
    3259 //      parts { 
    3260 //       part { name: "base"; 
    3261 //          type: RECT; 
    3262 //          description { state: "default" 0.0; 
    3263 //             color: 0 0 0 0; 
    3264 //             rel1.offset: 0 0; 
    3265 //             rel2.offset: -1 -1; 
    3266 //          } 
    3267 //       } 
    3268 //       part { name: "cfg"; 
    3269 //          mouse_events: 0; 
    3270 //          description { state: "default" 0.0; 
    3271 //             min: 8 8; 
    3272 //             max: 24 24; 
    3273 //             aspect: 1.0 1.0; 
    3274 //             aspect_preference: BOTH; 
    3275 //             align: 0.5 0.5; 
    3276 //             color: 255 255 255 176; 
    3277 //             image.normal: "cfg.png"; 
    3278 //             rel1.to: "base"; 
    3279 //             rel2.to: "base"; 
    3280 //          } 
    3281 //          description { state: "off" 1.0; 
    3282 //             inherit: "default" 0.0; 
    3283 //             visible: 0; 
    3284 //          } 
    3285 //       } 
    3286 //      } 
    3287 //   } 
     3251   /*** MOD: ILLUME CFG ***/ 
     3252   /* Mark up this part to hide wrench icon  - Julian */ 
     3253   group { name: "e/modules/illume/gadget/cfg"; 
     3254      images { 
     3255         image: "cfg.png" COMP; 
     3256      } 
     3257      min: 32 32; 
     3258      max: 256 256; 
     3259      parts { 
     3260         part { name: "base"; 
     3261            type: RECT; 
     3262            description { state: "default" 0.0; 
     3263               color: 0 0 0 0; 
     3264               rel1.offset: 0 0; 
     3265               rel2.offset: -1 -1; 
     3266            } 
     3267         } 
     3268         part { name: "cfg"; 
     3269            mouse_events: 0; 
     3270            description { state: "default" 0.0; 
     3271               min: 8 8; 
     3272               max: 24 24; 
     3273               aspect: 1.0 1.0; 
     3274               aspect_preference: BOTH; 
     3275               align: 0.5 0.5; 
     3276               color: 255 255 255 176; 
     3277               image.normal: "cfg.png"; 
     3278               rel1.to: "base"; 
     3279               rel2.to: "base"; 
     3280            } 
     3281            description { state: "off" 1.0; 
     3282               inherit: "default" 0.0; 
     3283               visible: 0; 
     3284            } 
     3285         } 
     3286      } 
     3287   } 
    32883288 
    32893289///////////////////////////////////////////////////////////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.