Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii committed May 29, 2022
1 parent ebac2f0 commit ff03d09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.lua text eol=crlf linguist-language=Lua working-tree-encoding=cp932
*.obj text eol=crlf linguist-language=Lua working-tree-encoding=cp932
*.anm text eol=crlf linguist-language=Lua working-tree-encoding=cp932
*.scn text eol=crlf linguist-language=Lua working-tree-encoding=cp932
*.cam text eol=crlf linguist-language=Lua working-tree-encoding=cp932
*.tra text eol=crlf linguist-language=Lua working-tree-encoding=cp932
10 changes: 5 additions & 5 deletions script/Bevel_And_Emboss_M.anm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--track0:α閾値,1,254,206,1
--track1:幅,0,150,20
--track2:角度,-360,360,60
--track3:高度,0,90,0
--dialog:スタイル[0-15],local style=1;ぼかし,local blur=0;ハイライト色/col,local col1=0xffffff;合成モード,local ble1=4;不透明度,local alp1=100;シャドウ色/col,local col2=0x000000;合成モード,local ble2=3;不透明度,local alp2=100;背景色/col,local bgcol=0x808080;参照輪郭ぼかし,local preblur=2;直線判定閾値,local isline=0.1;
--track0:α閾値,1,254,206,1
--track1:幅,0,150,20
--track2:角度,-360,360,60
--track3:高度,0,90,0
--dialog:スタイル[0-15],local style=1;ぼかし,local blur=0;ハイライト色/col,local col1=0xffffff;合成モード,local ble1=4;不透明度,local alp1=100;シャドウ色/col,local col2=0x000000;合成モード,local ble2=3;不透明度,local alp2=100;背景色/col,local bgcol=0x808080;参照輪郭ぼかし,local preblur=2;直線判定閾値,local isline=0.1;

col1 = col1 or 0xffffff
col2 = col2 or 0x000000
Expand Down

0 comments on commit ff03d09

Please sign in to comment.