private void Start() { dLoader.init(); allDrinksInGame = dLoader.populateDrinkCollection(); }
Image[] allQuestionMarkBlocks = new Image[16]; // only problem with this is that I need to know order of drinks and load them in in proper order... I need to find a more dynamic way of doing this thing. public void init() { dLoader.init(); allLockedDrinksInGame = dLoader.populateDrinkCollection(); }