File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,6 +117,16 @@ const Title: FC = () => {
117117 < div className = { applyStyle ( 'Title_button_text' , styles . Title_button_text ) } > { t ( 'extra.title' ) } </ div >
118118 </ div >
119119 ) }
120+ < div
121+ className = { applyStyle ( 'Title_button' , styles . Title_button ) }
122+ onClick = { ( ) => {
123+ playSeClick ( ) ;
124+ window . close ( ) ;
125+ } }
126+ onMouseEnter = { playSeEnter }
127+ >
128+ < div className = { applyStyle ( 'Title_button_text' , styles . Title_button_text ) } > { t ( 'exit.title' ) } </ div >
129+ </ div >
120130 </ div >
121131 </ div >
122132 ) }
Original file line number Diff line number Diff line change @@ -149,6 +149,10 @@ const de = {
149149 title : 'EXTRA' ,
150150 subtitle : '' ,
151151 } ,
152+ exit : {
153+ title : 'BEENDEN' ,
154+ subtitle : '' ,
155+ } ,
152156 } ,
153157
154158 gaming : {
Original file line number Diff line number Diff line change @@ -156,6 +156,10 @@ const en = {
156156 title : 'EXTRA' ,
157157 subtitle : '' ,
158158 } ,
159+ exit : {
160+ title : 'EXIT' ,
161+ subtitle : '' ,
162+ } ,
159163 } ,
160164
161165 gaming : {
Original file line number Diff line number Diff line change @@ -149,6 +149,10 @@ const fr = {
149149 title : 'EXTRA' ,
150150 subtitle : '' ,
151151 } ,
152+ exit : {
153+ title : 'QUITTER' ,
154+ subtitle : '' ,
155+ } ,
152156 } ,
153157
154158 gaming : {
Original file line number Diff line number Diff line change @@ -159,6 +159,10 @@ const jp = {
159159 title : '鑑賞モード' ,
160160 subtitle : 'EXTRA' ,
161161 } ,
162+ exit : {
163+ title : 'ゲーム終了' ,
164+ subtitle : 'EXIT' ,
165+ } ,
162166 } ,
163167
164168 gaming : {
Original file line number Diff line number Diff line change @@ -163,6 +163,10 @@ const zhCn = {
163163 title : '鉴赏模式' ,
164164 subtitle : 'EXTRA' ,
165165 } ,
166+ exit : {
167+ title : '退出游戏' ,
168+ subtitle : 'EXIT' ,
169+ } ,
166170 } ,
167171
168172 gaming : {
Original file line number Diff line number Diff line change @@ -163,6 +163,10 @@ const zhTw = {
163163 title : 'CG模式' ,
164164 subtitle : 'EXTRA' ,
165165 } ,
166+ exit : {
167+ title : '退出遊戲' ,
168+ subtitle : 'EXIT' ,
169+ } ,
166170 } ,
167171
168172 gaming : {
You can’t perform that action at this time.
0 commit comments