enventor - updated dummy obj design and updated proto sample.

This commit is contained in:
ChunEon Park 2013-08-31 02:03:13 +09:00
parent e7e26cb568
commit dd8d0843b4
3 changed files with 10 additions and 6 deletions

View File

@ -10,6 +10,8 @@ collections {
rel1.relative: 0.0 0.0;
rel2.relative: 0.5 0.5;
image.normal: "logo.png";
aspect: 1 1;
aspect_preference: BOTH;
}
description { state: "hide" 0.0;
inherit: "default" 0.0;

View File

@ -9,7 +9,7 @@ group { name: "swallow";
type: RECT;
repeat_events: 1;
description { state: "default" 0.0;
color: 255 0 0 10;
color: 255 255 255 10;
}
}
part { name: "img";
@ -19,8 +19,10 @@ group { name: "swallow";
image.normal: "swallow.png";
align: 0.5 0.5;
min: 0 0;
max: 60 60;
max: 120 120;
color: 255 255 255 127;
aspect: 1 1;
aspect_preference: BOTH;
}
}
part { name: "frame_l";
@ -30,7 +32,7 @@ group { name: "swallow";
align: 0 0.5;
rel1.relative: 0 0;
rel2.relative: 0 1;
color: 255 0 0 127;
color: 255 0 255 127;
min: 1 0;
fixed: 1 0;
}
@ -42,7 +44,7 @@ group { name: "swallow";
align: 1 0.5;
rel1.relative: 1 0;
rel2.relative: 1 1;
color: 255 0 0 127;
color: 0 255 0 127;
min: 1 0;
fixed: 1 0;
}
@ -54,7 +56,7 @@ group { name: "swallow";
align: 0.5 0;
rel1.relative: 0 0;
rel2.relative: 1 0;
color: 255 0 0 127;
color: 255 0 255 127;
min: 0 1;
fixed: 0 1;
}
@ -66,7 +68,7 @@ group { name: "swallow";
align: 0.5 1;
rel1.relative: 0 1;
rel2.relative: 1 1;
color: 255 0 0 127;
color: 0 0 255 127;
min: 0 1;
fixed: 0 1;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 31 KiB