more godot 4.5 transition

This commit is contained in:
Fabien Freling 2025-12-03 22:24:08 +01:00
parent 0cef1ea769
commit 73411a44f3
7 changed files with 23 additions and 29 deletions

View file

@ -57,7 +57,6 @@ layout_mode = 2
text = "Hints"
[node name="NewGamePanel" parent="." instance=ExtResource("3")]
pivot_offset = Vector2(4, 4)
[connection signal="about_to_popup" from="NewGamePanel" to="." method="_on_NewGamePanel_about_to_show"]
[connection signal="popup_hide" from="NewGamePanel" to="." method="_on_NewGamePanel_popup_hide"]