1
0
Files
godotminiprojects/BaloonPopper/Balloon.tscn
FoxSpellCaster a8069211b7 Lesson 3
2025-01-09 22:21:05 -05:00

21 lines
783 B
Plaintext

[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"]