Files
Kalulu/sources/language_tool/lesson_container.tscn
T
2025-04-09 16:56:40 +02:00

55 lines
1.5 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://di1ul6ixytmcj"]
[ext_resource type="Script" uid="uid://ri61tx6u2t7u" path="res://sources/language_tool/lesson_container.gd" id="1_vwysl"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lnyia"]
bg_color = Color(0.254902, 0.329412, 0.572549, 1)
border_width_bottom = 2
border_color = Color(0, 0, 0, 1)
[node name="LessonContainer" type="MarginContainer"]
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = -66.0
offset_bottom = 66.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_vwysl")
[node name="Panel" type="Panel" parent="."]
layout_mode = 2
mouse_filter = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_lnyia")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
mouse_filter = 2
[node name="NumberLabel" type="Label" parent="HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.3
theme_override_font_sizes/font_size = 100
text = "10"
horizontal_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
mouse_filter = 2
[node name="Padding" type="Control" parent="HBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.3
mouse_filter = 2
[node name="GPContainer" type="HBoxContainer" parent="HBoxContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/separation = 100