initial commit
This commit is contained in:
commit
79951d8075
22 changed files with 729 additions and 0 deletions
16
gears/gear_pickup.tscn
Normal file
16
gears/gear_pickup.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://of6tq8gpjxtu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dc84ngcaxqd0c" path="res://gears/gear_pickup.gd" id="1_46ram"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_eqvx5"]
|
||||
size = Vector3(1.5, 1.5, 1.5)
|
||||
|
||||
[node name="GearPickup" type="Area3D"]
|
||||
collision_layer = 4
|
||||
collision_mask = 2
|
||||
script = ExtResource("1_46ram")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("BoxShape3D_eqvx5")
|
||||
|
||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue