[gd_scene load_steps=5 format=3 uid="uid://ck0bj7444wfsl"] [ext_resource type="Script" uid="uid://d4n32kt7t726k" path="res://blob.gd" id="1_wigkh"] [ext_resource type="Texture2D" uid="uid://dvlvu37up72gt" path="res://bubble.png" id="2_jle3w"] [sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_aaw6g"] particle_flag_disable_z = true emission_shape = 1 emission_sphere_radius = 53.96 angular_velocity_min = -1.60933e-05 angular_velocity_max = -1.60933e-05 orbit_velocity_min = 0.184 orbit_velocity_max = 0.184 radial_velocity_min = 91.95 radial_velocity_max = 160.92 gravity = Vector3(0, 0, 0) [sub_resource type="CircleShape2D" id="CircleShape2D_i5m1y"] radius = 45.0 [node name="Blob" type="Node2D"] script = ExtResource("1_wigkh") [node name="GPUParticles2D" type="GPUParticles2D" parent="."] amount = 100 texture = ExtResource("2_jle3w") lifetime = 0.1 speed_scale = 0.3 fixed_fps = 60 process_material = SubResource("ParticleProcessMaterial_aaw6g") [node name="Area2D" type="Area2D" parent="."] collision_layer = 0 collision_mask = 4 [node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] shape = SubResource("CircleShape2D_i5m1y")