planete.tscn 710 B

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