Hook up robot + perfect-block stun + moving block zone!

This commit is contained in:
Jennie Robinson Faber 2026-05-10 20:07:49 +01:00
parent 1d6b5c35ca
commit 9dd2546613
6 changed files with 95 additions and 14 deletions

View file

@ -1,7 +1,7 @@
[gd_scene format=3 uid="uid://b8q1mk8ub3dwm"]
[gd_scene format=3 uid="uid://v07x1vbept3i"]
[ext_resource type="Texture2D" uid="uid://ba2ywy388r8g1" path="res://images/bot.png" id="1_br0rw"]
[ext_resource type="Script" uid="uid://c0ii52yy7qbcu" path="res://scenes/robot.gd" id="1_ykvnc"]
[ext_resource type="Script" path="res://scenes/robot.gd" id="1_ykvnc"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_ykvnc"]
height = 1.8903809
@ -25,6 +25,5 @@ disabled = true
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D" unique_id=273523738]
transform = Transform3D(1.25, 0, 0, 0, 1.25, 0, 0, 0, 1.25, 0, 0.29987764, 0)
shape = SubResource("CylinderShape3D_ykvnc")
disabled = true
[connection signal="area_entered" from="Area3D" to="." method="_on_area_3d_area_entered"]