pir-serious-game-ethics/mini-game/scenes/decor/background.tscn

20 lines
430 B
Text
Raw Normal View History

2021-04-08 09:55:08 +02:00
[gd_scene load_steps=2 format=2]
2021-04-08 10:24:27 +02:00
[ext_resource path="res://mini-game/ressources/backgrounds/city.png" type="Texture" id=1]
2021-04-09 10:27:22 +02:00
[node name="background" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
2021-04-08 09:55:08 +02:00
[node name="TextureRect" type="TextureRect" parent="."]
2021-04-09 10:27:22 +02:00
anchor_right = 1.0
anchor_bottom = 1.0
2021-04-08 09:55:08 +02:00
texture = ExtResource( 1 )
2021-04-09 10:27:22 +02:00
stretch_mode = 7
2021-04-08 09:55:08 +02:00
__meta__ = {
"_edit_use_anchors_": false
}