SchildDerStaerke/scenes/player.tscn

88 lines
3.2 KiB
Plaintext

[gd_scene load_steps=11 format=3 uid="uid://ls50bb2tbyoq"]
[ext_resource type="Script" path="res://scripts/player.gd" id="1_5eofs"]
[ext_resource type="Material" uid="uid://crrj7v8qx56w6" path="res://resources/material/player.tres" id="2_5tp3j"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_hco8d"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_6sech"]
material = ExtResource("2_5tp3j")
[sub_resource type="SphereMesh" id="SphereMesh_yqgri"]
material = ExtResource("2_5tp3j")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ssuxw"]
albedo_color = Color(0, 0, 0, 1)
[sub_resource type="SphereMesh" id="SphereMesh_38l4q"]
material = SubResource("StandardMaterial3D_ssuxw")
radius = 0.1
height = 0.2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_4355f"]
[sub_resource type="SphereMesh" id="SphereMesh_ef7sw"]
material = SubResource("StandardMaterial3D_4355f")
radius = 0.05
height = 0.1
[sub_resource type="CapsuleMesh" id="CapsuleMesh_78t0f"]
material = ExtResource("2_5tp3j")
radius = 0.1
height = 0.75
[node name="Player" type="CharacterBody3D"]
script = ExtResource("1_5eofs")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CapsuleShape3D_hco8d")
[node name="Root" type="Node3D" parent="."]
[node name="Bauch" type="MeshInstance3D" parent="Root"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
mesh = SubResource("CapsuleMesh_6sech")
skeleton = NodePath("../..")
[node name="Kopf" type="MeshInstance3D" parent="Root"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
mesh = SubResource("SphereMesh_yqgri")
skeleton = NodePath("../..")
[node name="RechtesAuge" type="MeshInstance3D" parent="Root"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.142299, 2.1937, -0.45327)
mesh = SubResource("SphereMesh_38l4q")
skeleton = NodePath("../..")
[node name="Pupille" type="MeshInstance3D" parent="Root/RechtesAuge"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.013465, -0.0100806, -0.0539168)
mesh = SubResource("SphereMesh_ef7sw")
skeleton = NodePath("../../..")
[node name="LinkesAuge" type="MeshInstance3D" parent="Root"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.157842, 2.1937, -0.45327)
mesh = SubResource("SphereMesh_38l4q")
skeleton = NodePath("../..")
[node name="Pupille2" type="MeshInstance3D" parent="Root/LinkesAuge"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0180475, -0.012116, -0.0547895)
mesh = SubResource("SphereMesh_ef7sw")
skeleton = NodePath("../../..")
[node name="RechterArm" type="MeshInstance3D" parent="Root"]
transform = Transform3D(0.838671, -0.544639, 0, 0.544639, 0.838671, 0, 0, 0, 1, 0.54955, 1.36876, 0)
mesh = SubResource("CapsuleMesh_78t0f")
skeleton = NodePath("../..")
[node name="LinkerArm" type="MeshInstance3D" parent="Root"]
transform = Transform3D(0.838671, 0.544639, 0, -0.544639, 0.838671, 0, 0, 0, 1, -0.559723, 1.36876, 0)
mesh = SubResource("CapsuleMesh_78t0f")
skeleton = NodePath("../..")
[node name="SpringArm3D" type="SpringArm3D" parent="Root"]
transform = Transform3D(1, 0, 0, 0, 0.838671, 0.544639, 0, -0.544639, 0.838671, 0, 1, 0)
spring_length = 5.0
[node name="Camera3D" type="Camera3D" parent="Root/SpringArm3D"]