presque fini

This commit is contained in:
2024-10-22 19:29:44 +02:00
parent 5df8824b50
commit 8bfc2c8515
27 changed files with 1108 additions and 178 deletions

View File

@@ -9,7 +9,7 @@ public partial class Menu : Control
[Export] Panel trick;
[Export] CharacterBody2D player;
Node parent;
int spell {get; set;} = 2;
int spell {get; set;} = 0;
// Called when the node enters the scene tree for the first time.
public override void _Ready()