Newer
Older
DungeonShooting / DungeonShooting_Godot / addons / dungeonShooting_plugin / Automation.tscn
  1. [gd_scene load_steps=2 format=2]
  2.  
  3. [ext_resource path="res://addons/dungeonShooting_plugin/Automation.cs" type="Script" id=1]
  4.  
  5. [node name="Automation" type="Control"]
  6. anchor_right = 1.0
  7. anchor_bottom = 1.0
  8. script = ExtResource( 1 )
  9.  
  10. [node name="ScrollContainer" type="ScrollContainer" parent="."]
  11. anchor_right = 1.0
  12. anchor_bottom = 1.0
  13.  
  14. [node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
  15. margin_right = 1920.0
  16. margin_bottom = 35.0
  17. size_flags_horizontal = 3
  18.  
  19. [node name="HBoxContainer" type="HBoxContainer" parent="ScrollContainer/VBoxContainer"]
  20. margin_right = 1920.0
  21. margin_bottom = 35.0
  22.  
  23. [node name="Label" type="Label" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
  24. margin_right = 158.0
  25. margin_bottom = 35.0
  26. text = "ResourcePath.cs"
  27.  
  28. [node name="Button" type="Button" parent="ScrollContainer/VBoxContainer/HBoxContainer"]
  29. margin_left = 162.0
  30. margin_right = 246.0
  31. margin_bottom = 35.0
  32. text = "重新生成"
  33.  
  34. [connection signal="pressed" from="ScrollContainer/VBoxContainer/HBoxContainer/Button" to="." method="_on_Button_pressed"]