[gd_scene load_steps=4 format=3 uid="uid://cns884oaxgoof"] [ext_resource type="Texture2D" uid="uid://rfclri1liv0m" path="res://dicaprio.png" id="1_6cbbs"] [ext_resource type="Script" path="res://dicaprio.gd" id="1_wrbpo"] [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_sakix"] radius = 23.0 height = 174.0 [node name="Area2D" type="Area2D"] script = ExtResource("1_wrbpo") [node name="Sprite2D" type="Sprite2D" parent="."] scale = Vector2(0.5, 0.5) texture = ExtResource("1_6cbbs") [node name="Glitch" type="Sprite2D" parent="."] scale = Vector2(0.5, 0.5) texture = ExtResource("1_6cbbs") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CapsuleShape2D_sakix") [connection signal="area_entered" from="." to="." method="_on_area_entered"]