4
0
Fork 0
WolfBox/objects/test/test_bot_controls.tscn

35 lines
1.0 KiB
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://i0ul8rvwoy7a"]
[ext_resource type="Script" path="res://scripts/test_bot_controls.gd" id="1_x5yut"]
[node name="TestBotControls" type="VBoxContainer"]
script = ExtResource("1_x5yut")
[node name="Label" type="Label" parent="."]
layout_mode = 2
size_flags_vertical = 1
text = "Bot 3040506"
horizontal_alignment = 1
[node name="AliveLabel" type="Label" parent="."]
layout_mode = 2
text = "ALIVE"
horizontal_alignment = 1
[node name="TeamOptionButton" type="OptionButton" parent="."]
layout_mode = 2
[node name="RoleOptionButton" type="OptionButton" parent="."]
layout_mode = 2
[node name="KnowledgeLabel" type="RichTextLabel" parent="."]
layout_mode = 2
bbcode_enabled = true
text = "Bot 44564554: [color=00ffff]T56[/color] P56"
fit_content = true
scroll_active = false
autowrap_mode = 0
[connection signal="item_selected" from="TeamOptionButton" to="." method="_on_team_option_button_item_selected"]
[connection signal="item_selected" from="RoleOptionButton" to="." method="_on_role_option_button_item_selected"]