bin/live_edit: adjust text template code.

This commit is contained in:
ChunEon Park 2015-02-25 17:02:01 +09:00
parent 4cf2a8677a
commit 61fb69f9da
2 changed files with 10 additions and 9 deletions

View File

@ -31,13 +31,14 @@ group { name: "TEXT_bg";
parts {
part { name: "text";
type: TEXT;
effect: SHADOW;
scale: 1;
effect: FAR_SOFT_SHADOW;
description { state: "default" 0.0;
color: 255 255 255 255;
color3: 0 0 0 128;
color: 0 136 170 255;
color2: 0 136 170 50;
color3: 0 136 170 25;
text {
size: 10;
size: 50;
font: FN;
text: "TEXT";
}

View File

@ -104,17 +104,17 @@ const char *TEMPLATE_PART_TEXT[TEMPLATE_PART_TEXT_LINE_CNT] =
" type: TEXT;<br/>",
" scale: 1;<br/>",
" mouse_events: 1;<br/>",
" effect: SHADOW;<br/>",
" effect: FAR_SOFT_SHADOW;<br/>",
" description { state: \"default\" 0.0;<br/>",
" align: 0.5 0.5;<br/>",
" fixed: 0 0;<br/>",
" min: 0 0;<br/>",
" color: 255 255 255 255;<br/>",
" //color2: 255 255 255 255;<br/>",
" color3: 0 0 0 128;<br/>",
" color: 0 136 170 255;<br/>",
" color2: 0 136 170 50;<br/>",
" color3: 0 136 170 25;<br/>",
" visible: 1;<br/>",
" text {<br/>",
" size: 10;<br/>",
" size: 50;<br/>",
" font: \"Sans\";<br/>",
" text: \"TEXT\";<br/>",
" align: 0.5 0.5;<br/>",