Skip to content

Commit

Permalink
fix: surface definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
tukinami committed Dec 12, 2022
1 parent 2d9cce0 commit e21042f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
42 changes: 41 additions & 1 deletion shell/master/surfaces.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,46 @@ animation0.pattern3,overlay,98,80,0,0
animation0.pattern4,overlay,-1,80,0,0
}

// �����
surface34
{
element0,base,surface0000.png,0,0
element1,overlay,eye-smile.png,0,0
element2,overlay,eyeblow-sad.png,0,0
element3,overlay,mouth-normal.png,0,0

collision0,110,24,235,94,Head
collision1,123,195,227,262,Chest
collision2,200,373,263,453,Hand
}

// ���ʂ̏΂�
surface35
{
element0,base,surface0000.png,0,0
element1,overlay,eye-smile.png,0,0
element2,overlay,eyeblow-funny.png,0,0
element3,overlay,mouth-smile.png,0,0

collision0,110,24,235,94,Head
collision1,123,195,227,262,Chest
collision2,200,373,263,453,Hand
}

// �Ƃ�΂�
surface36
{
element0,base,surface0000.png,0,0
element1,overlay,eye-smile.png,0,0
element2,overlay,eyeblow-sad.png,0,0
element3,overlay,mouth-smile.png,0,0
element4,overlay,shy.png,0,0

collision0,110,24,235,94,Head
collision1,123,195,227,262,Chest
collision2,200,373,263,453,Hand
}

// ===================================================================
// sakura parts
// ===================================================================
Expand Down Expand Up @@ -361,7 +401,7 @@ element0,base,eye-normal.png,0,0
}

// ===================================================================
// sakura parts
// kero parts
// ===================================================================
// ��
// -------------------------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions shell/master/surfacetable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ scope,0
25,��
30,������
31,���C
34,�����
35,���ʂ̏΂�
36,�Ƃ�΂�
}

group,\1
Expand Down

0 comments on commit e21042f

Please sign in to comment.