iFactory.Godot/Artists/Themes/FactoryThemePreview.tscn

67 lines
1.9 KiB
Plaintext
Raw Normal View History

2023-07-05 10:20:08 +08:00
[gd_scene format=3 uid="uid://dey6r76kttak6"]
[node name="FactoryThemePreview" type="ScrollContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
custom_minimum_size = Vector2(512, 0)
layout_mode = 2
[node name="Button" type="Button" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
text = "按钮"
[node name="Button2" type="Button" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_type_variation = &"Accent"
text = "按钮"
[node name="Button3" type="Button" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_type_variation = &"ColorPanel"
text = "按钮"
[node name="Button4" type="Button" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_type_variation = &"Flat"
text = "按钮"
[node name="VBoxContainer2" type="VBoxContainer" parent="HBoxContainer"]
custom_minimum_size = Vector2(512, 0)
layout_mode = 2
[node name="Label" type="Label" parent="HBoxContainer/VBoxContainer2"]
layout_mode = 2
text = "普通的标签"
[node name="Label5" type="Label" parent="HBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"WhitePanel"
text = "SuccessBox"
[node name="Label2" type="Label" parent="HBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"SuccessBox"
text = "SuccessBox"
[node name="Label3" type="Label" parent="HBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"AccentBox"
text = "AccentBox"
[node name="Label4" type="RichTextLabel" parent="HBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"ErrorBox"
theme_override_colors/default_color = Color(0.0470588, 0.0470588, 0.0470588, 1)
bbcode_enabled = true
text = "[b]ErrorBox[/b]
a error happened"
fit_content = true