No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UI.tscn 291B

1234567891011121314151617
  1. [gd_scene format=2]
  2. [node name="UI" type="Control"]
  3. anchor_right = 1.0
  4. anchor_bottom = 1.0
  5. mouse_filter = 2
  6. __meta__ = {
  7. "_edit_use_anchors_": false
  8. }
  9. [node name="Label" type="Label" parent="."]
  10. anchor_right = 1.0
  11. anchor_bottom = 1.0
  12. text = "UI"
  13. __meta__ = {
  14. "_edit_use_anchors_": false
  15. }