code-game-jam-drop-plafond-.../scenes/attaques/Balle.tscn
2025-01-24 14:27:04 +01:00

13 lines
431 B
Text

[gd_scene load_steps=2 format=3 uid="uid://btpp8l4efhrmj"]
[ext_resource type="Texture2D" uid="uid://ge7xtkpw6hgb" path="res://ressources/images/note1.png" id="1_qx664"]
[node name="Balle1" type="CharacterBody2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
rotation = 3.14159
texture = ExtResource("1_qx664")
[node name="RayCast2D" type="RayCast2D" parent="."]
position = Vector2(0, -7)
target_position = Vector2(0, 15)