diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-22 23:56:37 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-22 23:56:37 +0200 |
| commit | f3c50714834d2d5cb204625c63aaeffb50bef236 (patch) | |
| tree | 61e6a12a7568129fe609ebb4633a59c781984a62 /Scenes/OutputRow.tscn | |
| parent | 05d29ccce1898ed89c0b650c77242c2fa2805128 (diff) | |
| download | texty-f3c50714834d2d5cb204625c63aaeffb50bef236.tar.xz texty-f3c50714834d2d5cb204625c63aaeffb50bef236.zip | |
gui: set up a global theme
Diffstat (limited to 'Scenes/OutputRow.tscn')
| -rw-r--r-- | Scenes/OutputRow.tscn | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Scenes/OutputRow.tscn b/Scenes/OutputRow.tscn index 9259e77..a9b0343 100644 --- a/Scenes/OutputRow.tscn +++ b/Scenes/OutputRow.tscn @@ -1,9 +1,8 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=2 format=2] -[ext_resource path="res://Assets/Fonts/VT323Font24.tres" type="DynamicFont" id=1] [ext_resource path="res://Scripts/OutputRow.cs" type="Script" id=2] -[node name="OutputRow" type="VBoxContainer"] +[node name="OutputRow" type="VBoxContainer" groups=["output_rows"]] margin_right = 992.0 margin_bottom = 32.0 size_flags_horizontal = 3 @@ -16,17 +15,14 @@ __meta__ = { margin_right = 992.0 margin_bottom = 25.0 size_flags_horizontal = 3 -custom_colors/font_color = Color( 0.839216, 0.00784314, 0.439216, 1 ) -custom_fonts/font = ExtResource( 1 ) text = "This is where the input goes" autowrap = true -[node name="Output" type="Label" parent="." groups=["output_rows"]] +[node name="Output" type="Label" parent="."] margin_top = 29.0 margin_right = 992.0 margin_bottom = 54.0 size_flags_horizontal = 3 custom_colors/font_color = Color( 0, 0.333333, 1, 1 ) -custom_fonts/font = ExtResource( 1 ) text = "This is where the output goes" autowrap = true |
