r3-next/backgounds/galaxy.tscn

14 lines
394 B
Text
Raw Normal View History

2024-10-29 22:37:39 +01:00
[gd_scene load_steps=3 format=2]
2023-08-14 03:54:00 +02:00
2024-10-29 02:40:07 +01:00
[ext_resource path="res://backgounds/galaxy.png" type="Texture" id=1]
2024-10-29 22:37:39 +01:00
[ext_resource path="res://backgounds/galaxy.gd" type="Script" id=2]
2023-08-14 03:54:00 +02:00
[node name="galaxy" type="Node2D"]
2024-10-29 22:37:39 +01:00
script = ExtResource( 2 )
2023-08-14 03:54:00 +02:00
[node name="TextureRect" type="TextureRect" parent="."]
2024-10-29 02:40:07 +01:00
margin_right = 40.0
margin_bottom = 40.0
rect_scale = Vector2( 1.33, 1.33 )
texture = ExtResource( 1 )