-
Notifications
You must be signed in to change notification settings - Fork 1
/
pla1478.tmp
35 lines (24 loc) · 1.25 KB
/
pla1478.tmp
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=5 format=3 uid="uid://u2dpwucgpafo"]
[ext_resource type="Script" path="res://scripts/player.gd" id="1_c27lh"]
[ext_resource type="PackedScene" uid="uid://dj7x8ogugk3io" path="res://UI/pause.tscn" id="2_qt1bx"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_knuir"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ni0cp"]
[node name="player" type="CharacterBody3D"]
script = ExtResource("1_c27lh")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
mesh = SubResource("CapsuleMesh_knuir")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CapsuleShape3D_ni0cp")
[node name="head" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0366474, 1.69112, 0)
[node name="Camera3D" type="Camera3D" parent="head"]
unique_name_in_owner = true
[node name="SpotLight3D" type="SpotLight3D" parent="head/Camera3D"]
light_color = Color(1, 0.996078, 0.494118, 1)
spot_range = 15.0
spot_angle = 30.0
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Pause" parent="CanvasLayer" instance=ExtResource("2_qt1bx")]
metadata/_edit_use_anchors_ = true