Files
parable/scenes/wolf.tscn
2025-04-16 02:37:21 +02:00

19 lines
810 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://cnls421snxj5r"]
[ext_resource type="Script" uid="uid://c4f71wtyrktkq" path="res://scripts/wolf.gd" id="1_jrowp"]
[ext_resource type="ArrayMesh" uid="uid://eqjkgu2h3c5l" path="res://assets/wolf/Wolf.obj" id="1_xsq4n"]
[sub_resource type="BoxShape3D" id="BoxShape3D_xsq4n"]
size = Vector3(0.289169, 1, 1.44244)
[node name="Wolf" type="CharacterBody3D"]
script = ExtResource("1_jrowp")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(0.0064462, 0, 0, 0, 0.0064462, 0, 0, 0, 0.0064462, 0, -0.548508, 0)
mesh = ExtResource("1_xsq4n")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00136566, -0.0223495, -0.00924683)
shape = SubResource("BoxShape3D_xsq4n")