From cbccd40fa22a9c517424d8bdfe47ca50f4f887ed Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Thu, 13 Apr 2023 11:13:30 -0400 Subject: [PATCH] starting designing pause for lore --- objects/lore/lore.tscn | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 objects/lore/lore.tscn diff --git a/objects/lore/lore.tscn b/objects/lore/lore.tscn new file mode 100644 index 0000000..629762a --- /dev/null +++ b/objects/lore/lore.tscn @@ -0,0 +1,45 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://ui/theme.tres" type="Theme" id=1] + +[node name="Lore" type="HBoxContainer"] +anchor_right = 1.0 +anchor_bottom = 1.0 +theme = ExtResource( 1 ) +custom_constants/separation = 0 + +[node name="Panel" type="PanelContainer" parent="."] +margin_top = 76.0 +margin_right = 40.0 +margin_bottom = 116.0 +rect_min_size = Vector2( 40, 40 ) +size_flags_horizontal = 4 +size_flags_vertical = 4 + +[node name="TextureRect" type="TextureRect" parent="Panel"] +margin_left = 3.0 +margin_top = 3.0 +margin_right = 37.0 +margin_bottom = 37.0 +expand = true +stretch_mode = 4 + +[node name="Control" type="PanelContainer" parent="."] +margin_left = 40.0 +margin_top = 76.0 +margin_right = 256.0 +margin_bottom = 116.0 +rect_min_size = Vector2( 0, 40 ) +rect_clip_content = true +size_flags_horizontal = 3 +size_flags_vertical = 6 + +[node name="Label" type="Label" parent="Control"] +margin_left = 3.0 +margin_top = 11.0 +margin_right = 213.0 +margin_bottom = 28.0 +text = "Test Text +" +align = 1 +autowrap = true