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.

background.tscn 413B

12345678910111213141516
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://ressources/backgrounds/city.png" type="Texture" id=1]
  3. [node name="background" type="Node2D"]
  4. [node name="TextureRect" type="TextureRect" parent="."]
  5. margin_left = -314.408
  6. margin_top = 2.29705
  7. margin_right = 765.592
  8. margin_bottom = 352.297
  9. rect_scale = Vector2( 1.69012, 1.70829 )
  10. texture = ExtResource( 1 )
  11. __meta__ = {
  12. "_edit_use_anchors_": false
  13. }