19 lines
678 B
Text
19 lines
678 B
Text
[gd_scene load_steps=4 format=3 uid="uid://y2j5qtyg4vt3"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Instrument/onde.gd" id="1_6377h"]
|
|
[ext_resource type="Texture2D" uid="uid://bq2gg8sxvwth2" path="res://ressources/images/ronde tambour.png.png" id="1_oawub"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_r81ru"]
|
|
radius = 125.575
|
|
|
|
[node name="Onde" type="CharacterBody2D"]
|
|
collision_layer = 2
|
|
collision_mask = 2
|
|
script = ExtResource("1_6377h")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(2.5, 2.5)
|
|
texture = ExtResource("1_oawub")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_r81ru")
|