updated graphics, lot of things to fix

This commit is contained in:
Lorenzo
2023-03-02 14:01:59 +01:00
parent c71850c9c1
commit 7def549773
33 changed files with 2793 additions and 1009 deletions

View File

@@ -30,7 +30,7 @@ public class RouletteManager : MonoBehaviour
}}
public static Chip SelectedChipItem{get{return chipsBoard[SelectedChip];}}
public static int[] RouletteNumbers = {0,32,15,19,4,21,2,25,17,34,6,27,13,36,11,30,8,23,10,5,24,16,33,1,20,14,31,9,22,18,29,7,28,12,35,3,26};
public static int[] RouletteNumbers = {00,27,10,25,29,12,8,19,31,18,6,21,33,16,4,23,35,14,2,0,28,9,26,30,11,7,20,32,17,5,22,34,15,3,24,36,13,1};
public static List<int> Reds = new List<int>(){1,3,5,7,9,12,14,16,18,19,21,23,25,27,30,32,34,36};
public static float bets;