Enlightenment CVS committal Author : davemds Project : e_modules Module : penguins
Dir : e_modules/penguins/themes/default Modified Files: default.edc Log Message: * New action: angel * Add angel animation to default theme * Make custom action also on the desktop floor =================================================================== RCS file: /cvs/e/e_modules/penguins/themes/default/default.edc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- default.edc 22 Nov 2007 02:36:48 -0000 1.3 +++ default.edc 22 Nov 2007 05:07:38 -0000 1.4 @@ -124,6 +124,11 @@ image: "reader9.png" FRAME; image: "reader10.png" FRAME; image: "reader11.png" FRAME; + + image: "angel0.png" FRAME; + image: "angel1.png" FRAME; + image: "angel2.png" FRAME; + image: "angel3.png" FRAME; } data { @@ -148,6 +153,7 @@ item: "Bomber" "32 32 0"; item: "Splatter" "30 30 0"; item: "Flyer" "30 30 200"; + item: "Angel" "44 30 100"; //This is an optional action /************************************************************** * Custom actions definitions. @@ -493,6 +499,16 @@ } description { + state: "angel" 0.0; + image { + normal: "angel0.png"; + tween: "angel1.png"; + tween: "angel2.png"; + tween: "angel3.png"; + } + } + description + { state: "custom_1" 0.0; image { normal: "digger0.png"; @@ -855,6 +871,27 @@ { name: "splatting_done"; action: SIGNAL_EMIT "splatting_done" "edje"; + } + /**************************** + * Angel (optional) + ****************************/ + program + { + name: "start_angel"; + signal: "start_angel"; + source: "epenguins"; + action: STATE_SET "angel" 0.0; + transition: LINEAR 0; + target: "penguins"; + after: "angel"; + } + program + { + name: "angel"; + action: STATE_SET "angel" 0.0; + transition: LINEAR 0.5; + target: "penguins"; + after: "angel"; } /***************************************** * Customs programs ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs