Node2D.tscn 219 B

123456789101112
  1. [gd_scene format=2]
  2. [node name="Node2D" type="Node2D"]
  3. [node name="Label" type="Label" parent="."]
  4. anchor_right = 1.0
  5. anchor_bottom = 1.0
  6. margin_right = 1022.0
  7. margin_bottom = 597.0
  8. text = "test"
  9. align = 1
  10. valign = 1