gameboy add

This commit is contained in:
Dukantic
2024-10-23 17:37:49 +02:00
parent 7817049a20
commit 87aa51513b
9 changed files with 205 additions and 76 deletions

View File

@@ -6,7 +6,7 @@ using System.Collections.Generic;
public partial class remplissage : Node2D
{
[Export] Array<Texture2D> _textures;
[Export] Array<string> _text;
List<string> questions = new List<string>
{
@@ -63,7 +63,7 @@ public partial class remplissage : Node2D
{
_nodes.Add(node);
}
shuffle(_nodes, RandSeed);
foreach (Node2D node in _nodes)