path + gamin

This commit is contained in:
2024-10-19 23:43:45 +02:00
parent fdbb131c09
commit fa51e53d7d
24 changed files with 642 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ public partial class Principal : Control
{
[Export] Panel sub;
[Export] Panel credit;
Node parent;
@@ -22,7 +23,6 @@ public partial class Principal : Control
public void EnterPressed()
{
GD.Print("wefwef");
sub.Visible = true;
}