20 lines
729 B
Text
20 lines
729 B
Text
[gd_scene load_steps=4 format=3 uid="uid://x5powiwrfash"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://gf7us6an3mhu" path="res://test_star.png" id="1_o3e76"]
|
|
[ext_resource type="Script" path="res://cut_sequence_point.gd" id="2_um6ol"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_e2fuh"]
|
|
radius = 8.24621
|
|
|
|
[node name="CutSequencePoint" type="Sprite2D"]
|
|
scale = Vector2(0.5, 0.5)
|
|
texture = ExtResource("1_o3e76")
|
|
script = ExtResource("2_um6ol")
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
position = Vector2(0, 2)
|
|
shape = SubResource("CircleShape2D_e2fuh")
|
|
|
|
[connection signal="area_entered" from="Area2D" to="." method="_on_area_2d_area_entered"]
|