challenge-editor/scene/card_state_machine/arrow.tscn
2024-09-25 11:52:36 +08:00

50 lines
1.7 KiB
Plaintext

[gd_scene load_steps=9 format=3 uid="uid://c7vtcaeg4nkbu"]
[ext_resource type="Script" path="res://scene/card_state_machine/arrow.gd" id="1_oqukl"]
[ext_resource type="PackedScene" uid="uid://dg27pietgq7qd" path="res://scene/card_state_machine/arrowImg.tscn" id="2_ba6kg"]
[sub_resource type="Gradient" id="Gradient_7pfi1"]
offsets = PackedFloat32Array(0, 0.466667, 0.509804)
colors = PackedColorArray(0, 0.463205, 0.823238, 1, 0, 0.462745, 0.823529, 1, 1, 1, 1, 0)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_qscu6"]
gradient = SubResource("Gradient_7pfi1")
fill = 1
fill_from = Vector2(0.5, 0.5)
[sub_resource type="Gradient" id="Gradient_8a280"]
offsets = PackedFloat32Array(0, 0.278431, 0.305882)
colors = PackedColorArray(0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_t54e3"]
gradient = SubResource("Gradient_8a280")
fill = 2
fill_from = Vector2(0.517094, 1)
[sub_resource type="Curve" id="Curve_035f2"]
_data = [Vector2(0, 0.600293), 0.0, 0.0, 0, 0, Vector2(1e-05, 0.581259), 0.0, 0.0, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0]
point_count = 3
[sub_resource type="CircleShape2D" id="CircleShape2D_cys1g"]
radius = 11.1803
[node name="arrow" type="Control"]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_oqukl")
texture_circle = SubResource("GradientTexture2D_qscu6")
texture_arrow = SubResource("GradientTexture2D_t54e3")
texture_num = 20
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")