monsterfangen/scenes/player.tscn

20 lines
889 B
Text

[gd_scene load_steps=4 format=3 uid="uid://be5bc5gjbo875"]
[ext_resource type="Script" path="res://scripts/player.gd" id="1_3fea3"]
[ext_resource type="PackedScene" uid="uid://cy36aygvs66pn" path="res://resources/models/gobot/gobot_skin.tscn" id="2_vivad"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_xuba7"]
height = 1.7
[node name="Player" type="CharacterBody3D"]
script = ExtResource("1_3fea3")
[node name="GobotSkin" parent="." instance=ExtResource("2_vivad")]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.965926, 0.258819, 0, -0.258819, 0.965926, 0, 2.66637, 3.20599)
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0)
shape = SubResource("CapsuleShape3D_xuba7")