- [gd_scene load_steps=11 format=3 uid="uid://peo0n8bl15y5"]
-
- [ext_resource type="Script" path="res://src/game/ui/mapEditorMapMark/MapEditorMapMarkPanel.cs" id="1_dudey"]
- [ext_resource type="Texture2D" uid="uid://n4atvj5fkcpg" path="res://resource/sprite/ui/commonIcon/Add.png" id="2_osya0"]
- [ext_resource type="Texture2D" uid="uid://dggb6p4sdmfry" path="res://resource/sprite/ui/commonIcon/Edit.png" id="3_wwaki"]
- [ext_resource type="Texture2D" uid="uid://c5778ntk2rdon" path="res://resource/sprite/ui/commonIcon/Delete.png" id="4_urq7y"]
- [ext_resource type="Texture2D" uid="uid://d4gduco55dqpk" path="res://resource/sprite/ui/commonIcon/Down.png" id="5_x5dpw"]
- [ext_resource type="Texture2D" uid="uid://bn47bmilcw4x0" path="res://resource/sprite/ui/commonIcon/Select2.png" id="6_jpt3y"]
- [ext_resource type="Texture2D" uid="uid://dqvg18aacx6db" path="res://resource/sprite/ui/commonIcon/Visible.png" id="6_qiemx"]
- [ext_resource type="Texture2D" uid="uid://btetxb0hqoifk" path="res://resource/sprite/ui/commonIcon/MarkCell_placeholder.png" id="8_p8o70"]
- [ext_resource type="Shader" path="res://resource/material/Blend.gdshader" id="9_vr0bo"]
-
- [sub_resource type="ShaderMaterial" id="ShaderMaterial_xxv8l"]
- resource_local_to_scene = true
- shader = ExtResource("9_vr0bo")
- shader_parameter/blend = Color(1, 1, 1, 1)
- shader_parameter/schedule = 0.0
- shader_parameter/modulate = Color(1, 1, 1, 1)
- shader_parameter/show_outline = true
- shader_parameter/outline_color = Color(1, 1, 1, 1)
- shader_parameter/outline_rainbow = false
- shader_parameter/outline_use_blend = false
- shader_parameter/grey = 0.0
-
- [node name="MapEditorMapMark" type="Control"]
- layout_mode = 3
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- script = ExtResource("1_dudey")
-
- [node name="VBoxContainer" type="VBoxContainer" parent="."]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
-
- [node name="MarkLabel" type="Label" parent="VBoxContainer"]
- layout_mode = 2
- text = "编辑预设:"
-
- [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
- layout_mode = 2
-
- [node name="PreinstallOption" type="OptionButton" parent="VBoxContainer/HBoxContainer"]
- layout_mode = 2
- size_flags_horizontal = 3
-
- [node name="AddPreinstall" type="Button" parent="VBoxContainer/HBoxContainer"]
- layout_mode = 2
- icon = ExtResource("2_osya0")
-
- [node name="EditPreinstall" type="Button" parent="VBoxContainer/HBoxContainer"]
- layout_mode = 2
- icon = ExtResource("3_wwaki")
-
- [node name="DeletePreinstall" type="Button" parent="VBoxContainer/HBoxContainer"]
- layout_mode = 2
- icon = ExtResource("4_urq7y")
-
- [node name="MarkLabel2" type="Label" parent="VBoxContainer"]
- layout_mode = 2
- text = "编辑对象:"
-
- [node name="DynamicTool" type="HBoxContainer" parent="VBoxContainer"]
- visible = false
- layout_mode = 2
-
- [node name="EditButton" type="Button" parent="VBoxContainer/DynamicTool"]
- layout_mode = 2
- icon = ExtResource("3_wwaki")
-
- [node name="DeleteButton" type="Button" parent="VBoxContainer/DynamicTool"]
- layout_mode = 2
- icon = ExtResource("4_urq7y")
-
- [node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
- layout_mode = 2
- size_flags_vertical = 3
-
- [node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"]
- layout_mode = 2
- size_flags_horizontal = 3
- size_flags_vertical = 3
-
- [node name="AddWaveButton" type="Button" parent="VBoxContainer/ScrollContainer/VBoxContainer"]
- layout_mode = 2
- text = "添加波数"
-
- [node name="WaveItem" type="VBoxContainer" parent="VBoxContainer/ScrollContainer/VBoxContainer"]
- layout_mode = 2
- size_flags_horizontal = 3
-
- [node name="WaveContainer" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem"]
- custom_minimum_size = Vector2(0, 68)
- layout_mode = 2
-
- [node name="TextureButton" type="TextureButton" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem/WaveContainer"]
- custom_minimum_size = Vector2(36, 36)
- layout_mode = 2
- texture_normal = ExtResource("5_x5dpw")
- stretch_mode = 3
-
- [node name="WaveButton" type="Button" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem/WaveContainer"]
- layout_mode = 2
- size_flags_horizontal = 3
- text = "第1波"
- alignment = 0
-
- [node name="Select" type="NinePatchRect" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem/WaveContainer/WaveButton"]
- visible = false
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- texture = ExtResource("6_jpt3y")
- patch_margin_left = 3
- patch_margin_top = 3
- patch_margin_right = 3
- patch_margin_bottom = 3
-
- [node name="WaveVisibleButton" type="Button" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem/WaveContainer"]
- custom_minimum_size = Vector2(36, 36)
- layout_mode = 2
- icon = ExtResource("6_qiemx")
-
- [node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem"]
- layout_mode = 2
- theme_override_constants/margin_left = 40
-
- [node name="AddMarkButton" type="Button" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem/MarginContainer"]
- layout_mode = 2
- text = "添加标记"
- icon_alignment = 1
-
- [node name="MarkContainer" type="MarginContainer" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem"]
- layout_mode = 2
- theme_override_constants/margin_left = 40
-
- [node name="MarkItem" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem/MarkContainer"]
- layout_mode = 2
-
- [node name="MarkButton" type="Button" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem/MarkContainer/MarkItem"]
- layout_mode = 2
- size_flags_horizontal = 3
- text = "1001"
- icon = ExtResource("8_p8o70")
- alignment = 0
- text_overrun_behavior = 3
-
- [node name="MarkIcon" type="TextureRect" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem/MarkContainer/MarkItem/MarkButton"]
- material = SubResource("ShaderMaterial_xxv8l")
- layout_mode = 1
- anchors_preset = 9
- anchor_bottom = 1.0
- offset_left = 3.0
- offset_top = 3.0
- offset_right = 69.0
- offset_bottom = -3.0
- grow_vertical = 2
- expand_mode = 2
- stretch_mode = 5
-
- [node name="Select" type="NinePatchRect" parent="VBoxContainer/ScrollContainer/VBoxContainer/WaveItem/MarkContainer/MarkItem/MarkButton"]
- visible = false
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- texture = ExtResource("6_jpt3y")
- patch_margin_left = 3
- patch_margin_top = 3
- patch_margin_right = 3
- patch_margin_bottom = 3