1
0
Fork 0
This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
honest-jam-3/game/Dialogue.tscn
2021-12-13 01:02:04 +01:00

68 lines
2.1 KiB
Text

[gd_scene load_steps=11 format=2]
[ext_resource path="res://game/Dialogue.gd" type="Script" id=1]
[ext_resource path="res://game/ui-theme/ui_theme.tres" type="Theme" id=2]
[ext_resource path="res://game/DialogueChoiceLabel.tscn" type="PackedScene" id=3]
[ext_resource path="res://fonts/mono/mlarge_reg.tres" type="DynamicFont" id=4]
[ext_resource path="res://fonts/main/mlarge_reg.tres" type="DynamicFont" id=5]
[ext_resource path="res://fonts/main/mlarge_reg_ita.tres" type="DynamicFont" id=6]
[ext_resource path="res://fonts/main/mlarge_bold_ita.tres" type="DynamicFont" id=7]
[ext_resource path="res://fonts/main/mlarge_bold.tres" type="DynamicFont" id=8]
[ext_resource path="res://game/SentenceLabel.gd" type="Script" id=9]
[sub_resource type="Curve" id=1]
bake_resolution = 50
_data = [ Vector2( 0, 1 ), 0.0, -2.81085, 0, 0, Vector2( 0.35493, 0.345455 ), -0.424641, -0.424641, 0, 0, Vector2( 1, 0 ), -0.72449, 0.0, 0, 0 ]
[node name="Dialogue" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
theme = ExtResource( 2 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
choice_label_scene = ExtResource( 3 )
[node name="SentenceLabel" type="RichTextLabel" parent="."]
anchor_left = 0.5
anchor_top = 0.55
anchor_right = 0.5
anchor_bottom = 0.55
margin_left = -320.0
margin_top = -200.0
margin_right = 320.0
grow_horizontal = 2
grow_vertical = 0
mouse_filter = 2
custom_fonts/mono_font = ExtResource( 4 )
custom_fonts/bold_italics_font = ExtResource( 7 )
custom_fonts/italics_font = ExtResource( 6 )
custom_fonts/bold_font = ExtResource( 8 )
custom_fonts/normal_font = ExtResource( 5 )
bbcode_enabled = true
bbcode_text = " Test"
text = " Test"
script = ExtResource( 9 )
__meta__ = {
"_edit_use_anchors_": false
}
display_delay = 0.1
mangle_step = 0.15
mangling_stop_delay = 2.0
mangling_chance = SubResource( 1 )
[node name="ChoicesContainer" type="VBoxContainer" parent="."]
anchor_left = 0.5
anchor_top = 0.55
anchor_right = 0.5
anchor_bottom = 0.9
margin_left = -240.0
margin_top = 20.0
margin_right = 240.0
grow_horizontal = 2
mouse_filter = 2
__meta__ = {
"_edit_use_anchors_": false
}