21 lines
638 B
Plaintext
21 lines
638 B
Plaintext
[gd_scene load_steps=3 format=3]
|
|
|
|
[ext_resource type="SpriteFrames" path="res://Animations/Portraits.tres" id="1"]
|
|
[ext_resource type="FontFile" path="res://Fonts/dotumche-pixel.ttf" id="2"]
|
|
|
|
[node name="MiniText" type="AnimatedSprite2D"]
|
|
position = Vector2(195, 50)
|
|
scale = Vector2(0.5, 0.5)
|
|
sprite_frames = ExtResource("1")
|
|
animation = &"KanakoHappy"
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
offset_left = 38.0
|
|
offset_top = -20.0
|
|
offset_right = 184.0
|
|
offset_bottom = 26.0
|
|
theme_override_fonts/normal_font = ExtResource("2")
|
|
theme_override_font_sizes/normal_font_size = 13
|
|
bbcode_enabled = true
|
|
scroll_active = false
|