11import { Dialog } from 'common/objects/dialog_box' ;
2- import { Sprite } from 'constants' ;
2+ import { Animation , Sprite } from 'constants' ;
33
44export const meltedSnow1_1 : Dialog = [
55 {
6- image : Sprite . PlayerIdle ,
6+ image : Animation . ThinkingDialog ,
77 line1 : [ 'This snow has already melted.' ] ,
88 line2 : [ 'Summer is well underway.' ] ,
9+ autoPlaySecondLine : true ,
910 } ,
1011 {
11- image : Sprite . PlayerIdle ,
12+ image : Animation . ThinkingDialog ,
1213 line1 : [ 'Perhaps other snow masses have' ] ,
1314 line2 : [ 'melted away also.' ] ,
15+ autoPlaySecondLine : true ,
1416 } ,
1517] ;
1618
1719export const meltedSnow1_2 : Dialog = [
1820 {
19- image : Sprite . PlayerIdle ,
21+ image : Animation . ThinkingDialog ,
2022 line1 : [ 'Oh boy...' ] ,
2123 line2 : [ '...you sure do like looking at melted snow.' ] ,
2224 } ,
2325] ;
2426
2527export const meltedSnow1_3 : Dialog = [
2628 {
27- image : Sprite . PlayerIdle ,
29+ image : Animation . ThinkingDialog ,
2830 line1 : [ 'Such melt.' ] ,
2931 line2 : [ 'Very wow.' ] ,
3032 } ,
3133] ;
3234
3335export const meltedSnow2_1 : Dialog = [
3436 {
35- image : Sprite . PlayerIdle ,
37+ image : Animation . ThinkingDialog ,
3638 line1 : [ 'This snow has already melted.' ] ,
3739 line2 : [ '...' ] ,
3840 } ,
3941 {
40- image : Sprite . PlayerIdle ,
41- line1 : [ 'If you were an ice cube...' ] ,
42- line2 : [ "...You'd be really worried about melting right now." ] ,
42+ image : Animation . ThinkingDialog ,
43+ line1 : [ "If you were an ice cube you'd be really" ] ,
44+ line2 : [ 'worried about melting right now.' ] ,
45+ autoPlaySecondLine : true ,
4346 } ,
4447] ;
4548
4649export const meltedSnow2_2 : Dialog = [
4750 {
48- image : Sprite . PlayerIdle ,
51+ image : Animation . ThinkingDialog ,
4952 line1 : [ 'This is snow is so...' ] ,
5053 line2 : [ '...So...' ] ,
5154 } ,
5255 {
53- image : Sprite . PlayerIdle ,
56+ image : Animation . ThinkingDialog ,
5457 line1 : [ '...Soooooo...' ] ,
5558 line2 : [ 'Wet.' ] ,
5659 } ,
5760] ;
5861
5962export const iceCubeIntro : Dialog = [
6063 {
61- image : Sprite . Unknown ,
64+ image : Animation . IceCubeDialog ,
6265 line1 : [ '!!!' ] ,
6366 line2 : [ 'Help!' ] ,
6467 } ,
6568 {
66- image : Sprite . Unknown ,
69+ image : Animation . IceCubeDialog ,
6770 line1 : [ "I'm melting awaaaaayyyyy!" ] ,
6871 line2 : [ 'This summer is super hot!' ] ,
6972 } ,
7073 {
71- image : Sprite . Unknown ,
72- line1 : [ '... ' , '(well ...' ] ,
73- line2 : [ 'hot for the antarctic, anyway) .' ] ,
74+ image : Animation . IceCubeDialog ,
75+ line1 : [ '... ' , 'Well ...' ] ,
76+ line2 : [ 'hot for the antarctic, anyway.' ] ,
7477 } ,
7578 {
76- image : Sprite . Unknown ,
79+ image : Animation . IceCubeDialog ,
7780 line1 : [ "There's gotta be a way to cool" ] ,
7881 line2 : [ 'down in this heat!' ] ,
82+ autoPlaySecondLine : true ,
7983 } ,
8084] ;
8185
8286export const iceCubeNoFans : Dialog = [
8387 {
84- image : Sprite . Unknown ,
88+ image : Animation . IceCubeDialog ,
8589 line1 : [ '...!' ] ,
8690 line2 : [ 'Help me cool down!' ] ,
8791 } ,
8892] ;
8993
9094export const iceCubeOnOneFan : Dialog = [
9195 {
92- image : Sprite . Unknown ,
96+ image : Animation . IceCubeDialog ,
9397 line1 : [ '...Whoa!' ] ,
9498 line2 : [ "That's s much cooler!" ] ,
9599 } ,
96100 {
97- image : Sprite . Unknown ,
101+ image : Animation . IceCubeDialog ,
98102 line1 : [ '...!' ] ,
99103 line2 : [ 'I need to be colder though!' ] ,
100104 } ,
101105] ;
102106
103107export const iceCubeOnTwoFans : Dialog = [
104108 {
105- image : Sprite . Unknown ,
109+ image : Animation . IceCubeDialog ,
106110 line1 : [ '...Whoa!' ] ,
107111 line2 : [ "That's s much cooler!" ] ,
108112 } ,
109113 {
110- image : Sprite . Unknown ,
114+ image : Animation . IceCubeDialog ,
111115 line1 : [ '...!' ] ,
112116 line2 : [ 'Almost cold enough!' ] ,
113117 } ,
114118] ;
115119
116120export const iceCubeOnThreeFans : Dialog = [
117121 {
118- image : Sprite . Unknown ,
122+ image : Animation . IceCubeDialog ,
119123 line1 : [ '...Whoa!' ] ,
120124 line2 : [ '...Yesssssssss!' ] ,
121125 } ,
122126 {
123- image : Sprite . Unknown ,
127+ image : Animation . IceCubeDialog ,
124128 line1 : [ '...!' ] ,
125129 line2 : [ "That's an amazing cool breeze!" ] ,
126130 } ,
127131 {
128- image : Sprite . Unknown ,
132+ image : Animation . IceCubeDialog ,
129133 line1 : [ '...!' ] ,
130134 line2 : [ 'Uh oh' ] ,
131135 } ,
132136 {
133- image : Sprite . Unknown ,
137+ image : Animation . IceCubeDialog ,
134138 line1 : [ '...!' ] ,
135139 line2 : [ "Too much breeze! I'm blowing away!" ] ,
136140 } ,
137141] ;
138142
139143export const youHopeIceCubeIsOkay : Dialog = [
140144 {
141- image : Sprite . Unknown ,
145+ image : Animation . ThinkingDialog ,
142146 line1 : [ '...' ] ,
143147 line2 : [ 'That was unexpected.' ] ,
144148 } ,
145149 {
146- image : Sprite . Unknown ,
147- line1 : [ '... ' , '(You wonder if the ice cube' ] ,
148- line2 : [ 'is sill nice and chilly).' ] ,
150+ image : Animation . ThinkingDialog ,
151+ line1 : [ '...' , 'You wonder if the ice cube' ] ,
152+ line2 : [ 'is sill nice and chilly.' ] ,
153+ autoPlaySecondLine : true ,
149154 } ,
150155] ;
151156
@@ -169,42 +174,60 @@ export const iceCubeAfterPuzzle1: Dialog = [
169174
170175export const iceCubeAfterPuzzle2 : Dialog = [
171176 {
172- image : Sprite . Unknown ,
177+ image : Animation . ThinkingDialog ,
173178 line1 : [ '...' ] ,
174- line2 : [ '( The ice cube seems sufficiently cool.) ' ] ,
179+ line2 : [ 'The ice cube seems sufficiently cool.' ] ,
175180 } ,
176181] ;
177182
178- export const iceCubeWall1 = [
183+ export const iceCubeWall2 = [
179184 {
180- image : Sprite . Unknown ,
185+ image : Animation . ThinkingDialog ,
181186 line1 : [ 'This ice cube wall is in the way.' ] ,
182187 line2 : [ 'Somehow, these ice cubes seem...' ] ,
183188 } ,
184189 {
185- image : Sprite . Unknown ,
190+ image : Animation . ThinkingDialog ,
186191 line1 : [ 'less fiendly than the other one.' ] ,
187192 line2 : [ '...' ] ,
188193 } ,
189194] ;
190195
191- export const iceCubeWall2 = [
196+ export const iceCubeWall1 = [
192197 {
193- image : Sprite . Unknown ,
198+ image : Animation . ThinkingDialog ,
194199 line1 : [ 'This barrier stands between you...' ] ,
195200 line2 : [ 'And giving the plant some water.' ] ,
196201 } ,
197202] ;
198203
199204export const summerFlower = [
200205 {
201- image : Sprite . Unknown ,
206+ image : Animation . ThinkingDialog ,
202207 line1 : [ '...' ] ,
203208 line2 : [ 'The little plant is hanging in there...' ] ,
204209 } ,
205210 {
206- image : Sprite . Unknown ,
211+ image : Animation . ThinkingDialog ,
207212 line1 : [ '...even through summer.' ] ,
208213 line2 : [ 'It looks a little thirsty though!' ] ,
209214 } ,
210215] ;
216+
217+ export const snowCaveIn1 = [
218+ {
219+ image : Animation . ThinkingDialog ,
220+ line1 : [ "Summer hasn't been present long" ] ,
221+ line2 : [ 'enough to melt this barrier.' ] ,
222+ autoPlaySecondLine : true ,
223+ } ,
224+ ] ;
225+
226+ export const snowCaveIn2 = [
227+ {
228+ image : Animation . ThinkingDialog ,
229+ line1 : [ 'Who knows what adventure could lie' ] ,
230+ line2 : [ 'down this path.' ] ,
231+ autoPlaySecondLine : true ,
232+ } ,
233+ ] ;
0 commit comments