23 lines
686 B
Text
23 lines
686 B
Text
[gd_scene load_steps=4 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/background.png" type="Texture" id=3]
|
|
|
|
[node name="background" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
textures = [ ExtResource( 1 ), ExtResource( 3 ) ]
|
|
|
|
[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
|
|
}
|