70 lines
2.6 KiB
Plaintext
70 lines
2.6 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://c6r4higceibif"]
|
|
|
|
[ext_resource type="Script" path="res://content/ui/menu/settings/settings_menu.gd" id="1_0lte6"]
|
|
[ext_resource type="PackedScene" uid="uid://bsjqdvkt0u87c" path="res://content/ui/components/button/button.tscn" id="1_faxng"]
|
|
[ext_resource type="Script" path="res://content/functions/clickable.gd" id="3_qmg6q"]
|
|
[ext_resource type="PackedScene" uid="uid://blrhy2uccrdn4" path="res://content/ui/components/input/input.tscn" id="4_q3x6k"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_e51x8"]
|
|
size = Vector3(0.3, 0.01, 0.3)
|
|
|
|
[node name="SettingsMenu" type="Node3D"]
|
|
script = ExtResource("1_0lte6")
|
|
|
|
[node name="Background" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.15, 0, 0.15)
|
|
mesh = SubResource("BoxMesh_e51x8")
|
|
|
|
[node name="Content" type="Node3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0102286, 0)
|
|
|
|
[node name="Label3D" type="Label3D" parent="Content"]
|
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0.184377, 0, 0.253575)
|
|
pixel_size = 0.001
|
|
text = "Spawn Ball"
|
|
|
|
[node name="Button" parent="Content" instance=ExtResource("1_faxng")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0458097, 0, 0.253575)
|
|
|
|
[node name="Clickable" type="Node" parent="Content/Button"]
|
|
script = ExtResource("3_qmg6q")
|
|
|
|
[node name="ConnectionStatus" type="Label3D" parent="Content"]
|
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0.26, 0, 0.29)
|
|
pixel_size = 0.0003
|
|
text = "Disconnected"
|
|
|
|
[node name="LabelURL" type="Label3D" parent="Content"]
|
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0.01, 0, 0.03)
|
|
pixel_size = 0.0005
|
|
text = "URL"
|
|
font_size = 36
|
|
horizontal_alignment = 0
|
|
|
|
[node name="InputURL" parent="Content" instance=ExtResource("4_q3x6k")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.18, 0, 0.03)
|
|
width = 0.2
|
|
text = ""
|
|
|
|
[node name="LabelToken" type="Label3D" parent="Content"]
|
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0.01, 0, 0.07)
|
|
pixel_size = 0.0005
|
|
text = "TOKEN"
|
|
font_size = 36
|
|
horizontal_alignment = 0
|
|
|
|
[node name="InputToken" parent="Content" instance=ExtResource("4_q3x6k")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.18, 0, 0.07)
|
|
width = 0.2
|
|
text = ""
|
|
|
|
[node name="LabelConnect" type="Label3D" parent="Content"]
|
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0.15, 0, 0.12)
|
|
pixel_size = 0.0005
|
|
text = "TOKEN"
|
|
font_size = 36
|
|
horizontal_alignment = 0
|
|
|
|
[node name="Connect" parent="Content" instance=ExtResource("1_faxng")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 0, 0.12)
|