20 lines
704 B
Plaintext
20 lines
704 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dwphmxstaxn4v"]
|
|
|
|
[ext_resource type="Script" uid="uid://bjw0gwcqxx30d" path="res://table/lable.gd" id="1_xk0u2"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_yign5"]
|
|
bg_color = Color(0.117647, 0.117647, 0.117647, 0.85098)
|
|
border_width_bottom = 2
|
|
border_color = Color(0.0562916, 0.0562916, 0.0562916, 1)
|
|
corner_radius_top_left = 3
|
|
corner_radius_top_right = 3
|
|
corner_radius_bottom_right = 3
|
|
corner_radius_bottom_left = 5
|
|
|
|
[node name="Lable" type="Label"]
|
|
offset_right = 104.0
|
|
offset_bottom = 27.0
|
|
theme_override_colors/font_color = Color(1, 0.596078, 0.4, 1)
|
|
theme_override_styles/normal = SubResource("StyleBoxFlat_yign5")
|
|
script = ExtResource("1_xk0u2")
|