mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
Une seule rangée
This commit is contained in:
parent
78835a54a3
commit
59b81f9016
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ namespace AideDeJeu.Views
|
||||||
//float sumx = diceRolls.Sum(kv => kv.Value);
|
//float sumx = diceRolls.Sum(kv => kv.Value);
|
||||||
|
|
||||||
int sizei = 6;
|
int sizei = 6;
|
||||||
int sizej = 3;
|
int sizej = 1;
|
||||||
baseNode.Scale = new Vector3(sizei * 1.5f, 1, sizej * 1.5f);
|
baseNode.Scale = new Vector3(sizei * 1.5f, 1, sizej * 1.5f);
|
||||||
bars = new List<Bar>(sizei * sizej);
|
bars = new List<Bar>(sizei * sizej);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue