[gd_scene load_steps=3 format=3 uid="uid://dohnm5dlvf8fs"] [ext_resource type="Texture2D" uid="uid://cu1l78e0v6ia3" path="res://composants/interface/planete/images/01.png" id="1_ocyoe"] [sub_resource type="CircleShape2D" id="CircleShape2D_taghb"] radius = 54.037 [node name="Planete" type="Sprite2D"] texture = ExtResource("1_ocyoe") [node name="Cliquable" type="Area2D" parent="."] [node name="Forme" type="CollisionShape2D" parent="Cliquable"] shape = SubResource("CircleShape2D_taghb") [connection signal="input_event" from="Cliquable" to="." method="_quand_cliquable_recoit_evenement"]