launch.tscn 558 B

12345678910111213141516171819202122
  1. [gd_scene load_steps=2 format=3 uid="uid://i6g3y6btijjm"]
  2. [ext_resource type="Texture2D" uid="uid://d05rp7emahb2e" path="res://assets/launch/background.jpeg" id="1_5xji2"]
  3. [node name="Launch" type="Control"]
  4. layout_mode = 3
  5. anchors_preset = 15
  6. anchor_right = 1.0
  7. anchor_bottom = 1.0
  8. grow_horizontal = 2
  9. grow_vertical = 2
  10. [node name="Background" type="TextureRect" parent="."]
  11. layout_mode = 1
  12. anchors_preset = 15
  13. anchor_right = 1.0
  14. anchor_bottom = 1.0
  15. grow_horizontal = 2
  16. grow_vertical = 2
  17. texture = ExtResource("1_5xji2")
  18. expand_mode = 2
  19. stretch_mode = 6