28 lines
641 B
Plaintext
28 lines
641 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Link.gd" type="Script" id=1]
|
|
[ext_resource path="res://DetailFont.tres" type="DynamicFont" id=2]
|
|
|
|
[sub_resource type="Theme" id=1]
|
|
default_font = ExtResource( 2 )
|
|
|
|
[node name="Link" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Line" type="Line2D" parent="."]
|
|
z_index = -1
|
|
width = 6.0
|
|
default_color = Color( 0.596078, 0.976471, 0.67451, 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = -12.0
|
|
margin_top = -12.0
|
|
margin_right = 12.0
|
|
margin_bottom = 12.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
theme = SubResource( 1 )
|
|
text = "1"
|
|
align = 1
|
|
valign = 1
|