summaryrefslogtreecommitdiffstats
path: root/text_bubble.tscn
blob: 42ead69d286d3a87242efb9eab1477c5cbb63ef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[gd_scene load_steps=2 format=3 uid="uid://dglar4tto3f1s"]

[ext_resource type="Script" uid="uid://dubgnmdd6p1rs" path="res://text_bubble.gd" id="1_bo3s3"]

[node name="TextBubble" type="Node2D"]
script = ExtResource("1_bo3s3")

[node name="ColorRect" type="ColorRect" parent="."]
offset_left = -26.0
offset_top = -6.0
offset_right = 14.0
offset_bottom = 34.0
scale = Vector2(1.3009955, 0.30328855)
color = Color(1, 0.8980392, 0.7490196, 1)
metadata/_edit_use_anchors_ = true

[node name="Label" type="Label" parent="."]
offset_left = -25.0
offset_top = -3.0
offset_right = 174.0
offset_bottom = 20.0
scale = Vector2(0.25, 0.25)
theme_override_colors/font_color = Color(0, 0, 0, 1)
text = "foo"
horizontal_alignment = 1
vertical_alignment = 1
metadata/_edit_use_anchors_ = true