Newer
Older
DungeonShooting / DungeonShooting_Godot / prefab / ui / MapEditorTools.tscn
@小李xl 小李xl on 5 Aug 2023 4 KB 完善UiCell类
[gd_scene load_steps=8 format=3 uid="uid://b4u66mxndxbrg"]

[ext_resource type="Script" path="res://src/game/ui/mapEditorTools/MapEditorToolsPanel.cs" id="1_mqp1c"]
[ext_resource type="Script" path="res://src/game/ui/mapEditorTools/DoorHoverArea.cs" id="2_6qfy3"]
[ext_resource type="Texture2D" uid="uid://uhhfgdhpk7i4" path="res://icon.png" id="2_rwvbg"]
[ext_resource type="Script" path="res://src/game/ui/mapEditorTools/DoorDragArea.cs" id="3_3w0w6"]
[ext_resource type="Script" path="res://src/game/ui/mapEditorTools/DoorDragButton.cs" id="3_45muq"]
[ext_resource type="Texture2D" uid="uid://4wupcp53rrpi" path="res://resource/sprite/ui/mapEditorTools/DoorDragButton.png" id="3_trbb5"]
[ext_resource type="Texture2D" uid="uid://cuntr7hec044f" path="res://resource/sprite/ui/commonIcon/Select.png" id="7_mqmd6"]

[node name="MapEditorTools" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 1
script = ExtResource("1_mqp1c")

[node name="DoorToolRoot" type="Control" parent="."]
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0

[node name="N_HoverRoot" type="Control" parent="DoorToolRoot"]
anchors_preset = 0

[node name="N_HoverArea" type="ColorRect" parent="DoorToolRoot/N_HoverRoot"]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_top = -36.0
offset_right = 160.0
grow_vertical = 0
color = Color(1, 1, 1, 0)
script = ExtResource("2_6qfy3")

[node name="E_HoverRoot" type="Control" parent="DoorToolRoot"]
anchors_preset = 0
rotation = 1.5708

[node name="E_HoverArea" type="ColorRect" parent="DoorToolRoot/E_HoverRoot"]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_top = -36.0
offset_right = 160.0
grow_vertical = 0
color = Color(1, 1, 1, 0)
script = ExtResource("2_6qfy3")

[node name="S_HoverRoot" type="Control" parent="DoorToolRoot"]
anchors_preset = 0
rotation = 3.14159
scale = Vector2(-1, 1)

[node name="S_HoverArea" type="ColorRect" parent="DoorToolRoot/S_HoverRoot"]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_left = -9.12665e-05
offset_top = -36.0
offset_right = 160.0
grow_vertical = 0
color = Color(1, 1, 1, 0)
script = ExtResource("2_6qfy3")

[node name="W_HoverRoot" type="Control" parent="DoorToolRoot"]
anchors_preset = 0
rotation = 4.71239
scale = Vector2(-1, 1)

[node name="W_HoverArea" type="ColorRect" parent="DoorToolRoot/W_HoverRoot"]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_top = -36.0
offset_right = 160.0
grow_vertical = 0
color = Color(1, 1, 1, 0)
script = ExtResource("2_6qfy3")

[node name="HoverPreviewRoot" type="Control" parent="DoorToolRoot"]
visible = false
anchors_preset = 0
mouse_filter = 2

[node name="HoverPreview" type="TextureRect" parent="DoorToolRoot/HoverPreviewRoot"]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -2.0
offset_top = -36.0
offset_right = 2.0
grow_horizontal = 2
grow_vertical = 0
mouse_filter = 2
texture = ExtResource("3_trbb5")

[node name="DoorToolTemplate" type="Control" parent="DoorToolRoot"]
anchors_preset = 0
script = ExtResource("3_3w0w6")

[node name="DoorArea" type="ColorRect" parent="DoorToolRoot/DoorToolTemplate"]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_top = -32.0
offset_right = 64.0
grow_vertical = 0
color = Color(0.184314, 1, 0.0392157, 0.188235)

[node name="StartBtn" type="TextureButton" parent="DoorToolRoot/DoorToolTemplate"]
layout_mode = 1
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -4.0
offset_top = -36.0
grow_horizontal = 0
grow_vertical = 0
mouse_filter = 1
texture_normal = ExtResource("3_trbb5")
stretch_mode = 0
script = ExtResource("3_45muq")

[node name="EndBtn" type="TextureButton" parent="DoorToolRoot/DoorToolTemplate"]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_left = 64.0
offset_top = -36.0
offset_right = 68.0
grow_vertical = 0
texture_normal = ExtResource("3_trbb5")
stretch_mode = 0
script = ExtResource("3_45muq")

[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
offset_left = -84.0
offset_top = 19.0
offset_right = -20.0
offset_bottom = 83.0
grow_horizontal = 0

[node name="ToolButton" type="TextureButton" parent="HBoxContainer"]
layout_mode = 2
texture_normal = ExtResource("2_rwvbg")

[node name="Select" type="NinePatchRect" parent="HBoxContainer/ToolButton"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("7_mqmd6")
region_rect = Rect2(0, 0, 36, 36)
patch_margin_left = 12
patch_margin_top = 12
patch_margin_right = 12
patch_margin_bottom = 12