-
Notifications
You must be signed in to change notification settings - Fork 12
/
main.tscn
35 lines (24 loc) · 2.39 KB
/
main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[gd_scene load_steps=7 format=3 uid="uid://c4vgq4emswcqj"]
[ext_resource type="PackedScene" uid="uid://oulno1atrp8k" path="res://core/simulation/simulation.tscn" id="1_feltx"]
[ext_resource type="PackedScene" uid="uid://cpbv4fmfxppt1" path="res://modules/solar_system_planets/sun.tscn" id="3_r6oc6"]
[ext_resource type="PackedScene" uid="uid://ddaqlkbgl7bdl" path="res://modules/solar_system_planets/earth.tscn" id="4_lv7ap"]
[ext_resource type="PackedScene" uid="uid://csqh45xcqbewi" path="res://modules/solar_system_planets/moon.tscn" id="5_m7lob"]
[ext_resource type="PackedScene" uid="uid://c7q7gaaaa8g5g" path="res://content/maps/Langrenus/langrenus_crater_map.tscn" id="6_1kmik"]
[ext_resource type="PackedScene" uid="uid://dmxcgvtora8v2" path="res://content/content.tscn" id="6_my0ou"]
[node name="Simulation" node_paths=PackedStringArray("spawn_node") instance=ExtResource("1_feltx")]
spawn_node = NodePath("Universe/Sun/Earth/Moon/LangrenusCraterMap/Spawner")
[node name="Avatar" parent="." index="0"]
transform = Transform3D(-0.82255, -0.00837469, 0.568631, 0.00348538, 0.999798, 0.0197666, -0.568682, 0.0182409, -0.822355, -12.653, 7.06782, 1.34696)
[node name="MultiplayerSpawner" parent="." index="1"]
_spawnable_scenes = PackedStringArray("res://content/starship/starship.tscn", "res://core/entities/operator.tscn", "res://content/gobot/gobot.tscn", "res://content/animated-astronaut-character-in-space-suit-loop/astronaut.tscn")
spawn_path = NodePath("../Universe/Sun/Earth/Moon/LangrenusCraterMap/Spawner")
[node name="Sun" parent="Universe" index="1" instance=ExtResource("3_r6oc6")]
[node name="Earth" parent="Universe/Sun" index="1" instance=ExtResource("4_lv7ap")]
[node name="Moon" parent="Universe/Sun/Earth" index="0" instance=ExtResource("5_m7lob")]
[node name="LangrenusCraterMap" parent="Universe/Sun/Earth/Moon" index="0" instance=ExtResource("6_1kmik")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 51, 0)
[node name="Spawner" type="Node3D" parent="Universe/Sun/Earth/Moon/LangrenusCraterMap" index="2"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -55.4874, 0)
[node name="Content" parent="Universe/Sun/Earth/Moon/LangrenusCraterMap" index="3" instance=ExtResource("6_my0ou")]
[node name="LaunchPad" type="Node3D" parent="Universe/Sun/Earth/Moon/LangrenusCraterMap/Content" index="0"]
transform = Transform3D(107.71, 0, 22.3273, 0, 110, 0, -22.3273, 0, 107.71, 156.754, -87.3701, -339.067)