Dummy object: change image for spacer.

This commit is contained in:
Mykyta Biliavskyi 2015-12-23 17:38:52 +09:00
parent ec8e664873
commit d51d9ef663
2 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
images { images {
image: "part_highlight.png" COMP; image: "part_highlight.png" COMP;
image: "swallow.png" COMP; image: "swallow.png" COMP;
image: "spacer_new.png" COMP; image: "live_spacer.png" COMP;
} }
group { name: "swallow"; group { name: "swallow";
@ -81,10 +81,11 @@ group { name: "spacer";
type: IMAGE; type: IMAGE;
repeat_events: 1; repeat_events: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
image.normal: "spacer_new.png"; image.normal: "live_spacer.png";
align: 0.5 0.5; fill.type: TILE;
aspect: 1 1; color: 255 255 255 50;
aspect_preference: BOTH; aspect: 0 0;
aspect_preference: NONE;
} }
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB