Files
gaim/ai_act_text.tscn
T
2026-07-29 11:34:28 +02:00

59 lines
1.7 KiB
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://msxftb40b7ks"]
[ext_resource type="Script" uid="uid://vbi6iri04xbh" path="res://ai_act_text.gd" id="1_fvpwc"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cqqmm"]
bg_color = Color(0, 0.2, 0.6, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fvpwc"]
bg_color = Color(1, 0.8, 0, 1)
[node name="ai_act_text_static" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
script = ExtResource("1_fvpwc")
[node name="Panel" type="Panel" parent="."]
layout_mode = 0
offset_right = 1920.0
offset_bottom = 1080.0
mouse_behavior_recursive = 1
theme_override_styles/panel = SubResource("StyleBoxFlat_cqqmm")
[node name="Label" type="Label" parent="Panel"]
layout_mode = 0
offset_right = 1920.0
offset_bottom = 1080.0
theme_override_colors/font_color = Color(1, 0.8, 0, 1)
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 3
theme_override_font_sizes/font_size = 58
text = "FLOAT_TEXT"
autowrap_mode = 2
clip_text = true
[node name="Button" type="Button" parent="."]
layout_mode = 0
offset_left = 1663.0
offset_top = 13.0
offset_right = 1908.0
offset_bottom = 66.0
theme_override_font_sizes/font_size = 32
text = "CHANGE_STATIC"
[node name="Button2" type="Button" parent="."]
layout_mode = 0
offset_left = 1684.0
offset_top = 999.0
offset_right = 1907.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")
text = "TEXT_FINISHED"
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
[connection signal="pressed" from="Button2" to="." method="_on_button_2_pressed"]