translation update

This commit is contained in:
fschade
2026-09-10 16:02:12 +02:00
parent 6743f4210a
commit 21c73df3eb
2 changed files with 29 additions and 14 deletions
+18 -3
View File
@@ -1,4 +1,4 @@
[gd_scene load_steps=4 format=3 uid="uid://msxftb40b7ks"]
[gd_scene load_steps=5 format=3 uid="uid://msxftb40b7ks"]
[ext_resource type="Script" uid="uid://vbi6iri04xbh" path="res://ai_act_text.gd" id="1_fvpwc"]
@@ -6,8 +6,19 @@
bg_color = Color(0, 0.2, 0.6, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fvpwc"]
content_margin_left = 12.0
content_margin_top = 6.0
content_margin_right = 12.0
content_margin_bottom = 6.0
bg_color = Color(1, 0.8, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_finished_hover"]
content_margin_left = 12.0
content_margin_top = 6.0
content_margin_right = 12.0
content_margin_bottom = 6.0
bg_color = Color(1, 0.85, 0.2, 1)
[node name="ai_act_text_static" type="Control"]
layout_mode = 3
anchors_preset = 0
@@ -44,13 +55,17 @@ text = "CHANGE_STATIC"
[node name="Button2" type="Button" parent="."]
layout_mode = 0
offset_left = 1660.0
offset_left = 1580.0
offset_top = 999.0
offset_right = 1892.0
offset_right = 1910.0
offset_bottom = 1052.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 32
theme_override_styles/normal = SubResource("StyleBoxFlat_fvpwc")
theme_override_styles/hover = SubResource("StyleBoxFlat_finished_hover")
theme_override_styles/pressed = SubResource("StyleBoxFlat_fvpwc")
theme_override_styles/focus = SubResource("StyleBoxFlat_fvpwc")
clip_text = false
text = "TEXT_FINISHED"
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]