21 lines
686 B
Plaintext
21 lines
686 B
Plaintext
|
|
[gd_scene format=3 uid="uid://d5n7kwhkl4le"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://w8ctpjxlfoih" path="res://Scripts/dropplet.gd" id="1_8btdw"]
|
||
|
|
|
||
|
|
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_l34re"]
|
||
|
|
friction = 0.1
|
||
|
|
bounce = 0.5
|
||
|
|
|
||
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_8btdw"]
|
||
|
|
radius = 1.0
|
||
|
|
|
||
|
|
[node name="Dropplet" type="RigidBody2D" unique_id=1699297511]
|
||
|
|
physics_material_override = SubResource("PhysicsMaterial_l34re")
|
||
|
|
contact_monitor = true
|
||
|
|
max_contacts_reported = 100
|
||
|
|
script = ExtResource("1_8btdw")
|
||
|
|
metadata/_edit_group_ = true
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=607348583]
|
||
|
|
shape = SubResource("CircleShape2D_8btdw")
|