game: add bleed

This commit is contained in:
2025-08-22 20:50:11 +02:00
parent 0dada63709
commit 6fff2dd9a3
15 changed files with 163 additions and 28 deletions

View File

@@ -90,20 +90,25 @@ wait_time = 0.5
shape = SubResource("CircleShape2D_pkqou")
max_results = 2
[node name="Label" type="Label" parent="."]
anchors_preset = 7
[node name="HBoxContainer" type="HBoxContainer" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 1.0
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -85.5
offset_top = 5.0
offset_right = 85.5
offset_bottom = 28.0
anchor_bottom = 0.5
offset_left = -53.0
offset_right = 53.0
offset_bottom = 40.0
grow_horizontal = 2
grow_vertical = 0
grow_vertical = 2
[node name="EffectContainer" type="HBoxContainer" parent="HBoxContainer"]
layout_mode = 2
size_flags_vertical = 4
[node name="Label" type="Label" parent="HBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 9
text = "Unnamed the Adjective"
horizontal_alignment = 1
[connection signal="animation_finished" from="AnimationPlayer" to="." method="_on_animation_player_animation_finished"]