Skip to content

Commit

Permalink
v3.04 縦書き対応
Browse files Browse the repository at this point in the history
  • Loading branch information
amuhororo authored Sep 30, 2018
1 parent 3636667 commit e0d3a25
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 18 deletions.
Binary file added image/tip_mark_vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions init.ks
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;【TIPプラグイン ver.3.032018/8/22
;【TIPプラグイン ver.3.042018/9/30
; by hororo http://hororo.wp.xdomain.jp/22/
;
[iscript]
Expand All @@ -14,7 +14,7 @@ TG.kag.tmp.tip = {
"log_se" : mp.log_se || "false", //バックログのTIP に SE を入れるか
"log_plugin" : mp.log_plugin || "false", //バックログプラグインと併用するか
"pagefeed" : mp.pagefeed || "true", //TIPリストをページ分けするか
"pagenum" : mp.pagenum || "auto", //リスト1ページあたりの件数
"pagenum" : mp.pagenum || "auto", //リスト1ページあたりの表示数 "auto"で自動
"tip_clickse" : mp.tip_clickse || "none", //TIPのクリック音
"tip_enterse" : mp.tip_enterse || "none", //TIPにマウスカーソルが乗った時
"tip_leavese" : mp.tip_leavese || "none", //TIPからマウスカーソルが外れた時
Expand All @@ -27,6 +27,7 @@ TG.kag.tmp.tip = {
"navi_clickse" : mp.navi_clickse || "none", //ナビのクリック音
"navi_enterse" : mp.navi_enterse || "none", //ナビにマウスカーソルが乗った時
"navi_leavese" : mp.navi_leavese || "none", //ナビからマウスカーソルが外れた時
"vertical" : mp.vertical || TG.config.vertical, //縦書き表示にするか
"data" : [] //data定義
};

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
【TIPプラグイン ver.3.03a
【TIPプラグイン ver.3.04
http://hororo.wp.xdomain.jp/22/

2018/9/24更新 v470対応版
2018/9/30更新 v470対応版

-------------------------------------------------------------------------------------------------
■ 概要
Expand All @@ -25,6 +25,7 @@ http://hororo.wp.xdomain.jp/22/
 ・バックログからもTIP表示するかを指定できます。※3.00以降
 ・バックログにTIPで指定した。カラー・マーク・SEを反映するか指定できます。※3.00以降
 ・TIP詳細・TIP一覧はhtmlファイルで編集可能です。
 ・縦書き対応。※3.04以降

-------------------------------------------------------------------------------------------------
■ 使い方
Expand Down Expand Up @@ -71,6 +72,7 @@ http://hororo.wp.xdomain.jp/22/
navi_clickse oggファイル none ナビのクリック音
navi_enterse oggファイル none ナビにマウスカーソルが乗った時の音
navi_leavese oggファイル none ナビからマウスカーソルが外れた時の音
vertical true/false config.vertical 縦書きにするか


 ◆ [tip] 用パラメーター
Expand Down Expand Up @@ -182,6 +184,7 @@ http://hororo.wp.xdomain.jp/22/
-------------------------------------------------------------------------------------------------
■ 更新履歴
-------------------------------------------------------------------------------------------------
 2018/09/30 ver3.04 縦書き対応。
 2018/09/24 ver3.03a 解像度変更に自動対応するようCSSを修正。
 2018/08/22 ver3.03 テンプレート読み込みをGETへ修正。
 2018/03/24 ver3.02 セーブ・ロード画面からTIP詳細が開く不具合修正。バックログプラグインと併用時の挙動修正。
Expand Down
Loading

0 comments on commit e0d3a25

Please sign in to comment.