terminology shine - make it much higher resolution than before

fixes T2154
This commit is contained in:
Carsten Haitzler 2015-03-24 08:37:45 +09:00
parent e6c45c593d
commit df96e87350
7 changed files with 24 additions and 8 deletions

View File

@ -200,7 +200,6 @@ collections {
group { name: "terminology/background";
images {
image: "bg_bevel.png" COMP;
image: "bg_shine.png" COMP;
image: "bg_glint.png" COMP;
image: "bg_glow_in.png" COMP;
image: "bg_led_glow.png" COMP;
@ -233,6 +232,13 @@ collections {
image { image: "bg_shadow2.png" COMP; size: 200 150 400 300; }
image { image: "bg_shadow3.png" COMP; size: 400 300 99999 99999; }
}
set { name: "bg_shine";
image { image: "bg_shine5.png" COMP; size: 0 0 256 120; }
image { image: "bg_shine4.png" COMP; size: 256 120 512 240; }
image { image: "bg_shine3.png" COMP; size: 512 240 1024 480; }
image { image: "bg_shine2.png" COMP; size: 1024 480 2048 960; }
image { image: "bg_shine.png" COMP; size: 2048 960 99999 99999; }
}
sounds {
sample { name: "bell" LOSSY 64;
source: "bell.wav";
@ -665,10 +671,10 @@ collections {
description { state: "default" 0.0;
rel1.offset: 0 0;
rel2.offset: -1 -1;
image.normal: "bg_shine.png";
image.normal: "bg_shine";
fill.smooth: 0;
align: 0.5 0.0;
aspect: (255/120) (255/120);
aspect: (256/120) (256/120);
aspect_preference: HORIZONTAL;
color: 255 255 255 64;
}
@ -1481,10 +1487,10 @@ collections {
fixed: 1 1;
rel1.to: "terminology.popmedia";
rel2.to: "terminology.popmedia";
image.normal: "bg_shine.png";
image.normal: "bg_shine";
fill.smooth: 0;
align: 0.5 0.0;
aspect: (255/120) (255/120);
aspect: (256/120) (256/120);
aspect_preference: HORIZONTAL;
visible: 0;
}
@ -3432,7 +3438,6 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; target: "3.clip"; target:
group { name: "terminology/sel/item";
images {
image: "bg_bevel.png" COMP;
image: "bg_shine.png" COMP;
image: "bg_glint.png" COMP;
image: "pm_shadow.png" COMP;
image: "cr_glow.png" COMP;
@ -3441,6 +3446,13 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; target: "3.clip"; target:
image: "bg_led.png" COMP;
image: "bg_led_strobe.png" COMP;
}
set { name: "bg_shine";
image { image: "bg_shine5.png" COMP; size: 0 0 256 120; }
image { image: "bg_shine4.png" COMP; size: 256 120 512 240; }
image { image: "bg_shine3.png" COMP; size: 512 240 1024 480; }
image { image: "bg_shine2.png" COMP; size: 1024 480 2048 960; }
image { image: "bg_shine.png" COMP; size: 2048 960 99999 99999; }
}
parts {
////////////////////////////////////////////////////////////////////
// base background and selection image
@ -3630,10 +3642,10 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; target: "3.clip"; target:
fixed: 1 1;
rel1.to: "terminology.content";
rel2.to: "terminology.content";
image.normal: "bg_shine.png";
image.normal: "bg_shine";
fill.smooth: 0;
align: 0.5 0.0;
aspect: (255/120) (255/120);
aspect: (256/120) (256/120);
aspect_preference: HORIZONTAL;
}
}

View File

@ -4,6 +4,10 @@ ab_base.png \
ab_shell.png \
bg_bevel.png \
bg_shine.png \
bg_shine2.png \
bg_shine3.png \
bg_shine4.png \
bg_shine5.png \
bg_glint.png \
bg_glow_in.png \
bg_led.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB