28 lines
1.1 KiB
Text
28 lines
1.1 KiB
Text
[gd_scene load_steps=8 format=2]
|
|
|
|
[ext_resource path="res://mini-game/ressources/backgrounds/city.png" type="Texture" id=1]
|
|
[ext_resource path="res://mini-game/scenes/decor/background.gd" type="Script" id=2]
|
|
[ext_resource path="res://mini-game/ressources/backgrounds/bg1.png" type="Texture" id=3]
|
|
[ext_resource path="res://mini-game/ressources/backgrounds/bg3.png" type="Texture" id=4]
|
|
[ext_resource path="res://mini-game/ressources/backgrounds/bg5.png" type="Texture" id=5]
|
|
[ext_resource path="res://mini-game/ressources/backgrounds/bg6.png" type="Texture" id=6]
|
|
[ext_resource path="res://mini-game/ressources/backgrounds/bg2.png" type="Texture" id=7]
|
|
|
|
[node name="background" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false,
|
|
"_editor_description_": ""
|
|
}
|
|
textures = [ ExtResource( 3 ), ExtResource( 7 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ) ]
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
texture = ExtResource( 1 )
|
|
stretch_mode = 7
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|