oh-my-git/arrow.tscn

35 lines
940 B
Plaintext
Raw Normal View History

2020-03-18 16:20:55 +01:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://arrow.gd" type="Script" id=1]
[node name="Arrow" type="Node2D"]
script = ExtResource( 1 )
[node name="Line" type="Line2D" parent="."]
z_index = -1
2020-03-18 20:03:17 +01:00
points = PoolVector2Array( -0.480499, -0.11055, 158.301, 0.581757 )
default_color = Color( 0.447059, 0.447059, 0.447059, 1 )
[node name="Tip" type="Node2D" parent="."]
position = Vector2( 149.835, 0.290878 )
[node name="Polygon" type="Polygon2D" parent="Tip"]
position = Vector2( -9.66138, -2.89842 )
z_index = -1
color = Color( 0.447059, 0.447059, 0.447059, 1 )
polygon = PoolVector2Array( -19.8744, 17.0372, 47.7551, 11.8845, -10.5351, -21.2861 )
2020-03-18 16:20:55 +01:00
[node name="Label" type="Node2D" parent="."]
position = Vector2( 102, 46 )
[node name="ID" type="Label" parent="Label"]
margin_left = -19.374
margin_top = -5.93085
margin_right = 20.626
margin_bottom = 8.06915
text = "label"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}