Attempt to fix dialogs "finish_fast" action.
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://addons/escoria-core/game/assets/fonts/efmi/efmi_font.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://game/ui/commons/dialogs/insets/guybrush.jpeg" type="Texture" id=2]
|
||||
[ext_resource path="res://addons/escoria-core/game/assets/images/no_image.png" type="Texture" id=2]
|
||||
[ext_resource path="res://addons/escoria-core/template_scenes/dialog_scenes/dialog_box_inset.gd" type="Script" id=3]
|
||||
[ext_resource path="res://game/ui/commons/dialogs/insets/dialog_box_avatars.tscn" type="PackedScene" id=4]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[node name="dialog_box" type="PanelContainer"]
|
||||
anchor_left = 0.155
|
||||
anchor_top = 0.334
|
||||
@@ -45,25 +41,31 @@ custom_constants/separation = 35
|
||||
dragger_visibility = 1
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/HSplitContainer"]
|
||||
margin_right = 150.0
|
||||
margin_right = 174.0
|
||||
margin_bottom = 212.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_stretch_ratio = 0.3
|
||||
|
||||
[node name="avatar" type="TextureRect" parent="MarginContainer/HSplitContainer/VBoxContainer"]
|
||||
margin_right = 150.0
|
||||
margin_bottom = 150.0
|
||||
margin_right = 174.0
|
||||
margin_bottom = 184.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
texture = ExtResource( 2 )
|
||||
expand = true
|
||||
|
||||
[node name="name" type="Label" parent="MarginContainer/HSplitContainer/VBoxContainer"]
|
||||
margin_top = 154.0
|
||||
margin_right = 150.0
|
||||
margin_bottom = 178.0
|
||||
margin_top = 188.0
|
||||
margin_right = 174.0
|
||||
margin_bottom = 212.0
|
||||
custom_fonts/font = ExtResource( 1 )
|
||||
valign = 1
|
||||
|
||||
[node name="text" type="RichTextLabel" parent="MarginContainer/HSplitContainer"]
|
||||
margin_left = 185.0
|
||||
margin_left = 209.0
|
||||
margin_right = 829.0
|
||||
margin_bottom = 212.0
|
||||
size_flags_horizontal = 3
|
||||
custom_fonts/normal_font = ExtResource( 1 )
|
||||
bbcode_enabled = true
|
||||
bbcode_text = "Here be some text"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://game/ui/commons/dialogs/insets/guybrush.jpeg" type="Texture" id=1]
|
||||
[ext_resource path="res://game/ui/commons/dialogs/insets/mark_talk_down_right_1.png" type="Texture" id=1]
|
||||
|
||||
[node name="dialog_avatars" type="Control"]
|
||||
__meta__ = {
|
||||
@@ -8,8 +8,8 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="player" type="TextureRect" parent="."]
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
margin_right = 23.0
|
||||
margin_bottom = 27.0
|
||||
texture = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
|
||||
BIN
game/ui/commons/dialogs/insets/mark_talk_down_right.png
Normal file
BIN
game/ui/commons/dialogs/insets/mark_talk_down_right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
BIN
game/ui/commons/dialogs/insets/mark_talk_down_right_1.png
Normal file
BIN
game/ui/commons/dialogs/insets/mark_talk_down_right_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
BIN
game/ui/commons/dialogs/insets/mark_talk_down_right_2.png
Normal file
BIN
game/ui/commons/dialogs/insets/mark_talk_down_right_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
BIN
game/ui/commons/dialogs/insets/mark_talk_down_right_3.png
Normal file
BIN
game/ui/commons/dialogs/insets/mark_talk_down_right_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://game/ui/commons/main_menu.gd" type="Script" id=1]
|
||||
[ext_resource path="res://game/ui/commons/fonts/caslonantique.tres" type="DynamicFont" id=2]
|
||||
|
||||
[node name="main_menu" type="Control"]
|
||||
anchor_right = 1.0
|
||||
@@ -16,34 +17,39 @@ anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -92.0
|
||||
margin_top = -34.0
|
||||
margin_top = -73.5
|
||||
margin_right = 92.0
|
||||
margin_bottom = 34.0
|
||||
margin_bottom = 73.5
|
||||
custom_constants/separation = 10
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="new_game" type="Button" parent="VBoxContainer"]
|
||||
margin_right = 184.0
|
||||
margin_bottom = 20.0
|
||||
margin_bottom = 83.0
|
||||
size_flags_vertical = 3
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
text = "New game"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="load_game" type="Button" parent="VBoxContainer"]
|
||||
margin_top = 24.0
|
||||
margin_top = 93.0
|
||||
margin_right = 184.0
|
||||
margin_bottom = 44.0
|
||||
margin_bottom = 115.0
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
text = "Load game"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="quit" type="Button" parent="VBoxContainer"]
|
||||
margin_top = 48.0
|
||||
margin_top = 125.0
|
||||
margin_right = 184.0
|
||||
margin_bottom = 68.0
|
||||
margin_bottom = 147.0
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
text = "Quit"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
|
||||
Reference in New Issue
Block a user