code-game-jam-drop-plafond-.../scenes/attaques/Balle3.tscn
2025-01-24 18:45:09 +01:00

16 lines
619 B
Text

[gd_scene load_steps=3 format=3 uid="uid://j4j8mg7jhuwy"]
[ext_resource type="Script" path="res://scripts/Instrument/balle.gd" id="1_7dxcl"]
[ext_resource type="Texture2D" uid="uid://cq5j2fb07d7f8" path="res://ressources/images/notes3.svg" id="2_gx4yt"]
[node name="Balle1" type="CharacterBody2D" node_paths=PackedStringArray("raycast")]
script = ExtResource("1_7dxcl")
raycast = NodePath("RayCast2D")
[node name="Sprite2D" type="Sprite2D" parent="."]
rotation = 3.14159
texture = ExtResource("2_gx4yt")
[node name="RayCast2D" type="RayCast2D" parent="."]
position = Vector2(0, -7)
target_position = Vector2(0, 15)