@@ -29,27 +29,39 @@ bg_color = Color(0, 0, 0, 0.133333)
2929resource_name = "show_msg_amazing"
3030tracks/0/type = "value"
3131tracks/0/imported = false
32- tracks/0/enabled = false
33- tracks/0/path = NodePath ("ContMessages/Msg-Amazing:modulate " )
32+ tracks/0/enabled = true
33+ tracks/0/path = NodePath ("ContMessages/Msg-Amazing:visible " )
3434tracks/0/interp = 1
3535tracks/0/loop_wrap = true
3636tracks/0/keys = {
37- "times" : PackedFloat32Array (0 ),
38- "transitions" : PackedFloat32Array (1 ),
39- "update" : 0 ,
40- "values" : [Color ( 1 , 1 , 1 , 1 ) ]
37+ "times" : PackedFloat32Array (0 , 1 ),
38+ "transitions" : PackedFloat32Array (1 , 1 ),
39+ "update" : 1 ,
40+ "values" : [true , false ]
4141}
4242tracks/1/type = "value"
4343tracks/1/imported = false
4444tracks/1/enabled = true
45- tracks/1/path = NodePath ("ContMessages/Msg-Amazing:visible " )
45+ tracks/1/path = NodePath ("ContMessages/Msg-Amazing/RTL-Btm-Amazing:theme_override_font_sizes/normal_font_size " )
4646tracks/1/interp = 1
4747tracks/1/loop_wrap = true
4848tracks/1/keys = {
49- "times" : PackedFloat32Array (0 , 1 ),
50- "transitions" : PackedFloat32Array (1 , 1 ),
51- "update" : 1 ,
52- "values" : [true , false ]
49+ "times" : PackedFloat32Array (0 , 0.5 , 1 ),
50+ "transitions" : PackedFloat32Array (1 , 1 , 1 ),
51+ "update" : 0 ,
52+ "values" : [204 , 240 , 204 ]
53+ }
54+ tracks/2/type = "value"
55+ tracks/2/imported = false
56+ tracks/2/enabled = true
57+ tracks/2/path = NodePath ("ContMessages/Msg-Amazing/RTL-Top-Amazing:theme_override_font_sizes/normal_font_size" )
58+ tracks/2/interp = 1
59+ tracks/2/loop_wrap = true
60+ tracks/2/keys = {
61+ "times" : PackedFloat32Array (0 , 0.5 , 1 ),
62+ "transitions" : PackedFloat32Array (1 , 1 , 1 ),
63+ "update" : 0 ,
64+ "values" : [204 , 240 , 204 ]
5365}
5466
5567[sub_resource type ="AnimationLibrary" id ="AnimationLibrary_htlur" ]
@@ -77,6 +89,9 @@ grow_horizontal = 2
7789grow_vertical = 2
7890theme_override_styles/panel = SubResource ("StyleBoxFlat_103kv" )
7991
92+ [node name ="AudioGemMove" type ="AudioStreamPlayer" parent ="." ]
93+ stream = ExtResource ("8_7jpwb" )
94+
8095[node name ="ContTopClouds" type ="Control" parent ="." ]
8196layout_mode = 3
8297anchors_preset = 0
@@ -326,9 +341,6 @@ theme_override_styles/panel = SubResource("StyleBoxFlat_103kv")
326341[node name ="Board" parent ="ContBoard" instance =ExtResource ("2_2ltbx" )]
327342position = Vector2 (500 , 250 )
328343
329- [node name ="AudioGemMove" type ="AudioStreamPlayer" parent ="." ]
330- stream = ExtResource ("8_7jpwb" )
331-
332344[node name ="BtnNewGame" type ="TextureButton" parent ="." ]
333345offset_left = 1600.0
334346offset_top = 250.0
@@ -390,12 +402,6 @@ text = "CHECKERED"
390402horizontal_alignment = 1
391403vertical_alignment = 1
392404
393- [node name ="AnimationPlayer" type ="AnimationPlayer" parent ="." ]
394- libraries = {
395- "" : SubResource ("AnimationLibrary_htlur" )
396- }
397- autoplay = "show_msg_amazing"
398-
399405[node name ="ContMessages" type ="Control" parent ="." ]
400406custom_minimum_size = Vector2 (2000 , 230 )
401407layout_mode = 3
@@ -405,6 +411,13 @@ offset_right = 2000.0
405411offset_bottom = 770.0
406412mouse_filter = 2
407413
414+ [node name ="AnimationPlayer" type ="AnimationPlayer" parent ="ContMessages" ]
415+ root_node = NodePath ("../.." )
416+ libraries = {
417+ "" : SubResource ("AnimationLibrary_htlur" )
418+ }
419+ autoplay = "show_msg_amazing"
420+
408421[node name ="Msg-Amazing" type ="Control" parent ="ContMessages" ]
409422visible = false
410423custom_minimum_size = Vector2 (2000 , 230 )
@@ -435,6 +448,7 @@ offset_bottom = 144.0
435448grow_horizontal = 2
436449grow_vertical = 2
437450theme = ExtResource ("18_p5dta" )
451+ theme_override_font_sizes/normal_font_size = 204
438452bbcode_enabled = true
439453text = "[center]Amazing![/center]"
440454fit_content = true
@@ -455,6 +469,7 @@ offset_bottom = 144.0
455469grow_horizontal = 2
456470grow_vertical = 2
457471theme = ExtResource ("17_j7spk" )
472+ theme_override_font_sizes/normal_font_size = 204
458473bbcode_enabled = true
459474text = "[center]Amazing![/center]"
460475fit_content = true
0 commit comments