]> Untitled Git - wolf-seeking-sheep.git/blob - assets/phone/dating-app-message.tscn
Squashed commit of the following:
[wolf-seeking-sheep.git] / assets / phone / dating-app-message.tscn
1 [gd_scene load_steps=2 format=3 uid="uid://dct0470lgrjlj"]
2
3 [ext_resource type="Script" uid="uid://2437og8r0soc" path="res://assets/phone/dating_app_message.gd" id="1_dl6o7"]
4
5 [node name="app-message" type="MarginContainer"]
6 custom_minimum_size = Vector2(400, 0)
7 offset_right = 41.0
8 offset_bottom = 40.0
9 size_flags_vertical = 0
10 script = ExtResource("1_dl6o7")
11 text = "This is an example text message"
12
13 [node name="ColorRect" type="ColorRect" parent="."]
14 layout_mode = 2
15 color = Color(0.392157, 0.584314, 0.929412, 1)
16
17 [node name="MarginContainer" type="MarginContainer" parent="."]
18 layout_mode = 2
19 theme_override_constants/margin_left = 20
20 theme_override_constants/margin_top = 20
21 theme_override_constants/margin_right = 20
22 theme_override_constants/margin_bottom = 20
23
24 [node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer"]
25 layout_mode = 2
26 theme_override_colors/default_color = Color(1, 1, 1, 1)
27 theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
28 theme_override_colors/font_shadow_color = Color(0.101875, 0.475724, 0.545185, 1)
29 theme_override_font_sizes/normal_font_size = 50
30 text = "This is an example text message"
31 fit_content = true
32 horizontal_alignment = 2