11 lines
300 B
Text
11 lines
300 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://backgounds/galaxy.png" type="Texture" id=1]
|
|
|
|
[node name="galaxy" type="Node2D"]
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
rect_scale = Vector2( 1.33, 1.33 )
|
|
texture = ExtResource( 1 )
|