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