32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://blm3k1grnn01j"]
|
|
|
|
[ext_resource type="Script" uid="uid://dmu4p3ty3a1bk" path="res://scenes/player/player.gd" id="1_4flbx"]
|
|
[ext_resource type="Script" uid="uid://da0nthck8novp" path="res://scenes/player/head.gd" id="2_dovo2"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_75vfm"]
|
|
margin = 0.01
|
|
height = 1.8
|
|
radius = 0.3
|
|
|
|
[node name="player" type="CharacterBody3D" groups=["player"]]
|
|
collision_layer = 32772
|
|
collision_mask = 3
|
|
floor_block_on_wall = false
|
|
script = ExtResource("1_4flbx")
|
|
|
|
[node name="collision" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.9, 0)
|
|
shape = SubResource("CylinderShape3D_75vfm")
|
|
|
|
[node name="head" type="Node3D" parent="."]
|
|
unique_name_in_owner = true
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.44, 0)
|
|
script = ExtResource("2_dovo2")
|
|
|
|
[node name="neck" type="Node3D" parent="head"]
|
|
|
|
[node name="eyes" type="Camera3D" parent="head/neck"]
|
|
unique_name_in_owner = true
|
|
cull_mask = 1048063
|
|
current = true
|