[gd_scene load_steps=4 format=2] [ext_resource path="res://entities/pellett/pellett.png" type="Texture" id=1] [ext_resource path="res://entities/pellett/pellett.gd" type="Script" id=2] [sub_resource type="CircleShape2D" id=1] radius = 2.33548 [node name="pellett" type="KinematicBody2D" groups=[ "Enemies", ]] collision_layer = 16 script = ExtResource( 2 ) [node name="texture" type="Sprite" parent="."] texture = ExtResource( 1 ) [node name="collision" type="CollisionShape2D" parent="."] shape = SubResource( 1 ) [node name="visiblity_notifier" type="VisibilityNotifier2D" parent="."] [connection signal="screen_exited" from="visiblity_notifier" to="." method="_on_visiblity_notifier_screen_exited"]