[gd_scene load_steps=6 format=3 uid="uid://cxj6yeddshy16"] [ext_resource type="Script" path="res://Scripts/GameManager.cs" id="1_ya2kt"] [ext_resource type="PackedScene" uid="uid://xcmspevaqcrc" path="res://Scenes/Player1.tscn" id="4_3fl70"] [ext_resource type="PackedScene" uid="uid://dq1gtd55p04do" path="res://Scenes/StageGUI.tscn" id="5_gsh7q"] [ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="7_4n1rc"] [ext_resource type="PackedScene" uid="uid://jircpua5fl80" path="res://Scenes/Player2.tscn" id="8_sixv3"] [node name="GameManager" type="Node3D"] script = ExtResource("1_ya2kt") PlayerScenes = Array[PackedScene]([ExtResource("4_3fl70"), ExtResource("8_sixv3")]) [node name="Camera3D" type="Camera3D" parent="."] transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, -0.527878, 10.966, 6.61121) projection = 1 current = true size = 10.8546 [node name="StageGUI" parent="." instance=ExtResource("5_gsh7q")] offset_left = 0.0 offset_top = 0.0 offset_right = 0.0 offset_bottom = 0.0 size_flags_horizontal = 4 size_flags_vertical = 4 [node name="P1SpawnPoint" type="Marker3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.30792, 0, 5.60868) script = ExtResource("7_4n1rc") [node name="P2SpawnPoint" type="Marker3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.910204, 0, 5.60868) script = ExtResource("7_4n1rc") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, -0.504317, 0.863519, 0, -0.863519, -0.504317, 0, 19.9508, 0) [connection signal="ReselectCharacter" from="." to="StageGUI" method="OnCharacterSelect"] [connection signal="OnCharacterSelectionMade" from="StageGUI" to="." method="OnCharacterSelected"]