gameboy add
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user