Newer
Older
DungeonShooting / DungeonShooting_Godot / prefab / ui / EditorTools.tscn
  1. [gd_scene load_steps=2 format=3 uid="uid://kw3o772vpne"]
  2.  
  3. [ext_resource type="Script" path="res://src/game/ui/editorTools/EditorToolsPanel.cs" id="1_43d6l"]
  4.  
  5. [node name="EditorTools" 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. size_flags_horizontal = 3
  13. size_flags_vertical = 3
  14. script = ExtResource("1_43d6l")
  15.  
  16. [node name="ScrollContainer" type="ScrollContainer" parent="."]
  17. layout_mode = 0
  18. anchor_right = 1.0
  19. anchor_bottom = 1.0
  20.  
  21. [node name="MarginContainer" type="MarginContainer" parent="ScrollContainer"]
  22. layout_mode = 2
  23. size_flags_horizontal = 3
  24. size_flags_vertical = 3
  25. theme_override_constants/margin_left = 10
  26. theme_override_constants/margin_top = 10
  27. theme_override_constants/margin_right = 10
  28. theme_override_constants/margin_bottom = 10
  29.  
  30. [node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer/MarginContainer"]
  31. layout_mode = 2
  32. size_flags_horizontal = 3
  33. theme_override_constants/separation = 10
  34.  
  35. [node name="HBoxContainer" type="HBoxContainer" parent="ScrollContainer/MarginContainer/VBoxContainer"]
  36. layout_mode = 2
  37. theme_override_constants/separation = 5
  38.  
  39. [node name="Label" type="Label" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer"]
  40. layout_mode = 2
  41. text = "重新生成ResourcePath.cs文件"
  42. vertical_alignment = 1
  43.  
  44. [node name="Button" type="Button" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer"]
  45. layout_mode = 2
  46. size_flags_horizontal = 0
  47. text = "运行"
  48.  
  49. [node name="HBoxContainer3" type="HBoxContainer" parent="ScrollContainer/MarginContainer/VBoxContainer"]
  50. layout_mode = 2
  51. theme_override_constants/separation = 5
  52.  
  53. [node name="Label" type="Label" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer3"]
  54. layout_mode = 2
  55. text = "创建游戏Ui"
  56.  
  57. [node name="LineEdit" type="LineEdit" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer3"]
  58. custom_minimum_size = Vector2(250, 0)
  59. layout_mode = 2
  60. placeholder_text = "请输入ui名称"
  61.  
  62. [node name="Button" type="Button" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer3"]
  63. layout_mode = 2
  64. text = "创建
  65. "
  66.  
  67. [node name="HBoxContainer4" type="HBoxContainer" parent="ScrollContainer/MarginContainer/VBoxContainer"]
  68. layout_mode = 2
  69. theme_override_constants/separation = 5
  70.  
  71. [node name="Label" type="Label" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer4"]
  72. layout_mode = 2
  73. text = "重新生成当前UI的代码"
  74.  
  75. [node name="Button" type="Button" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer4"]
  76. layout_mode = 2
  77. text = "运行"
  78.  
  79. [node name="HBoxContainer5" type="HBoxContainer" parent="ScrollContainer/MarginContainer/VBoxContainer"]
  80. layout_mode = 2
  81. theme_override_constants/separation = 5
  82.  
  83. [node name="Label" type="Label" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer5"]
  84. layout_mode = 2
  85. text = "重新生成UiManagerMethods.cs代码"
  86.  
  87. [node name="Button" type="Button" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer5"]
  88. layout_mode = 2
  89. text = "运行"
  90.  
  91. [node name="HBoxContainer6" type="HBoxContainer" parent="ScrollContainer/MarginContainer/VBoxContainer"]
  92. layout_mode = 2
  93. theme_override_constants/separation = 5
  94.  
  95. [node name="Label" type="Label" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer6"]
  96. layout_mode = 2
  97. text = "创建地牢房间"
  98.  
  99. [node name="RoomNameInput" type="LineEdit" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer6"]
  100. custom_minimum_size = Vector2(250, 0)
  101. layout_mode = 2
  102. placeholder_text = "请输入房间名称"
  103.  
  104. [node name="Label2" type="Label" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer6"]
  105. layout_mode = 2
  106. text = "房间所属分组"
  107.  
  108. [node name="RoomGroupSelect" type="OptionButton" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer6"]
  109. layout_mode = 2
  110. item_count = 1
  111. selected = 0
  112. popup/item_0/text = "testGroup"
  113. popup/item_0/id = 0
  114.  
  115. [node name="Label3" type="Label" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer6"]
  116. layout_mode = 2
  117. text = "房间类型"
  118.  
  119. [node name="RoomTypeSelect" type="OptionButton" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer6"]
  120. layout_mode = 2
  121. item_count = 7
  122. selected = 0
  123. popup/item_0/text = "battle (战斗房间)"
  124. popup/item_0/id = 0
  125. popup/item_1/text = "inlet (起始房间)"
  126. popup/item_1/id = 1
  127. popup/item_2/text = "outlet (结束房间)"
  128. popup/item_2/id = 2
  129. popup/item_3/text = "boss (boss战房间)"
  130. popup/item_3/id = 3
  131. popup/item_4/text = "reward (奖励房间)"
  132. popup/item_4/id = 4
  133. popup/item_5/text = "shop (商店房间)"
  134. popup/item_5/id = 5
  135. popup/item_6/text = "event (事件房间)"
  136. popup/item_6/id = 6
  137.  
  138. [node name="Button" type="Button" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer6"]
  139. layout_mode = 2
  140. text = "创建
  141. "
  142.  
  143. [node name="HBoxContainer2" type="HBoxContainer" parent="ScrollContainer/MarginContainer/VBoxContainer"]
  144. layout_mode = 2
  145. theme_override_constants/separation = 5
  146.  
  147. [node name="Label" type="Label" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer2"]
  148. layout_mode = 2
  149. text = "重新打包地牢房间配置"
  150.  
  151. [node name="Button" type="Button" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer2"]
  152. layout_mode = 2
  153. text = "运行"
  154.  
  155. [node name="HBoxContainer7" type="HBoxContainer" parent="ScrollContainer/MarginContainer/VBoxContainer"]
  156. layout_mode = 2
  157. theme_override_constants/separation = 5
  158.  
  159. [node name="Label" type="Label" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer7"]
  160. layout_mode = 2
  161. text = "导出Excel表"
  162.  
  163. [node name="Button" type="Button" parent="ScrollContainer/MarginContainer/VBoxContainer/HBoxContainer7"]
  164. layout_mode = 2
  165. text = "运行"
  166.  
  167. [node name="Confirm" type="ConfirmationDialog" parent="."]
  168. initial_position = 1
  169. size = Vector2i(350, 200)
  170. unresizable = true
  171.  
  172. [node name="Tips" type="AcceptDialog" parent="."]
  173. initial_position = 1
  174. size = Vector2i(350, 200)
  175. unresizable = true