2023-09-08 21:50:34 +02:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://by7ktb1k5ml5y"]
|
2023-09-06 20:45:24 +02:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://backgounds/wormhole.gd" id="1_fibhv"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bcfmwk0ffy73n" path="res://backgounds/wormhole.png" id="2_6mic1"]
|
2023-09-06 22:09:51 +02:00
|
|
|
[ext_resource type="Script" path="res://fps.gd" id="3_o2q0w"]
|
2023-09-08 21:50:34 +02:00
|
|
|
[ext_resource type="Script" path="res://backgounds/Home.gd" id="5_elxjd"]
|
2023-09-06 20:45:24 +02:00
|
|
|
|
|
|
|
[node name="wormhole" type="Node2D"]
|
|
|
|
script = ExtResource("1_fibhv")
|
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
|
|
offset_right = 1280.0
|
|
|
|
offset_bottom = 720.0
|
|
|
|
texture = ExtResource("2_6mic1")
|
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_o2q0w")
|
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("5_elxjd")
|