45 lines
1.7 KiB
Plaintext
45 lines
1.7 KiB
Plaintext
[gd_scene format=3 uid="uid://cnh1uof0w06f4"]
|
|
|
|
[ext_resource type="Script" uid="uid://c2w7h0x2blimk" path="res://gui/game/tutorial/step_gui/scripts/step_gui.gd" id="1_8qp12"]
|
|
[ext_resource type="Texture2D" uid="uid://dk7j4cmn2avor" path="res://common/icons/circle-check.svg" id="2_8qp12"]
|
|
[ext_resource type="FontFile" uid="uid://cc4xli25271fd" path="res://addons/dialogic/Example Assets/Fonts/Roboto-Bold.ttf" id="3_kbfp3"]
|
|
[ext_resource type="FontFile" uid="uid://qt80w6o01q5s" path="res://gui/ressources/fonts/TitanOne-Regular.ttf" id="4_i138t"]
|
|
|
|
[node name="Step" type="HBoxContainer" unique_id=595946430]
|
|
modulate = Color(1, 1, 1, 0.5)
|
|
custom_minimum_size = Vector2(400, 0)
|
|
offset_right = 24.0
|
|
offset_bottom = 20.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
alignment = 1
|
|
script = ExtResource("1_8qp12")
|
|
suceeded = true
|
|
text = "Hello"
|
|
|
|
[node name="Icon" type="TextureRect" parent="." unique_id=1345441660]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(20, 20)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("2_8qp12")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="Label" type="RichTextLabel" parent="." unique_id=1116828300]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 0
|
|
theme_override_fonts/normal_font = ExtResource("3_kbfp3")
|
|
theme_override_fonts/bold_font = ExtResource("4_i138t")
|
|
theme_override_font_sizes/normal_font_size = 15
|
|
theme_override_font_sizes/bold_font_size = 15
|
|
theme_override_font_sizes/bold_italics_font_size = 15
|
|
theme_override_font_sizes/italics_font_size = 15
|
|
theme_override_font_sizes/mono_font_size = 15
|
|
bbcode_enabled = true
|
|
text = "Hello"
|
|
fit_content = true
|