29 lines
737 B
Text
29 lines
737 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://resources/fonts/TimesNewerRoman-Regular.otf" type="DynamicFontData" id=1]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 35
|
|
font_data = ExtResource( 1 )
|
|
|
|
[sub_resource type="StyleBoxFlat" id=2]
|
|
bg_color = Color( 0, 0, 0, 1 )
|
|
border_width_left = 3
|
|
border_width_top = 3
|
|
border_width_right = 3
|
|
border_width_bottom = 3
|
|
border_color = Color( 1, 1, 1, 1 )
|
|
border_blend = true
|
|
|
|
[node name="Node" type="Control"]
|
|
|
|
[node name="Node2D" type="Node2D" parent="."]
|
|
z_index = 4096
|
|
z_as_relative = false
|
|
|
|
[node name="Label" type="Label" parent="Node2D"]
|
|
margin_left = 25.0
|
|
margin_bottom = 49.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
custom_styles/normal = SubResource( 2 )
|
|
text = "new tooltip"
|