mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-13 01:38:18 -04:00
73 lines
3.3 KiB
Text
73 lines
3.3 KiB
Text
[gd_scene load_steps=18 format=3 uid="uid://ct8gsph3wnepl"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/app.gd" id="1_skc7d"]
|
|
[ext_resource type="Resource" uid="uid://b1xvdym0qh6td" path="res://resources/gate_events.res" id="2_cdryv"]
|
|
[ext_resource type="PackedScene" uid="uid://ca647gp63bshc" path="res://scenes/menu_body/home.tscn" id="3_i66gl"]
|
|
[ext_resource type="PackedScene" uid="uid://5btb7nvgmfhl" path="res://scenes/menu.tscn" id="3_o1f7b"]
|
|
[ext_resource type="PackedScene" uid="uid://kywrsqro3d5i" path="res://scenes/menu_body/world.tscn" id="4_p75rl"]
|
|
[ext_resource type="PackedScene" uid="uid://dh3owgirapji5" path="res://scenes/menu_body/search_results.tscn" id="4_phjpd"]
|
|
[ext_resource type="Script" path="res://scripts/bookmark_saver.gd" id="5_ev0ch"]
|
|
[ext_resource type="Resource" uid="uid://bewhdj6jugt6q" path="res://resources/bookmarks.tres" id="6_rupvx"]
|
|
[ext_resource type="PackedScene" uid="uid://byrcbqat0n2px" path="res://scenes/debug.tscn" id="7_3xeb8"]
|
|
[ext_resource type="Script" path="res://scripts/api/analytics/analytics.gd" id="9_a1ttg"]
|
|
[ext_resource type="Resource" uid="uid://cjcdum6fm4ta0" path="res://resources/api_settings.tres" id="10_04o5h"]
|
|
[ext_resource type="Script" path="res://scripts/api/analytics/analytics_sender_app.gd" id="11_cwwqp"]
|
|
[ext_resource type="Script" path="res://scripts/api/analytics/analytics_sender_error.gd" id="12_rfjm7"]
|
|
[ext_resource type="Script" path="res://scripts/api/discover_gate.gd" id="13_3xhql"]
|
|
[ext_resource type="Script" path="res://scripts/api/analytics/analytics_sender_bookmark.gd" id="13_74yg1"]
|
|
[ext_resource type="Script" path="res://scripts/api/analytics/analytics_sender_gate.gd" id="13_jout6"]
|
|
[ext_resource type="Script" path="res://scripts/api/featured_gates.gd" id="15_c1fxl"]
|
|
|
|
[node name="App" type="Node" node_paths=PackedStringArray("scenes_root")]
|
|
script = ExtResource("1_skc7d")
|
|
gate_events = ExtResource("2_cdryv")
|
|
home = ExtResource("3_i66gl")
|
|
search_results = ExtResource("4_phjpd")
|
|
world_scene = ExtResource("4_p75rl")
|
|
scenes_root = NodePath("Menu/VBoxContainer/Body")
|
|
|
|
[node name="Debug" parent="." instance=ExtResource("7_3xeb8")]
|
|
|
|
[node name="Window" parent="Debug" index="0"]
|
|
visible = false
|
|
|
|
[node name="BookmarkSaver" type="Node" parent="."]
|
|
script = ExtResource("5_ev0ch")
|
|
save_dir = "user://resources"
|
|
icon_save_dir = "user://icons"
|
|
bookmarks = ExtResource("6_rupvx")
|
|
|
|
[node name="Api" type="Node" parent="."]
|
|
|
|
[node name="Analytics" type="Node" parent="Api"]
|
|
script = ExtResource("9_a1ttg")
|
|
api = ExtResource("10_04o5h")
|
|
|
|
[node name="SenderApp" type="Node" parent="Api/Analytics"]
|
|
script = ExtResource("11_cwwqp")
|
|
|
|
[node name="SenderError" type="Node" parent="Api/Analytics"]
|
|
script = ExtResource("12_rfjm7")
|
|
|
|
[node name="SenderGate" type="Node" parent="Api/Analytics"]
|
|
script = ExtResource("13_jout6")
|
|
gate_events = ExtResource("2_cdryv")
|
|
|
|
[node name="SenderBookmark" type="Node" parent="Api/Analytics"]
|
|
script = ExtResource("13_74yg1")
|
|
bookmarks = ExtResource("6_rupvx")
|
|
|
|
[node name="DiscoverGate" type="Node" parent="Api"]
|
|
script = ExtResource("13_3xhql")
|
|
api = ExtResource("10_04o5h")
|
|
gate_events = ExtResource("2_cdryv")
|
|
|
|
[node name="FeaturedGates" type="Node" parent="Api"]
|
|
script = ExtResource("15_c1fxl")
|
|
api = ExtResource("10_04o5h")
|
|
bookmarks = ExtResource("6_rupvx")
|
|
|
|
[node name="Menu" parent="." instance=ExtResource("3_o1f7b")]
|
|
|
|
[editable path="Debug"]
|
|
[editable path="Menu"]
|