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 430B

12345678910111213141516171819
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://mini-game/ressources/backgrounds/city.png" type="Texture" id=1]
  3. [node name="background" type="Control"]
  4. anchor_right = 1.0
  5. anchor_bottom = 1.0
  6. __meta__ = {
  7. "_edit_use_anchors_": false
  8. }
  9. [node name="TextureRect" type="TextureRect" parent="."]
  10. anchor_right = 1.0
  11. anchor_bottom = 1.0
  12. texture = ExtResource( 1 )
  13. stretch_mode = 7
  14. __meta__ = {
  15. "_edit_use_anchors_": false
  16. }