planete.tscn 596 B

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