Fix: makes dialog players pausable by removing yields (#472)

This commit is contained in:
Julian Murgia
2021-12-01 09:39:24 +01:00
committed by GitHub
parent ff00a97679
commit b4d5e380e6
11 changed files with 100 additions and 29 deletions

View File

@@ -19,6 +19,15 @@ script = ExtResource( 5 )
main_menu = NodePath("ui/main_menu")
pause_menu = NodePath("ui/pause_menu")
[node name="dialog_layer" type="CanvasLayer" parent="."]
[node name="ESCDialogsPlayer" type="Control" parent="dialog_layer"]
theme = ExtResource( 10 )
script = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ui" type="CanvasLayer" parent="."]
[node name="Control" type="Control" parent="ui"]
@@ -137,16 +146,6 @@ margin_bottom = 200.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="dialog_layer" type="CanvasLayer" parent="ui"]
layer = 3
[node name="ESCDialogsPlayer" type="Control" parent="ui/dialog_layer"]
theme = ExtResource( 10 )
script = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="hover_stack" type="Label" parent="ui"]
margin_left = 1085.0
margin_top = 2.81912