-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrubber.tscn
More file actions
29 lines (22 loc) · 979 Bytes
/
Copy pathrubber.tscn
File metadata and controls
29 lines (22 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[gd_scene load_steps=5 format=2]
[ext_resource path="res://icon.png" type="Texture" id=1]
[ext_resource path="res://HairSpray.gd" type="Script" id=2]
[sub_resource type="GDScript" id=3]
script/source = "extends Node2D
func _process(delta):
position = get_global_mouse_position()
"
[sub_resource type="Curve" id=2]
_data = [ Vector2( 0, 0 ), 0.0, 5.93454, 0, 0, Vector2( 0.5, 1 ), -0.0272727, -0.0272727, 0, 0, Vector2( 1, 0 ), 0.0, 0.0, 0, 0 ]
[node name="Node2D" type="Node2D"]
[node name="Control" type="Node2D" parent="."]
script = SubResource( 3 )
[node name="Line2D" type="Line2D" parent="."]
points = PoolVector2Array( 207, 32, 217.096, 37.4431, 225.899, 44.3924, 237, 58, 255.972, 84.5891, 273.443, 106.589, 294, 126, 317.12, 143.472, 345, 164, 368.129, 178.284, 375.356, 181.326, 382.955, 183.843, 399, 186 )
width = 59.0
width_curve = SubResource( 2 )
texture = ExtResource( 1 )
texture_mode = 2
script = ExtResource( 2 )
target = "../Control"
max_stretch = 100