-
Notifications
You must be signed in to change notification settings - Fork 1
/
TextHUDBubbles.tscn
32 lines (26 loc) · 1.01 KB
/
TextHUDBubbles.tscn
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
28
29
30
31
32
[gd_scene load_steps=5 format=2]
[ext_resource path="res://TextHUDBubbles.gd" type="Script" id=1]
[ext_resource path="res://bowler/bowler1.png" type="Texture" id=2]
[ext_resource path="res://spech.png" type="Texture" id=3]
[ext_resource path="res://Font.tres" type="DynamicFont" id=4]
[node name="CanvasLayer" type="CanvasLayer"]
script = ExtResource( 1 )
[node name="Node2D" type="Node2D" parent="."]
visible = false
[node name="Sprite" type="Sprite" parent="Node2D"]
position = Vector2( 131.27, 570.679 )
scale = Vector2( 0.15873, 0.15873 )
texture = ExtResource( 2 )
[node name="Sprite2" type="Sprite" parent="Node2D"]
position = Vector2( 600.492, 605.553 )
scale = Vector2( 0.746984, 0.746984 )
texture = ExtResource( 3 )
[node name="BubbleText" type="RichTextLabel" parent="Node2D"]
margin_left = 295.0
margin_top = 547.0
margin_right = 901.0
margin_bottom = 656.0
custom_fonts/normal_font = ExtResource( 4 )
custom_colors/default_color = Color( 0, 0, 0, 1 )
text = "Why are bowler hats so round?"
scroll_active = false