gameboy manque juste des texture et leur animation

This commit is contained in:
Dukantic
2024-10-25 10:53:21 +02:00
parent d784b0ef85
commit a110c15271
15 changed files with 614 additions and 11 deletions

View File

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