code-game-jam-drop-plafond-.../scenes/attaques/Balle2.tscn

17 lines
618 B
Text
Raw Normal View History

2025-01-24 18:45:09 +01:00
[gd_scene load_steps=3 format=3 uid="uid://crpjmum8m2m1b"]
2025-01-24 14:27:04 +01:00
2025-01-24 18:45:09 +01:00
[ext_resource type="Script" path="res://scripts/Instrument/balle.gd" id="1_gf62f"]
[ext_resource type="Texture2D" uid="uid://1xayae6jyuge" path="res://ressources/images/note2.png" id="2_5005k"]
2025-01-24 14:27:04 +01:00
2025-01-24 15:56:39 +01:00
[node name="Balle1" type="CharacterBody2D" node_paths=PackedStringArray("raycast")]
2025-01-24 18:45:09 +01:00
script = ExtResource("1_gf62f")
2025-01-24 15:56:39 +01:00
raycast = NodePath("RayCast2D")
2025-01-24 14:27:04 +01:00
[node name="Sprite2D" type="Sprite2D" parent="."]
rotation = 3.14159
2025-01-24 18:45:09 +01:00
texture = ExtResource("2_5005k")
2025-01-24 14:27:04 +01:00
[node name="RayCast2D" type="RayCast2D" parent="."]
position = Vector2(0, -7)
target_position = Vector2(0, 15)