18 lines
507 B
Plaintext
18 lines
507 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dx6fxak21icvs"]
|
|
|
|
[ext_resource type="Script" path="res://entities/BombEmitter.gd" id="1_110pt"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_7yhwp"]
|
|
height = 0.5
|
|
radius = 3.0
|
|
|
|
[node name="BombEmitter" type="Node3D"]
|
|
script = ExtResource("1_110pt")
|
|
|
|
[node name="Area3D" type="Area3D" parent="."]
|
|
collision_layer = 0
|
|
collision_mask = 4
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
|
|
shape = SubResource("CylinderShape3D_7yhwp")
|