fix: autoplay disabled on cards and stickies
This commit is contained in:
commit
7ba13a9093
|
|
@ -23,7 +23,6 @@ shape = SubResource("RectangleShape2D_mai6h")
|
|||
scale = Vector2(0.6, 0.6)
|
||||
sprite_frames = ExtResource("2_mai6h")
|
||||
animation = &"youth"
|
||||
autoplay = "youth"
|
||||
|
||||
[node name="Label" type="Label" parent="." unique_id=1847219475]
|
||||
anchors_preset = 15
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ _data = {
|
|||
&"unfitting_de": SubResource("Animation_ni75f")
|
||||
}
|
||||
|
||||
[node name="board" type="PanelContainer" unique_id=1918739914]
|
||||
[node name="board" type="PanelContainer" unique_id=699828343]
|
||||
material = SubResource("ShaderMaterial_ttqei")
|
||||
clip_contents = true
|
||||
anchors_preset = 15
|
||||
|
|
@ -162,15 +162,16 @@ mouse_filter = 2
|
|||
theme_override_styles/panel = SubResource("StyleBoxFlat_m1g7s")
|
||||
script = ExtResource("3_8v4c4")
|
||||
|
||||
[node name="CardboardBox" type="TextureRect" parent="." unique_id=1501899939]
|
||||
[node name="CardboardBox" type="TextureRect" parent="." unique_id=450836053]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
clip_contents = true
|
||||
layout_direction = 3
|
||||
layout_mode = 2
|
||||
texture = ExtResource("11_ni75f")
|
||||
expand_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="CardboardBox" unique_id=419128415]
|
||||
[node name="Label" type="Label" parent="CardboardBox" unique_id=1585163137]
|
||||
layout_mode = 0
|
||||
offset_right = 274.0
|
||||
offset_bottom = 99.416664
|
||||
|
|
@ -181,28 +182,28 @@ theme_override_fonts/font = ExtResource("12_2qppy")
|
|||
theme_override_font_sizes/font_size = 70
|
||||
text = "take away "
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=1164138611]
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=1779220923]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="CardZone" type="Control" parent="HBoxContainer" unique_id=613220852]
|
||||
[node name="CardZone" type="Control" parent="HBoxContainer" unique_id=31777376]
|
||||
unique_name_in_owner = true
|
||||
self_modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="NoteZone" type="Control" parent="HBoxContainer" unique_id=1638577466]
|
||||
[node name="NoteZone" type="Control" parent="HBoxContainer" unique_id=92501430]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(400, 0)
|
||||
layout_mode = 2
|
||||
mouse_filter = 1
|
||||
|
||||
[node name="Timer" type="Timer" parent="." unique_id=101188920]
|
||||
[node name="Timer" type="Timer" parent="." unique_id=1859393351]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1313687243]
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1500839195]
|
||||
libraries/ = SubResource("AnimationLibrary_htay1")
|
||||
|
||||
[node name="LisaFeedback" type="AudioStreamPlayer" parent="AnimationPlayer" unique_id=1483412012]
|
||||
[node name="LisaFeedback" type="AudioStreamPlayer" parent="AnimationPlayer" unique_id=1898412235]
|
||||
volume_db = 10.0
|
||||
mix_target = 2
|
||||
bus = &"text"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ position = Vector2(99.5, 0)
|
|||
scale = Vector2(0.65, 0.65)
|
||||
sprite_frames = ExtResource("2_260t4")
|
||||
animation = &"youth"
|
||||
autoplay = "youth"
|
||||
|
||||
[node name="Label" type="Label" parent="Content" unique_id=1176239183]
|
||||
anchors_preset = 8
|
||||
|
|
|
|||
Loading…
Reference in New Issue