This commit is contained in:
2025-04-16 01:17:59 +02:00
parent e34491f7ec
commit 43321d4961
8 changed files with 4193 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
[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(1, 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, -0.0223495, -0.00924683)
shape = SubResource("BoxShape3D_xsq4n")