File tree Expand file tree Collapse file tree 4 files changed +164
-253
lines changed Expand file tree Collapse file tree 4 files changed +164
-253
lines changed Original file line number Diff line number Diff line change 135
135
"@types/xml2js" : " ^0.4.11" ,
136
136
"babel-jest" : " ^29.7.0" ,
137
137
"buffer" : " ^6.0.3" ,
138
- "canvas" : " ^2.11.2 " ,
138
+ "canvas" : " ^3.1.0 " ,
139
139
"constants-browserify" : " ^1.0.0" ,
140
140
"coveralls" : " ^3.1.1" ,
141
141
"cross-env" : " ^7.0.3" ,
162
162
"stream-browserify" : " ^3.0.0" ,
163
163
"stream-http" : " ^3.2.0" ,
164
164
"timers-browserify" : " ^2.0.12" ,
165
- "typescript" : " ^5.5.3 " ,
165
+ "typescript" : " ^5.8.2 " ,
166
166
"typescript-eslint" : " ^8.1.0" ,
167
167
"url" : " ^0.11.1" ,
168
168
"webpack-bundle-analyzer" : " ^4.9.0"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default class DialogueGenerator {
14
14
*/
15
15
public constructor ( dialogueContent : DialogueObject ) {
16
16
this . dialogueContent = dialogueContent ;
17
- this . currPart = dialogueContent . keys ( ) . next ( ) . value ;
17
+ this . currPart = dialogueContent . keys ( ) . next ( ) . value || '' ;
18
18
this . currLineNum = 0 ;
19
19
}
20
20
Original file line number Diff line number Diff line change 629
629
color : white ;
630
630
display : flex ;
631
631
flex-direction : column ;
632
- height : $view-height / 3 ;
632
+ height : calc ( $view-height / 3 ) ;
633
633
justify-content : center ;
634
634
margin : 1em auto ;
635
635
width : $view-width ;
You can’t perform that action at this time.
0 commit comments