Переглянути джерело

:fire: Supprime scene inutilisee

DricomDragon 8 місяців тому
батько
коміт
9b2343b152
1 змінених файлів з 0 додано та 16 видалено
  1. 0 16
      godot/composants/interface/planete/planete.tscn

+ 0 - 16
godot/composants/interface/planete/planete.tscn

@@ -1,16 +0,0 @@
-[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"]