challenge-editor/scene/card_state_machine/arrow.tscn

34 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-09-25 18:04:02 +08:00
[gd_scene load_steps=7 format=3 uid="uid://c7vtcaeg4nkbu"]
2024-09-24 17:26:44 +08:00
[ext_resource type="Script" path="res://scene/card_state_machine/arrow.gd" id="1_oqukl"]
2024-09-25 11:52:36 +08:00
[ext_resource type="PackedScene" uid="uid://dg27pietgq7qd" path="res://scene/card_state_machine/arrowImg.tscn" id="2_ba6kg"]
2024-09-25 18:04:02 +08:00
[ext_resource type="Texture2D" uid="uid://6hve0s4ensqw" path="res://res/ui/ui_026_1_arrow/tuceng356.png" id="2_hhxo0"]
[ext_resource type="Texture2D" uid="uid://bncj5637mf3b" path="res://res/ui/ui_026_1_arrow/tuceng355.png" id="3_rp6eo"]
2024-09-25 11:52:36 +08:00
[sub_resource type="Curve" id="Curve_035f2"]
2024-09-25 18:04:02 +08:00
_data = [Vector2(0, 0.600293), 0.0, 0.0, 0, 0, Vector2(1e-05, 0.200586), 0.0, 0.0, 0, 0, Vector2(1, 0.210102), 0.0, 0.0, 0, 0]
2024-09-25 11:52:36 +08:00
point_count = 3
[sub_resource type="CircleShape2D" id="CircleShape2D_cys1g"]
radius = 11.1803
2024-09-24 17:26:44 +08:00
[node name="arrow" type="Control"]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_oqukl")
2024-09-25 18:04:02 +08:00
texture_circle = ExtResource("2_hhxo0")
texture_arrow = ExtResource("3_rp6eo")
texture_num = 10
2024-09-25 11:52:36 +08:00
arrowImageScene = ExtResource("2_ba6kg")
curve = SubResource("Curve_035f2")
max_scale = 1.0
[node name="Area2D" type="Area2D" parent="."]
collision_layer = 0
collision_mask = 0
monitoring = false
monitorable = false
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
shape = SubResource("CircleShape2D_cys1g")