Background.tscn 343 B

1234567891011121314
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://dodge_assets/art/water.jpg" type="Texture" id=1]
  3. [node name="Background" type="Control"]
  4. anchor_right = 1.0
  5. anchor_bottom = 1.0
  6. [node name="TextureRect" type="TextureRect" parent="."]
  7. anchor_right = 1.0
  8. anchor_bottom = 1.0
  9. texture = ExtResource( 1 )
  10. expand = true
  11. stretch_mode = 2