Newer
Older
DungeonShooting / DungeonShooting_Godot / prefab / ui / Loading.tscn
@小李xl 小李xl on 15 May 2023 775 bytes 添加加载页面
  1. [gd_scene load_steps=2 format=3 uid="uid://da5kqq45ow5am"]
  2.  
  3. [ext_resource type="Script" path="res://src/game/ui/loading/LoadingPanel.cs" id="1_x0t5x"]
  4.  
  5. [node name="Loading" 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_x0t5x")
  13.  
  14. [node name="ColorRect" type="ColorRect" 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. color = Color(0.109804, 0.0666667, 0.0901961, 1)
  22.  
  23. [node name="Label" type="Label" parent="."]
  24. layout_mode = 1
  25. anchors_preset = 15
  26. anchor_right = 1.0
  27. anchor_bottom = 1.0
  28. grow_horizontal = 2
  29. grow_vertical = 2
  30. text = "loading..."
  31. horizontal_alignment = 1
  32. vertical_alignment = 1