Changeset 4625


Ignore:
Timestamp:
09/04/08 06:27:31 (5 years ago)
Author:
julian_chu
Message:

[illume-theme-asu] Mark up cfg.png in asu/freerunner.edc
to hide wrench icon.

File:
1 edited

Legend:

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

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