17 lines
887 B
Plaintext
17 lines
887 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://b57xus5rqasy8"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Player.cs" id="1_k788q"]
|
|
[ext_resource type="Script" path="res://Scripts/SpawnPoint.cs" id="1_xs6nn"]
|
|
[ext_resource type="PackedScene" uid="uid://dfanwejjy3iue" path="res://Scenes/Characters/P2PiscesWitch.tscn" id="2_w2id2"]
|
|
[ext_resource type="PackedScene" uid="uid://cg6hdoeq70ke8" path="res://Scenes/Characters/P2PlayerScorpio.tscn" id="3_8owb2"]
|
|
|
|
[node name="Player2" type="Node3D" node_paths=PackedStringArray("SpawnPoint") groups=["Player"]]
|
|
script = ExtResource("1_k788q")
|
|
SpawnPoint = NodePath("Marker3D")
|
|
PlayableCharacterScenes = Array[PackedScene]([ExtResource("2_w2id2"), ExtResource("3_8owb2")])
|
|
|
|
[node name="Marker3D" type="Marker3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.5, 0, 5.513)
|
|
gizmo_extents = 1.0
|
|
script = ExtResource("1_xs6nn")
|