1
0
This commit is contained in:
FoxSpellCaster
2025-01-09 22:21:05 -05:00
parent 8d7c9eafd4
commit a8069211b7
5 changed files with 50 additions and 17 deletions

20
BaloonPopper/Balloon.tscn Normal file
View File

@@ -0,0 +1,20 @@
[gd_scene load_steps=5 format=3 uid="uid://dx4fsec1do8jf"]
[ext_resource type="Script" uid="uid://c30ldumgb7qiu" path="res://BaloonPopper/Balloon.gd" id="1_kf32r"]
[ext_resource type="Material" uid="uid://bdq28mtbdbb0n" path="res://BaloonPopper/Balloon.tres" id="2_c7wbr"]
[sub_resource type="SphereMesh" id="SphereMesh_7wxj3"]
[sub_resource type="SphereShape3D" id="SphereShape3D_x0uas"]
[node name="Balloon" type="Area3D"]
script = ExtResource("1_kf32r")
[node name="Model" type="MeshInstance3D" parent="."]
material_override = ExtResource("2_c7wbr")
mesh = SubResource("SphereMesh_7wxj3")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("SphereShape3D_x0uas")
[connection signal="input_event" from="." to="." method="_on_input_event"]