forked from GDQuest/learn-gdscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUIContentBlock.tscn
45 lines (40 loc) · 3.27 KB
/
UIContentBlock.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
33
34
35
36
37
38
39
40
41
42
43
44
45
[gd_scene load_steps=3 format=2]
[ext_resource path="res://ui/UIContentBlock.gd" type="Script" id=1]
[ext_resource path="res://ui/theme/fonts/font_text.tres" type="DynamicFont" id=2]
[node name="UIContentBlock" type="PanelContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_left = 7.0
margin_top = 7.0
margin_right = 1913.0
margin_bottom = 1073.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MarginContainer" type="MarginContainer" parent="HBoxContainer"]
margin_right = 1906.0
margin_bottom = 1066.0
size_flags_horizontal = 3
custom_constants/margin_right = 0
custom_constants/margin_top = 0
custom_constants/margin_left = 0
custom_constants/margin_bottom = 0
[node name="RichTextLabel" type="RichTextLabel" parent="HBoxContainer/MarginContainer" groups=["rich_text_label"]]
margin_right = 1906.0
margin_bottom = 1066.0
rect_min_size = Vector2( 320, 0 )
size_flags_horizontal = 3
size_flags_vertical = 3
custom_fonts/normal_font = ExtResource( 2 )
bbcode_enabled = true
bbcode_text = "Eat all the power cords play time please stop looking at your phone and pet me milk the cow. Sugar, my siamese, stalks me (in a good way), day and night . Meowzer pose purrfectly to show my beauty. Naughty running cat. Meow all night the fat cat sat on the mat bat away with paws. Scoot butt on the rug knock dish off table head butt cant eat out of my own dish for pet me pet me pet me pet me, bite, scratch, why are you petting me leave hair everywhere i do no work yet get food, shelter, and lots of stuff just like man who lives with us. White cat sleeps on a black shirt jump off balcony, onto stranger's head. Lounge in doorway my left donut is missing, as is my right shake treat bag, yet jump launch to pounce upon little yarn mouse, bare fangs at toy run hide in litter box until treats are fed or spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce. Only use one corner of the litter box. Play time. Hey! you there, with the hands meowing chowing and wowing lick sellotape stare at ceiling, for sit as close as possible to warm fire "
text = "Eat all the power cords play time please stop looking at your phone and pet me milk the cow. Sugar, my siamese, stalks me (in a good way), day and night . Meowzer pose purrfectly to show my beauty. Naughty running cat. Meow all night the fat cat sat on the mat bat away with paws. Scoot butt on the rug knock dish off table head butt cant eat out of my own dish for pet me pet me pet me pet me, bite, scratch, why are you petting me leave hair everywhere i do no work yet get food, shelter, and lots of stuff just like man who lives with us. White cat sleeps on a black shirt jump off balcony, onto stranger's head. Lounge in doorway my left donut is missing, as is my right shake treat bag, yet jump launch to pounce upon little yarn mouse, bare fangs at toy run hide in litter box until treats are fed or spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce. Only use one corner of the litter box. Play time. Hey! you there, with the hands meowing chowing and wowing lick sellotape stare at ceiling, for sit as close as possible to warm fire "
fit_content_height = true
__meta__ = {
"_edit_use_anchors_": false
}