1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00

Une seule rangée

This commit is contained in:
Yan Maniez 2019-10-28 23:19:39 +01:00
parent 78835a54a3
commit 59b81f9016

View file

@ -98,7 +98,7 @@ namespace AideDeJeu.Views
//float sumx = diceRolls.Sum(kv => kv.Value);
int sizei = 6;
int sizej = 3;
int sizej = 1;
baseNode.Scale = new Vector3(sizei * 1.5f, 1, sizej * 1.5f);
bars = new List<Bar>(sizei * sizej);