Files
parable/scenes/sheep.tscn
2025-04-16 01:17:59 +02:00

19 lines
826 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(0.644337, 0, 0, 0, 0.644337, 0, 0, 0, 0.644337, 0.0133002, -0.420118, 0)
mesh = ExtResource("1_t8l8v")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(0.642242, 0, 0, 0, 0.642242, 0, 0, 0, 0.642242, 0.0610528, -0.0255847, 0)
shape = SubResource("BoxShape3D_t8l8v")