|
@@ -1,13 +1,12 @@
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://caq4nri545npd"]
|
|
|
|
|
|
[ext_resource type="Script" path="res://composants/objets/balle/balle_de_feu/balle_de_feu.gd" id="1_snyek"]
|
|
|
-[ext_resource type="Texture2D" uid="uid://bbpkc5fx4p34l" path="res://composants/objets/balle/ball_main0001.png" id="2_s1mc5"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://pwewqo1blabg" path="res://composants/objets/balle/balle_de_feu/02.png" id="2_bp2kr"]
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_lab73"]
|
|
|
radius = 5.42
|
|
|
|
|
|
[node name="BalleDeFeu" type="CharacterBody2D" groups=["groupe_des_balles"]]
|
|
|
-modulate = Color(1, 0.317647, 0, 1)
|
|
|
collision_mask = 22
|
|
|
motion_mode = 1
|
|
|
wall_min_slide_angle = 0.0
|
|
@@ -16,8 +15,8 @@ platform_wall_layers = 4
|
|
|
script = ExtResource("1_snyek")
|
|
|
|
|
|
[node name="Image" type="Sprite2D" parent="."]
|
|
|
-scale = Vector2(2, 2)
|
|
|
-texture = ExtResource("2_s1mc5")
|
|
|
+position = Vector2(-3, 0)
|
|
|
+texture = ExtResource("2_bp2kr")
|
|
|
|
|
|
[node name="Forme" type="CollisionShape2D" parent="."]
|
|
|
shape = SubResource("CircleShape2D_lab73")
|