Files
parable/scenes/sheep.tscn
2025-04-16 00:38:13 +02:00

19 lines
774 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://c7aoap751lfgh"]
[ext_resource type="Script" uid="uid://bt82qpykbut2u" path="res://scripts/sheep.gd" id="1_gw4f6"]
[ext_resource type="ArrayMesh" uid="uid://lpyt33avugll" path="res://assets/sheep/sheep.obj" id="1_t8l8v"]
[sub_resource type="BoxShape3D" id="BoxShape3D_t8l8v"]
size = Vector3(1.54871, 1.2314, 1)
[node name="Sheep" type="CharacterBody3D"]
script = ExtResource("1_gw4f6")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.530004, 0)
mesh = ExtResource("1_t8l8v")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.074353, 0.0843018, 0)
shape = SubResource("BoxShape3D_t8l8v")