[gd_scene load_steps=3 format=2] [ext_resource path="res://backgounds/abstract.png" type="Texture" id=1] [ext_resource path="res://backgounds/abstract.gd" type="Script" id=2] [node name="abstract" type="Node2D"] script = ExtResource( 2 ) [node name="TextureRect" type="TextureRect" parent="."] margin_right = 960.0 margin_bottom = 540.0 rect_scale = Vector2( 1.33, 1.33 ) texture = ExtResource( 1 )