[gd_scene load_steps=4 format=3 uid="uid://vilrv0y5q2re"] [ext_resource type="Script" path="res://composants/objets/balle/balle.gd" id="1_ssf8u"] [ext_resource type="Texture2D" uid="uid://bbpkc5fx4p34l" path="res://composants/objets/balle/ball_main0001.png" id="2_aab72"] [sub_resource type="CircleShape2D" id="CircleShape2D_lab73"] radius = 5.42 [node name="Balle" type="CharacterBody2D"] motion_mode = 1 wall_min_slide_angle = 0.0 script = ExtResource("1_ssf8u") [node name="Image" type="Sprite2D" parent="."] scale = Vector2(2, 2) texture = ExtResource("2_aab72") [node name="Forme" type="CollisionShape2D" parent="."] shape = SubResource("CircleShape2D_lab73") [node name="VerificateurVisibilite" type="VisibleOnScreenNotifier2D" parent="."] [connection signal="screen_exited" from="VerificateurVisibilite" to="." method="_quand_verificateur_visibilite_detecte_sortie_ecran"]