2020-09-01 21:25:24 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2020-03-18 16:20:55 +01:00
|
|
|
|
2020-10-26 19:15:47 +01:00
|
|
|
[ext_resource path="res://fonts/default.tres" type="DynamicFont" id=1]
|
|
|
|
[ext_resource path="res://scenes/arrow.gd" type="Script" id=2]
|
|
|
|
|
2020-03-18 16:20:55 +01:00
|
|
|
[node name="Arrow" type="Node2D"]
|
2020-09-01 21:25:24 +02:00
|
|
|
show_behind_parent = true
|
2020-10-26 19:15:47 +01:00
|
|
|
script = ExtResource( 2 )
|
2020-03-18 16:20:55 +01:00
|
|
|
|
|
|
|
[node name="Line" type="Line2D" parent="."]
|
2020-03-18 20:03:17 +01:00
|
|
|
points = PoolVector2Array( -0.480499, -0.11055, 158.301, 0.581757 )
|
2020-09-01 21:25:24 +02:00
|
|
|
default_color = Color( 0.2, 0.2, 0.2, 1 )
|
2020-03-18 20:03:17 +01:00
|
|
|
|
|
|
|
[node name="Tip" type="Node2D" parent="."]
|
2020-09-24 10:25:38 +02:00
|
|
|
position = Vector2( 158.06, 0.290878 )
|
2020-09-01 21:25:24 +02:00
|
|
|
z_index = 1
|
2020-03-18 20:03:17 +01:00
|
|
|
|
|
|
|
[node name="Polygon" type="Polygon2D" parent="Tip"]
|
2020-09-24 10:25:38 +02:00
|
|
|
position = Vector2( -24.7164, -6.37881 )
|
2020-03-18 20:03:17 +01:00
|
|
|
z_index = -1
|
2020-09-01 21:25:24 +02:00
|
|
|
color = Color( 0.2, 0.2, 0.2, 1 )
|
2020-10-29 16:59:46 +01:00
|
|
|
polygon = PoolVector2Array( -4.87012, 27.2617, 39.7077, 6.0953, -4.87012, -15.0711 )
|
2020-03-18 16:20:55 +01:00
|
|
|
|
|
|
|
[node name="Label" type="Node2D" parent="."]
|
2020-09-01 21:25:24 +02:00
|
|
|
visible = false
|
2020-03-18 16:20:55 +01:00
|
|
|
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
|
2020-09-01 21:25:24 +02:00
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 1 )
|
2022-08-18 12:19:13 +02:00
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2020-03-18 16:20:55 +01:00
|
|
|
text = "label"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-09-14 15:35:30 +02:00
|
|
|
|
|
|
|
[node name="Target" type="Label" parent="."]
|
2020-09-24 10:31:41 +02:00
|
|
|
margin_left = -230.84
|
|
|
|
margin_top = 42.1225
|
|
|
|
margin_right = 231.16
|
|
|
|
margin_bottom = 68.1225
|
2020-09-14 15:35:30 +02:00
|
|
|
custom_colors/font_color = Color( 0.356863, 0.356863, 0.356863, 1 )
|
2022-08-18 12:19:13 +02:00
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2020-09-14 15:35:30 +02:00
|
|
|
text = "label"
|
|
|
|
align = 1
|