22 lines
849 B
Plaintext
22 lines
849 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://bull1234abcd"]
|
|
|
|
[ext_resource type="Script" uid="uid://bullscript1" path="res://scripts/npcs/mekton_bull.gd" id="1_bull"]
|
|
[ext_resource type="PackedScene" uid="uid://df7h7y7y7y7y7" path="res://scenes/static_tekton_mesh.tscn" id="2_mesh"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_bull"]
|
|
size = Vector3(1.5, 2.0, 1.5)
|
|
|
|
[node name="MektonBull" type="Area3D" groups=["MektonBulls"]]
|
|
collision_layer = 4
|
|
collision_mask = 2
|
|
script = ExtResource("1_bull")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.0, 0)
|
|
shape = SubResource("BoxShape3D_bull")
|
|
|
|
[node name="Visuals" type="Node3D" parent="."]
|
|
|
|
[node name="Mesh" parent="Visuals" instance=ExtResource("2_mesh")]
|
|
transform = Transform3D(0.4, 0, 0, 0, 0.4, 0, 0, 0, 0.4, 0, 0, 0)
|