Newer
Older
DungeonShooting / DungeonShooting_Godot / prefab / ui / EditorDungeonGroup.tscn
@小李xl 小李xl on 21 Jan 2024 2 KB 更改游戏标题
  1. [gd_scene load_steps=2 format=3 uid="uid://1ptjcb64rdbf"]
  2.  
  3. [ext_resource type="Script" path="res://src/game/ui/editorDungeonGroup/EditorDungeonGroupPanel.cs" id="1_apg3p"]
  4.  
  5. [node name="EditorDungeonGroup" type="Control"]
  6. layout_mode = 3
  7. anchors_preset = 15
  8. anchor_right = 1.0
  9. anchor_bottom = 1.0
  10. grow_horizontal = 2
  11. grow_vertical = 2
  12. script = ExtResource("1_apg3p")
  13.  
  14. [node name="MarginContainer" type="MarginContainer" parent="."]
  15. layout_mode = 1
  16. anchors_preset = 15
  17. anchor_right = 1.0
  18. anchor_bottom = 1.0
  19. grow_horizontal = 2
  20. grow_vertical = 2
  21. theme_override_constants/margin_left = 20
  22. theme_override_constants/margin_top = 50
  23. theme_override_constants/margin_right = 20
  24. theme_override_constants/margin_bottom = 20
  25.  
  26. [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
  27. layout_mode = 2
  28. theme_override_constants/separation = 20
  29.  
  30. [node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
  31. layout_mode = 2
  32.  
  33. [node name="NameLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
  34. layout_mode = 2
  35. size_flags_horizontal = 3
  36. size_flags_stretch_ratio = 20.0
  37. text = "名称:"
  38. horizontal_alignment = 2
  39. vertical_alignment = 1
  40.  
  41. [node name="NameInput" type="LineEdit" parent="MarginContainer/VBoxContainer/HBoxContainer"]
  42. layout_mode = 2
  43. size_flags_horizontal = 3
  44. size_flags_stretch_ratio = 80.0
  45. placeholder_text = "请输入名称"
  46.  
  47. [node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
  48. layout_mode = 2
  49.  
  50. [node name="NameLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
  51. layout_mode = 2
  52. size_flags_horizontal = 3
  53. size_flags_stretch_ratio = 20.0
  54. text = "图块集:"
  55. horizontal_alignment = 2
  56. vertical_alignment = 1
  57.  
  58. [node name="TileSetOption" type="OptionButton" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
  59. layout_mode = 2
  60. size_flags_horizontal = 3
  61. size_flags_stretch_ratio = 80.0
  62.  
  63. [node name="HBoxContainer5" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
  64. layout_mode = 2
  65.  
  66. [node name="RemarkNameLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer5"]
  67. layout_mode = 2
  68. size_flags_horizontal = 3
  69. size_flags_vertical = 0
  70. size_flags_stretch_ratio = 20.0
  71. text = "备注:"
  72. horizontal_alignment = 2
  73. vertical_alignment = 1
  74.  
  75. [node name="RemarkInput" type="TextEdit" parent="MarginContainer/VBoxContainer/HBoxContainer5"]
  76. custom_minimum_size = Vector2(0, 150)
  77. layout_mode = 2
  78. size_flags_horizontal = 3
  79. size_flags_stretch_ratio = 80.0
  80. placeholder_text = "选填"
  81. wrap_mode = 1