first
This commit is contained in:
12
actors/Player/Spectator.tscn
Normal file
12
actors/Player/Spectator.tscn
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cas4ts0b08qd6"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://rywjg37p7ush" path="res://actors/Player/spectator.gd" id="1_ibavb"]
|
||||
|
||||
[node name="Spectator" type="Node3D"]
|
||||
script = ExtResource("1_ibavb")
|
||||
|
||||
[node name="SpringArm3D" type="SpringArm3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.888617, 0.45865, 0, -0.45865, 0.888617, 0, 0.543102, 0)
|
||||
spring_length = 1.8
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="SpringArm3D"]
|
||||
Reference in New Issue
Block a user