コード例 #1
0
ファイル: KartImagesForm.cs プロジェクト: guimmp92/Pitstop64
        private void ClearCurrentKartPalette()
        {
            //We need to basically cull all the kart palettes, add them to the new images and then clear the image palette
            Kart.ClearMainPalette();

            PopulateKartImagesListBox();
            PopulateNewImagesListBox();
        }