Nextrek
Diff Revisions
1326
vs
1327
for /Furry/data/scenario/system/message_window.ks
|
@@ -4,13 +4,13 @@ |
4 |
4 |
|
|
5 |
5 |
|
|
6 |
6 |
|
|
7 |
|
- |
[position page=fore margint=45 marginl=10 marginr=20 marginb=10 vertical=false opacity="100" color="0x000000" ] |
|
7 |
+ |
[position page=fore margint=45 marginl=25 marginr=20 marginb=10 vertical=false opacity="100" color="0x9987f5" ] |
8 |
8 |
|
|
9 |
9 |
|
|
10 |
|
- |
[ptext name="chara_name_area" layer="message0" color=0xccff00 size=32 x=30 y=880 bold="" edge="undefined" shadow="undefined"] |
|
10 |
+ |
[ptext name="chara_name_area" layer="message0" color=0xfaab00 size=40 x=50 y=892 bold="bold" edge="0x171717" shadow="undefined"] |
11 |
11 |
|
|
12 |
12 |
|
;キャラクターの表示モードに関する定義 |
13 |
|
- |
[chara_config ptext="chara_name_area" pos_mode=true time="600" memory="false" anim="true" effect="easeInQuad" pos_change_time="600" ] |
|
13 |
+ |
[chara_config ptext="chara_name_area" pos_mode=false time="600" memory="false" anim="true" effect="easeInQuad" pos_change_time="600" ] |
14 |
14 |
|
|
15 |
15 |
|
;キャラクターフォーカスなど |
16 |
16 |
|
[chara_config talk_focus="none" ] |
|
@@ -20,8 +20,34 @@ |
20 |
20 |
|
|
21 |
21 |
|
|
22 |
22 |
|
|
|
23 |
+ |
|
|
24 |
+ |
|
|
25 |
+ |
[button role="save" graphic="button/save.png" x="520" y="1050" width="70" height="25" visible="false" ] |
|
26 |
+ |
|
|
27 |
+ |
[button role="load" graphic="button/load.png" x="610" y="1050" width="70" height="25" visible="false" ] |
|
28 |
+ |
|
|
29 |
+ |
[button role="title" graphic="button/title.png" x="700" y="1050" width="70" height="25" visible="false" ] |
|
30 |
+ |
|
|
31 |
+ |
[button role="skip" graphic="button/skip.png" x="880" y="1050" width="70" height="25" visible="false" ] |
|
32 |
+ |
|
|
33 |
+ |
[button role="window" graphic="button/window.png" x="790" y="1050" width="70" height="25" visible="false" ] |
|
34 |
+ |
|
|
35 |
+ |
[button role="auto" graphic="button/auto.png" x="970" y="1050" width="70" height="25" visible="false" ] |
|
36 |
+ |
|
|
37 |
+ |
[button role="quicksave" graphic="button/quicksave.png" x="1060" y="1050" width="70" height="25" visible="false" ] |
|
38 |
+ |
|
|
39 |
+ |
[button role="quickload" graphic="button/quickload.png" x="1150" y="1050" width="70" height="25" visible="false" ] |
|
40 |
+ |
|
|
41 |
+ |
[button role="sleepgame" graphic="button/config.png" x="1240" y="1050" width="70" height="25" visible="false" storage="config.ks"] |
|
42 |
+ |
|
|
43 |
+ |
[button role="fullscreen" graphic="button/fullscreen.png" x="1330" y="1050" width="70" height="25" visible="false" ] |
|
44 |
+ |
|
|
45 |
+ |
|
|
46 |
+ |
|
|
47 |
+ |
|
|
48 |
+ |
|
23 |
49 |
|
;CG・回想用の共通項目 |
24 |
50 |
|
[eval exp="sf._tb_cg_noimage='noimage.png'" ] |
25 |
|
- |
[eval exp="sf._tb_replay_noimage='noimage.png'" ] |
|
51 |
+ |
[eval exp="sf._tb_replay_noimage='ReplayGallery/ReplayNonSbloccato.png'" ] |
26 |
52 |
|
|
27 |
53 |
|
|