Skip to content

Instantly share code, notes, and snippets.

@nagat01
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nagat01/dbd041ba1ea910a34464 to your computer and use it in GitHub Desktop.
Save nagat01/dbd041ba1ea910a34464 to your computer and use it in GitHub Desktop.
**** ファビコンの変更
OneDrive内の icon.png を
itsukaze/img/icon.png という風に配置する
itsukazeフォルダ内の index.html, story.html, character.html, download.html, spec.html の
headタグ内のtitleタグの次の行に、
<link rel="icon" type="image/png" href="./img/icon.png">
という記述をする。
**** インデントの修正方法
chara.ks 内の 249行目あたり pnふたり タグを定義している部分の [endindent] という記述を [indent] に書き換える
main.ks 内の 122行目あたり
var w = tf.isWeb ? 24 : 12
var w = 12
に書き換える
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment