Newer
Older
DungeonShooting / DungeonShooting_Godot / prefab / ui / EditorTips.tscn
  1. [gd_scene load_steps=2 format=3 uid="uid://bed63wcgyl08u"]
  2.  
  3. [ext_resource type="Script" path="res://src/game/ui/editorTips/EditorTipsPanel.cs" id="1_3mdex"]
  4.  
  5. [node name="EditorTips" type="Control"]
  6. layout_mode = 3
  7. anchors_preset = 15
  8. anchor_right = 1.0
  9. anchor_bottom = 1.0
  10. script = ExtResource("1_3mdex")
  11.  
  12. [node name="Label" type="Label" parent="."]
  13. layout_mode = 1
  14. anchors_preset = 15
  15. anchor_right = 1.0
  16. anchor_bottom = 1.0
  17. grow_horizontal = 2
  18. grow_vertical = 2
  19. text = "提示内容"
  20. horizontal_alignment = 1
  21. vertical_alignment = 1
  22. autowrap_mode = 3