menu et +

This commit is contained in:
2024-10-19 20:22:03 +02:00
parent 360a866db9
commit 1bca0ada4f
12 changed files with 345 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ public partial class Player : CharacterBody2D
[Export] TextureProgressBar bar;
[ExportGroup("controls")]
[Export] Control menu;
[Export] PackedScene principal;
@@ -31,7 +32,7 @@ public partial class Player : CharacterBody2D
}
else if (sugar >= 100)
{
}