r3-cd/backgounds/galaxy.tscn

13 lines
444 B
Text
Raw Normal View History

2023-10-24 18:36:49 +02:00
[gd_scene load_steps=3 format=3 uid="uid://cnstwjy5mqdyo"]
2023-09-25 20:07:12 +02:00
[ext_resource type="Texture2D" uid="uid://bona2ytn3y3a5" path="res://backgounds/galaxy.png" id="1_bmyxf"]
[ext_resource type="Script" path="res://backgounds/galaxy.gd" id="1_h1j80"]
[node name="galaxy" type="Node2D"]
script = ExtResource("1_h1j80")
[node name="TextureRect" type="TextureRect" parent="."]
offset_right = 1280.0
offset_bottom = 720.0
texture = ExtResource("1_bmyxf")