r3-next/backgounds/galaxy.tscn

27 lines
860 B
Text
Raw Normal View History

2023-09-08 21:50:34 +02:00
[gd_scene load_steps=5 format=3 uid="uid://cnstwjy5mqdyo"]
2023-08-14 03:54:00 +02:00
[ext_resource type="Texture2D" uid="uid://bona2ytn3y3a5" path="res://backgounds/galaxy.png" id="1_bmyxf"]
2023-08-14 04:09:15 +02:00
[ext_resource type="Script" path="res://backgounds/galaxy.gd" id="1_h1j80"]
2023-09-06 22:09:51 +02:00
[ext_resource type="Script" path="res://fps.gd" id="3_t81vx"]
2023-09-08 21:50:34 +02:00
[ext_resource type="Script" path="res://backgounds/Home.gd" id="4_hhu74"]
2023-08-14 03:54:00 +02:00
[node name="galaxy" type="Node2D"]
2023-08-14 04:09:15 +02:00
script = ExtResource("1_h1j80")
2023-08-14 03:54:00 +02:00
[node name="TextureRect" type="TextureRect" parent="."]
offset_right = 1280.0
offset_bottom = 720.0
texture = ExtResource("1_bmyxf")
2023-09-06 22:09:51 +02:00
[node name="fps" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
script = ExtResource("3_t81vx")
2023-09-08 21:50:34 +02:00
[node name="Home" type="TextureButton" parent="."]
offset_left = 52.0
offset_top = 39.0
offset_right = 125.0
offset_bottom = 110.0
script = ExtResource("4_hhu74")