16 lines
468 B
Plaintext
16 lines
468 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://ck1gd38drird6"]
|
|
|
|
[ext_resource type="Script" path="res://entities/BombEmitter.gd" id="1_nvjs2"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_yy20u"]
|
|
height = 0.5
|
|
radius = 5.0
|
|
|
|
[node name="BombEmitter" type="Node3D"]
|
|
script = ExtResource("1_nvjs2")
|
|
|
|
[node name="Area3D" type="Area3D" parent="."]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
|
|
shape = SubResource("CylinderShape3D_yy20u")
|