33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://c03h0nwewolfx"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dbspjkdc5q1mc" path="res://assets/Slider.png" id="1_idpo1"]
|
|
[ext_resource type="Texture2D" uid="uid://blj4h34gr3s0q" path="res://assets/SpeedScale.png" id="1_otl7y"]
|
|
[ext_resource type="Script" path="res://scenes/Grid/speed_scale.gd" id="1_w2ui3"]
|
|
|
|
[sub_resource type="Curve2D" id="Curve2D_jnpcs"]
|
|
_data = {
|
|
"points": PackedVector2Array(0, 0, 0, 0, 0, 628, 0, 0, 0, 0, 0, -636)
|
|
}
|
|
point_count = 2
|
|
|
|
[node name="SpeedScale" type="Node2D"]
|
|
script = ExtResource("1_w2ui3")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(12.8, 12.8)
|
|
texture = ExtResource("1_otl7y")
|
|
|
|
[node name="Path2D" type="Path2D" parent="."]
|
|
position = Vector2(0, 3.94867)
|
|
scale = Vector2(1, 0.99359)
|
|
curve = SubResource("Curve2D_jnpcs")
|
|
|
|
[node name="Slider" type="PathFollow2D" parent="Path2D"]
|
|
position = Vector2(0, -636)
|
|
progress = 1264.0
|
|
rotates = false
|
|
loop = false
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="Path2D/Slider"]
|
|
scale = Vector2(12.8, 12.8)
|
|
texture = ExtResource("1_idpo1")
|