Skip to content

Commit

Permalink
Bump simple-gui-transitions to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hatmix committed Jul 10, 2024
1 parent be1eed5 commit 888de2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plug.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ func _plugging():
plug("bitwes/Gut", {"tag": "v9.2.1", "dev": true})
plug("Maaack/Godot-UI-Sound-Controller", {"tag": "v0.5.0"})
plug("daenvil/MarkdownLabel", {"tag": "v1.2.0"})
plug("murikistudio/simple-gui-transitions", {"tag": "v0.2.2", "exclude": ["example"]})
plug("murikistudio/simple-gui-transitions", {"tag": "v0.4.0", "exclude": ["example"]})
plug("derkork/godot-resource-groups", {"tag": "v0.3.0", "exclude": ["csharp"]})
plug("hatmix/godot-input-event-icons", {"exclude": ["gd-plug"]})
4 changes: 2 additions & 2 deletions ui/controls/controls.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 4.0
offset_top = 4.0
offset_right = -4.0
offset_bottom = -4.0
offset_right = 316.0
offset_bottom = 156.0
grow_horizontal = 2
grow_vertical = 2

Expand Down
6 changes: 3 additions & 3 deletions ui/credits/credits.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
focus_neighbor_bottom = NodePath("../../Back")
focus_neighbor_left = NodePath("../../VBoxContainer2/Back")
focus_mode = 2
bbcode_enabled = true
script = ExtResource("3_rqcdg")
Expand All @@ -129,6 +129,6 @@ theme_override_constants/separation = 0
[node name="Back" type="Button" parent="MarginContainer/VBoxContainer/VBoxContainer2"]
unique_name_in_owner = true
layout_mode = 2
focus_neighbor_top = NodePath("../ScrollContainer/MarkdownLabel")
focus_neighbor_right = NodePath("../ScrollContainer")
focus_neighbor_top = NodePath("../../ScrollContainer/MarkdownLabel")
focus_neighbor_right = NodePath("../../ScrollContainer/MarkdownLabel")
text = "Back"

0 comments on commit 888de2a

Please sign in to comment.