A Godot v4 game about working in an office
[gd_scene load_steps=8 format=3 uid="uid://dxgn7iah7br1e"]

[ext_resource type="Theme" uid="uid://dq6ap352bephr" path="res://rpg_theme.tres" id="1_xlhn3"]
[ext_resource type="Texture2D" uid="uid://c1jgw817tp58g" path="res://assets/dialogbox.png" id="2_4ig6c"]
[ext_resource type="Script" path="res://scenes/DialogBox.gd" id="2_7pmxq"]
[ext_resource type="FontFile" uid="uid://cr7mig3nv8lb" path="res://Hungry 7h.ttf" id="3_jpxhl"]
[ext_resource type="Texture2D" uid="uid://b26evyuxogj5d" path="res://assets/next-indicator.png" id="5_7xm4l"]

[sub_resource type="Animation" id="Animation_qwnj4"]
resource_name = "IDLE"
loop_mode = 1
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:position")
tracks/0/interp = 2
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.5),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Vector2(0, 0), Vector2(0, -3)]
}

[sub_resource type="AnimationLibrary" id="AnimationLibrary_fjo78"]
_data = {
"IDLE": SubResource("Animation_qwnj4")
}

[node name="DialogBox" type="Control"]
layout_mode = 3
anchors_preset = 0
theme = ExtResource("1_xlhn3")
script = ExtResource("2_7pmxq")

[node name="Window" type="NinePatchRect" parent="."]
layout_mode = 1
offset_right = 222.0
offset_bottom = 62.0
texture = ExtResource("2_4ig6c")
patch_margin_left = 18
patch_margin_top = 11
patch_margin_right = 8
patch_margin_bottom = 3

[node name="Content" type="RichTextLabel" parent="Window"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 5.0
offset_top = 9.0
offset_right = -5.0
offset_bottom = -5.0
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/default_color = Color(0, 0, 0, 1)
theme_override_constants/shadow_offset_x = 0
theme_override_constants/shadow_offset_y = 0
theme_override_constants/line_separation = -4
theme_override_fonts/normal_font = ExtResource("3_jpxhl")
theme_override_font_sizes/normal_font_size = 16
bbcode_enabled = true
text = "the quick brown fox jumped over the"
scroll_active = false
visible_characters_behavior = 1

[node name="Next" type="Control" parent="Window"]
layout_mode = 1
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -11.0
offset_top = -12.0
grow_horizontal = 0
grow_vertical = 0

[node name="NextIndicator" type="TextureRect" parent="Window/Next"]
layout_mode = 1
offset_right = 16.0
offset_bottom = 16.0
texture = ExtResource("5_7xm4l")
stretch_mode = 2

[node name="AnimationPlayer" type="AnimationPlayer" parent="Window/Next/NextIndicator"]
autoplay = "IDLE"
libraries = {
"": SubResource("AnimationLibrary_fjo78")
}