2023-01-14 10:33:56 +01:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://0jg7hhoks7ld"]
|
2023-01-07 20:26:17 +01:00
|
|
|
|
2023-01-14 10:33:56 +01:00
|
|
|
[ext_resource type="Script" path="res://addons/gut/gui/RunAtCursor.gd" id="1"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cr6tvdv0ve6cv" path="res://addons/gut/gui/play.png" id="2"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://6wra5rxmfsrl" path="res://addons/gut/gui/arrow.png" id="3"]
|
2023-01-07 20:26:17 +01:00
|
|
|
|
|
|
|
[node name="RunAtCursor" type="Control"]
|
2023-01-14 10:33:56 +01:00
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
2023-01-07 20:26:17 +01:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_right = 1.0
|
|
|
|
offset_bottom = -527.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2023-01-14 10:33:56 +01:00
|
|
|
script = ExtResource("1")
|
2023-01-07 20:26:17 +01:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="HBox" type="HBoxContainer" parent="."]
|
2023-01-14 10:33:56 +01:00
|
|
|
layout_mode = 0
|
2023-01-07 20:26:17 +01:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="LblNoneSelected" type="Label" parent="HBox"]
|
2023-01-14 10:33:56 +01:00
|
|
|
layout_mode = 2
|
2023-01-07 20:26:17 +01:00
|
|
|
text = "<None>"
|
|
|
|
|
|
|
|
[node name="BtnRunScript" type="Button" parent="HBox"]
|
|
|
|
visible = false
|
2023-01-14 10:33:56 +01:00
|
|
|
layout_mode = 2
|
2023-01-07 20:26:17 +01:00
|
|
|
text = "<script>"
|
2023-01-14 10:33:56 +01:00
|
|
|
icon = ExtResource("2")
|
2023-01-07 20:26:17 +01:00
|
|
|
|
|
|
|
[node name="Arrow1" type="TextureButton" parent="HBox"]
|
|
|
|
visible = false
|
2023-01-14 10:33:56 +01:00
|
|
|
custom_minimum_size = Vector2(24, 0)
|
|
|
|
layout_mode = 2
|
|
|
|
texture_normal = ExtResource("3")
|
2023-01-07 20:26:17 +01:00
|
|
|
stretch_mode = 3
|
|
|
|
|
|
|
|
[node name="BtnRunInnerClass" type="Button" parent="HBox"]
|
|
|
|
visible = false
|
2023-01-14 10:33:56 +01:00
|
|
|
layout_mode = 2
|
2023-01-07 20:26:17 +01:00
|
|
|
text = "<inner class>"
|
2023-01-14 10:33:56 +01:00
|
|
|
icon = ExtResource("2")
|
2023-01-07 20:26:17 +01:00
|
|
|
|
|
|
|
[node name="Arrow2" type="TextureButton" parent="HBox"]
|
|
|
|
visible = false
|
2023-01-14 10:33:56 +01:00
|
|
|
custom_minimum_size = Vector2(24, 0)
|
|
|
|
layout_mode = 2
|
|
|
|
texture_normal = ExtResource("3")
|
2023-01-07 20:26:17 +01:00
|
|
|
stretch_mode = 3
|
|
|
|
|
|
|
|
[node name="BtnRunMethod" type="Button" parent="HBox"]
|
|
|
|
visible = false
|
2023-01-14 10:33:56 +01:00
|
|
|
layout_mode = 2
|
2023-01-07 20:26:17 +01:00
|
|
|
text = "<method>"
|
2023-01-14 10:33:56 +01:00
|
|
|
icon = ExtResource("2")
|
2023-01-07 20:26:17 +01:00
|
|
|
|
|
|
|
[connection signal="pressed" from="HBox/BtnRunScript" to="." method="_on_BtnRunScript_pressed"]
|
|
|
|
[connection signal="pressed" from="HBox/BtnRunInnerClass" to="." method="_on_BtnRunInnerClass_pressed"]
|
|
|
|
[connection signal="pressed" from="HBox/BtnRunMethod" to="." method="_on_BtnRunMethod_pressed"]
|