17 lines
695 B
Plaintext
17 lines
695 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://b7vj5j6wxqrfr"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/characters/npc/zombie/zombie.gd" id="1_2j0kt"]
|
|
[ext_resource type="PackedScene" uid="uid://1txob6jskn5s" path="res://scenes/characters/blue/dummy.tscn" id="1_qd8fb"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_t4cyd"]
|
|
height = 1.6
|
|
|
|
[node name="PlayerPlaceholder_Zombie" type="CharacterBody3D"]
|
|
script = ExtResource("1_2j0kt")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.801503, -0.185051)
|
|
shape = SubResource("CapsuleShape3D_t4cyd")
|
|
|
|
[node name="Dummy" parent="." instance=ExtResource("1_qd8fb")]
|