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 1.1KB

12345678910111213141516171819202122232425262728
  1. [gd_scene load_steps=8 format=2]
  2. [ext_resource path="res://mini-game/ressources/backgrounds/city.png" type="Texture" id=1]
  3. [ext_resource path="res://mini-game/scenes/decor/background.gd" type="Script" id=2]
  4. [ext_resource path="res://mini-game/ressources/backgrounds/bg1.png" type="Texture" id=3]
  5. [ext_resource path="res://mini-game/ressources/backgrounds/bg3.png" type="Texture" id=4]
  6. [ext_resource path="res://mini-game/ressources/backgrounds/bg5.png" type="Texture" id=5]
  7. [ext_resource path="res://mini-game/ressources/backgrounds/bg6.png" type="Texture" id=6]
  8. [ext_resource path="res://mini-game/ressources/backgrounds/bg2.png" type="Texture" id=7]
  9. [node name="background" type="Control"]
  10. anchor_right = 1.0
  11. anchor_bottom = 1.0
  12. script = ExtResource( 2 )
  13. __meta__ = {
  14. "_edit_use_anchors_": false,
  15. "_editor_description_": ""
  16. }
  17. textures = [ ExtResource( 3 ), ExtResource( 7 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ) ]
  18. [node name="TextureRect" type="TextureRect" parent="."]
  19. anchor_right = 1.0
  20. anchor_bottom = 1.0
  21. texture = ExtResource( 1 )
  22. stretch_mode = 7
  23. __meta__ = {
  24. "_edit_use_anchors_": false
  25. }