├── .gitattributes ├── .gitignore ├── LICENSE ├── MatchSlots.jpg ├── Matchit ├── Assets │ ├── Demigiant.meta │ ├── Demigiant │ │ ├── DOTween.meta │ │ └── DOTween │ │ │ ├── DOTween.XML │ │ │ ├── DOTween.XML.meta │ │ │ ├── DOTween.dll │ │ │ ├── DOTween.dll.mdb │ │ │ ├── DOTween.dll.mdb.meta │ │ │ ├── DOTween.dll.meta │ │ │ ├── DOTween43.dll │ │ │ ├── DOTween43.dll.mdb │ │ │ ├── DOTween43.dll.mdb.meta │ │ │ ├── DOTween43.dll.meta │ │ │ ├── DOTween43.xml │ │ │ ├── DOTween43.xml.meta │ │ │ ├── DOTween46.dll │ │ │ ├── DOTween46.dll.mdb │ │ │ ├── DOTween46.dll.mdb.meta │ │ │ ├── DOTween46.dll.meta │ │ │ ├── DOTween46.xml │ │ │ ├── DOTween46.xml.meta │ │ │ ├── DOTween50.dll │ │ │ ├── DOTween50.dll.mdb │ │ │ ├── DOTween50.dll.mdb.meta │ │ │ ├── DOTween50.dll.meta │ │ │ ├── DOTween50.xml │ │ │ ├── DOTween50.xml.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ ├── DOTweenEditor.XML │ │ │ ├── DOTweenEditor.XML.meta │ │ │ ├── DOTweenEditor.dll │ │ │ ├── DOTweenEditor.dll.mdb │ │ │ ├── DOTweenEditor.dll.mdb.meta │ │ │ ├── DOTweenEditor.dll.meta │ │ │ ├── Imgs.meta │ │ │ └── Imgs │ │ │ │ ├── DOTweenIcon.png │ │ │ │ ├── DOTweenIcon.png.meta │ │ │ │ ├── Footer.png │ │ │ │ ├── Footer.png.meta │ │ │ │ ├── Footer_dark.png │ │ │ │ ├── Footer_dark.png.meta │ │ │ │ ├── Header.jpg │ │ │ │ └── Header.jpg.meta │ │ │ ├── Examples.meta │ │ │ ├── Examples │ │ │ ├── Basics.cs │ │ │ ├── Basics.cs.meta │ │ │ ├── Basics.unity │ │ │ ├── Basics.unity.meta │ │ │ ├── Sequences.cs │ │ │ ├── Sequences.cs.meta │ │ │ ├── Sequences.unity │ │ │ └── Sequences.unity.meta │ │ │ ├── readme.txt │ │ │ └── readme.txt.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Areas.meta │ │ ├── Areas │ │ │ ├── Casino.meta │ │ │ └── Casino │ │ │ │ ├── Backgrounds.meta │ │ │ │ ├── Backgrounds │ │ │ │ ├── casback6.jpg │ │ │ │ ├── casback6.jpg.meta │ │ │ │ ├── casback7.jpg │ │ │ │ ├── casback7.jpg.meta │ │ │ │ ├── levelcompbanner.png │ │ │ │ ├── levelcompbanner.png.meta │ │ │ │ ├── levelfailedbanner.png │ │ │ │ ├── levelfailedbanner.png.meta │ │ │ │ ├── nextbutton.png │ │ │ │ ├── nextbutton.png.meta │ │ │ │ ├── sfbox.png │ │ │ │ ├── sfbox.png.meta │ │ │ │ ├── successscreen.png │ │ │ │ └── successscreen.png.meta │ │ │ │ ├── BonusCredits.meta │ │ │ │ ├── BonusCredits │ │ │ │ ├── BonusChest.prefab │ │ │ │ ├── BonusChest.prefab.meta │ │ │ │ ├── treasurechest_.anim │ │ │ │ ├── treasurechest_.anim.meta │ │ │ │ ├── treasurechest_1.png │ │ │ │ ├── treasurechest_1.png.meta │ │ │ │ ├── treasurechest_2.png │ │ │ │ ├── treasurechest_2.png.meta │ │ │ │ ├── treasurechest_3.png │ │ │ │ ├── treasurechest_3.png.meta │ │ │ │ ├── treasurechest_4.png │ │ │ │ ├── treasurechest_4.png.meta │ │ │ │ ├── treasurechest_5.png │ │ │ │ ├── treasurechest_5.png.meta │ │ │ │ ├── treasurechest_6.controller │ │ │ │ ├── treasurechest_6.controller.meta │ │ │ │ ├── treasurechest_6.png │ │ │ │ ├── treasurechest_6.png.meta │ │ │ │ ├── treasurechest_7.png │ │ │ │ ├── treasurechest_7.png.meta │ │ │ │ ├── treasurehuntback.jpg │ │ │ │ └── treasurehuntback.jpg.meta │ │ │ │ ├── BottomInfo.meta │ │ │ │ ├── BottomInfo │ │ │ │ ├── credbet.png │ │ │ │ ├── credbet.png.meta │ │ │ │ ├── scorebox.png │ │ │ │ ├── scorebox.png.meta │ │ │ │ ├── uielem.png │ │ │ │ └── uielem.png.meta │ │ │ │ ├── Bursts.meta │ │ │ │ ├── Bursts │ │ │ │ ├── Burst1.controller │ │ │ │ ├── Burst1.controller.meta │ │ │ │ ├── Burst1.meta │ │ │ │ ├── Burst1.prefab │ │ │ │ ├── Burst1.prefab.meta │ │ │ │ ├── Burst1 │ │ │ │ │ ├── burst_1_0.png │ │ │ │ │ ├── burst_1_0.png.meta │ │ │ │ │ ├── burst_1_1.png │ │ │ │ │ ├── burst_1_1.png.meta │ │ │ │ │ ├── burst_1_10.png │ │ │ │ │ ├── burst_1_10.png.meta │ │ │ │ │ ├── burst_1_11.png │ │ │ │ │ ├── burst_1_11.png.meta │ │ │ │ │ ├── burst_1_12.png │ │ │ │ │ ├── burst_1_12.png.meta │ │ │ │ │ ├── burst_1_13.png │ │ │ │ │ ├── burst_1_13.png.meta │ │ │ │ │ ├── burst_1_14.png │ │ │ │ │ ├── burst_1_14.png.meta │ │ │ │ │ ├── burst_1_15.png │ │ │ │ │ ├── burst_1_15.png.meta │ │ │ │ │ ├── burst_1_2.png │ │ │ │ │ ├── burst_1_2.png.meta │ │ │ │ │ ├── burst_1_3.png │ │ │ │ │ ├── burst_1_3.png.meta │ │ │ │ │ ├── burst_1_4.png │ │ │ │ │ ├── burst_1_4.png.meta │ │ │ │ │ ├── burst_1_5.png │ │ │ │ │ ├── burst_1_5.png.meta │ │ │ │ │ ├── burst_1_6.png │ │ │ │ │ ├── burst_1_6.png.meta │ │ │ │ │ ├── burst_1_7.png │ │ │ │ │ ├── burst_1_7.png.meta │ │ │ │ │ ├── burst_1_8.png │ │ │ │ │ ├── burst_1_8.png.meta │ │ │ │ │ ├── burst_1_9.png │ │ │ │ │ └── burst_1_9.png.meta │ │ │ │ ├── Burst2.controller │ │ │ │ ├── Burst2.controller.meta │ │ │ │ ├── Burst2.meta │ │ │ │ ├── Burst2.prefab │ │ │ │ ├── Burst2.prefab.meta │ │ │ │ ├── Burst2 │ │ │ │ │ ├── burst_2_0.png │ │ │ │ │ ├── burst_2_0.png.meta │ │ │ │ │ ├── burst_2_1.png │ │ │ │ │ ├── burst_2_1.png.meta │ │ │ │ │ ├── burst_2_10.png │ │ │ │ │ ├── burst_2_10.png.meta │ │ │ │ │ ├── burst_2_11.png │ │ │ │ │ ├── burst_2_11.png.meta │ │ │ │ │ ├── burst_2_12.png │ │ │ │ │ ├── burst_2_12.png.meta │ │ │ │ │ ├── burst_2_13.png │ │ │ │ │ ├── burst_2_13.png.meta │ │ │ │ │ ├── burst_2_14.png │ │ │ │ │ ├── burst_2_14.png.meta │ │ │ │ │ ├── burst_2_15.png │ │ │ │ │ ├── burst_2_15.png.meta │ │ │ │ │ ├── burst_2_2.png │ │ │ │ │ ├── burst_2_2.png.meta │ │ │ │ │ ├── burst_2_3.png │ │ │ │ │ ├── burst_2_3.png.meta │ │ │ │ │ ├── burst_2_4.png │ │ │ │ │ ├── burst_2_4.png.meta │ │ │ │ │ ├── burst_2_5.png │ │ │ │ │ ├── burst_2_5.png.meta │ │ │ │ │ ├── burst_2_6.png │ │ │ │ │ ├── burst_2_6.png.meta │ │ │ │ │ ├── burst_2_7.png │ │ │ │ │ ├── burst_2_7.png.meta │ │ │ │ │ ├── burst_2_8.png │ │ │ │ │ ├── burst_2_8.png.meta │ │ │ │ │ ├── burst_2_9.png │ │ │ │ │ └── burst_2_9.png.meta │ │ │ │ ├── Burst3.controller │ │ │ │ ├── Burst3.controller.meta │ │ │ │ ├── Burst3.meta │ │ │ │ ├── Burst3.prefab │ │ │ │ ├── Burst3.prefab.meta │ │ │ │ ├── Burst3 │ │ │ │ │ ├── burst_3_0.png │ │ │ │ │ ├── burst_3_0.png.meta │ │ │ │ │ ├── burst_3_1.png │ │ │ │ │ ├── burst_3_1.png.meta │ │ │ │ │ ├── burst_3_10.png │ │ │ │ │ ├── burst_3_10.png.meta │ │ │ │ │ ├── burst_3_11.png │ │ │ │ │ ├── burst_3_11.png.meta │ │ │ │ │ ├── burst_3_12.png │ │ │ │ │ ├── burst_3_12.png.meta │ │ │ │ │ ├── burst_3_13.png │ │ │ │ │ ├── burst_3_13.png.meta │ │ │ │ │ ├── burst_3_14.png │ │ │ │ │ ├── burst_3_14.png.meta │ │ │ │ │ ├── burst_3_15.png │ │ │ │ │ ├── burst_3_15.png.meta │ │ │ │ │ ├── burst_3_16.png │ │ │ │ │ ├── burst_3_16.png.meta │ │ │ │ │ ├── burst_3_2.png │ │ │ │ │ ├── burst_3_2.png.meta │ │ │ │ │ ├── burst_3_3.png │ │ │ │ │ ├── burst_3_3.png.meta │ │ │ │ │ ├── burst_3_4.png │ │ │ │ │ ├── burst_3_4.png.meta │ │ │ │ │ ├── burst_3_5.png │ │ │ │ │ ├── burst_3_5.png.meta │ │ │ │ │ ├── burst_3_6.png │ │ │ │ │ ├── burst_3_6.png.meta │ │ │ │ │ ├── burst_3_7.png │ │ │ │ │ ├── burst_3_7.png.meta │ │ │ │ │ ├── burst_3_8.png │ │ │ │ │ ├── burst_3_8.png.meta │ │ │ │ │ ├── burst_3_9.png │ │ │ │ │ └── burst_3_9.png.meta │ │ │ │ ├── burst.anim │ │ │ │ ├── burst.anim.meta │ │ │ │ ├── burst2.anim │ │ │ │ ├── burst2.anim.meta │ │ │ │ ├── burst3.anim │ │ │ │ └── burst3.anim.meta │ │ │ │ ├── Buttons.meta │ │ │ │ ├── Buttons │ │ │ │ ├── spin 1.png │ │ │ │ ├── spin 1.png.meta │ │ │ │ ├── spininactive.png │ │ │ │ └── spininactive.png.meta │ │ │ │ ├── CoinAnims.meta │ │ │ │ ├── CoinAnims │ │ │ │ ├── CoinDrop.prefab │ │ │ │ ├── CoinDrop.prefab.meta │ │ │ │ ├── CoinDropDestroyer.cs │ │ │ │ ├── CoinDropDestroyer.cs.meta │ │ │ │ ├── Coins.controller │ │ │ │ ├── Coins.controller.meta │ │ │ │ ├── ScoreKeeper.prefab │ │ │ │ ├── ScoreKeeper.prefab.meta │ │ │ │ ├── ScorePop.prefab │ │ │ │ ├── ScorePop.prefab.meta │ │ │ │ ├── cdrop.anim │ │ │ │ ├── cdrop.anim.meta │ │ │ │ ├── coinss.png │ │ │ │ └── coinss.png.meta │ │ │ │ ├── DiceRoll.meta │ │ │ │ ├── DiceRoll │ │ │ │ ├── diceback.png │ │ │ │ ├── diceback.png.meta │ │ │ │ ├── diceboard.png │ │ │ │ ├── diceboard.png.meta │ │ │ │ ├── diceboardmarker.png │ │ │ │ ├── diceboardmarker.png.meta │ │ │ │ ├── dicerollback.png │ │ │ │ ├── dicerollback.png.meta │ │ │ │ ├── largerdice.png │ │ │ │ ├── largerdice.png.meta │ │ │ │ ├── loopdice.anim │ │ │ │ ├── loopdice.anim.meta │ │ │ │ ├── loopdiceroll.controller │ │ │ │ ├── loopdiceroll.controller.meta │ │ │ │ ├── loopdiceroll.png │ │ │ │ ├── loopdiceroll.png.meta │ │ │ │ ├── loopdiceroll_.anim │ │ │ │ ├── loopdiceroll_.anim.meta │ │ │ │ ├── loopdiceroll_0 (1).controller │ │ │ │ ├── loopdiceroll_0 (1).controller.meta │ │ │ │ ├── rolldicebtn.png │ │ │ │ ├── rolldicebtn.png.meta │ │ │ │ ├── rolldicebtninactive.png │ │ │ │ └── rolldicebtninactive.png.meta │ │ │ │ ├── GoalBar.meta │ │ │ │ ├── GoalBar │ │ │ │ ├── coinbronze.png │ │ │ │ ├── coinbronze.png.meta │ │ │ │ ├── coingold.png │ │ │ │ ├── coingold.png.meta │ │ │ │ ├── coinsilver.png │ │ │ │ ├── coinsilver.png.meta │ │ │ │ ├── coinunlite.png │ │ │ │ ├── coinunlite.png.meta │ │ │ │ ├── goalbox 1.png │ │ │ │ ├── goalbox 1.png.meta │ │ │ │ ├── goalbox.png │ │ │ │ ├── goalbox.png.meta │ │ │ │ ├── goalboxbehind.png │ │ │ │ ├── goalboxbehind.png.meta │ │ │ │ ├── progbar.png │ │ │ │ └── progbar.png.meta │ │ │ │ ├── Grids.meta │ │ │ │ ├── Grids │ │ │ │ ├── casino_level_1_grid.png │ │ │ │ └── casino_level_1_grid.png.meta │ │ │ │ ├── Levels.meta │ │ │ │ ├── Levels │ │ │ │ ├── casino_level_1.unity │ │ │ │ ├── casino_level_1.unity.meta │ │ │ │ ├── casino_level_2.unity │ │ │ │ └── casino_level_2.unity.meta │ │ │ │ ├── PrizeWheel.meta │ │ │ │ ├── PrizeWheel │ │ │ │ ├── newwheel.png │ │ │ │ ├── newwheel.png.meta │ │ │ │ ├── prizewheelback.png │ │ │ │ ├── prizewheelback.png.meta │ │ │ │ ├── prizewheelwithmult.png │ │ │ │ ├── prizewheelwithmult.png.meta │ │ │ │ ├── swipetospin.png │ │ │ │ ├── swipetospin.png.meta │ │ │ │ ├── wheelselector.png │ │ │ │ └── wheelselector.png.meta │ │ │ │ ├── Selector.meta │ │ │ │ ├── Selector │ │ │ │ ├── 5x3selector.png │ │ │ │ ├── 5x3selector.png.meta │ │ │ │ ├── 5xselector.png │ │ │ │ ├── 5xselector.png.meta │ │ │ │ ├── selector.png │ │ │ │ └── selector.png.meta │ │ │ │ ├── Slots.meta │ │ │ │ ├── Slots │ │ │ │ ├── bluebar.png │ │ │ │ ├── bluebar.png.meta │ │ │ │ ├── bluebell.png │ │ │ │ ├── bluebell.png.meta │ │ │ │ ├── bluegem.png │ │ │ │ ├── bluegem.png.meta │ │ │ │ ├── blueseven.png │ │ │ │ ├── blueseven.png.meta │ │ │ │ ├── redbar.png │ │ │ │ ├── redbar.png.meta │ │ │ │ ├── redbell.png │ │ │ │ ├── redbell.png.meta │ │ │ │ ├── redgem.png │ │ │ │ ├── redgem.png.meta │ │ │ │ ├── redseven.png │ │ │ │ ├── redseven.png.meta │ │ │ │ ├── whitebar.png │ │ │ │ ├── whitebar.png.meta │ │ │ │ ├── whitebell.png │ │ │ │ ├── whitebell.png.meta │ │ │ │ ├── whitegem.png │ │ │ │ ├── whitegem.png.meta │ │ │ │ ├── whiteseven.png │ │ │ │ └── whiteseven.png.meta │ │ │ │ ├── Sounds.meta │ │ │ │ ├── Sounds │ │ │ │ ├── achievement.ogg │ │ │ │ ├── achievement.ogg.meta │ │ │ │ ├── amazing.ogg │ │ │ │ ├── amazing.ogg.meta │ │ │ │ ├── amazingl.ogg │ │ │ │ ├── amazingl.ogg.meta │ │ │ │ ├── chooseagain.ogg │ │ │ │ ├── chooseagain.ogg.meta │ │ │ │ ├── coindrop.ogg │ │ │ │ ├── coindrop.ogg.meta │ │ │ │ ├── coindrop3.ogg │ │ │ │ ├── coindrop3.ogg.meta │ │ │ │ ├── coindrop4.ogg │ │ │ │ ├── coindrop4.ogg.meta │ │ │ │ ├── coindrop5.ogg │ │ │ │ ├── coindrop5.ogg.meta │ │ │ │ ├── coindrop6.ogg │ │ │ │ ├── coindrop6.ogg.meta │ │ │ │ ├── coindrop7.ogg │ │ │ │ ├── coindrop7.ogg.meta │ │ │ │ ├── coindrop8.ogg │ │ │ │ ├── coindrop8.ogg.meta │ │ │ │ ├── coindrop9.ogg │ │ │ │ ├── coindrop9.ogg.meta │ │ │ │ ├── diceroll.ogg │ │ │ │ ├── diceroll.ogg.meta │ │ │ │ ├── excellent.ogg │ │ │ │ ├── excellent.ogg.meta │ │ │ │ ├── excellentl.ogg │ │ │ │ ├── excellentl.ogg.meta │ │ │ │ ├── fantastic.ogg │ │ │ │ ├── fantastic.ogg.meta │ │ │ │ ├── fantasticl.ogg │ │ │ │ ├── fantasticl.ogg.meta │ │ │ │ ├── fastwoosh.ogg │ │ │ │ ├── fastwoosh.ogg.meta │ │ │ │ ├── freespinbonus.ogg │ │ │ │ ├── freespinbonus.ogg.meta │ │ │ │ ├── itemdrop.ogg │ │ │ │ ├── itemdrop.ogg.meta │ │ │ │ ├── jazzloop.ogg │ │ │ │ ├── jazzloop.ogg.meta │ │ │ │ ├── markercomplete.ogg │ │ │ │ ├── markercomplete.ogg.meta │ │ │ │ ├── marvelous.ogg │ │ │ │ ├── marvelous.ogg.meta │ │ │ │ ├── marvelousl.ogg │ │ │ │ ├── marvelousl.ogg.meta │ │ │ │ ├── multiplierspin.ogg │ │ │ │ ├── multiplierspin.ogg.meta │ │ │ │ ├── ncoindrop.ogg │ │ │ │ ├── ncoindrop.ogg.meta │ │ │ │ ├── pop1.ogg │ │ │ │ ├── pop1.ogg.meta │ │ │ │ ├── pop2.ogg │ │ │ │ ├── pop2.ogg.meta │ │ │ │ ├── pop3.ogg │ │ │ │ ├── pop3.ogg.meta │ │ │ │ ├── pop4.ogg │ │ │ │ ├── pop4.ogg.meta │ │ │ │ ├── pop5.ogg │ │ │ │ ├── pop5.ogg.meta │ │ │ │ ├── rollagain.ogg │ │ │ │ ├── rollagain.ogg.meta │ │ │ │ ├── scorebonus.ogg │ │ │ │ ├── scorebonus.ogg.meta │ │ │ │ ├── slotset.ogg │ │ │ │ ├── slotset.ogg.meta │ │ │ │ ├── slotspinning1.ogg │ │ │ │ ├── slotspinning1.ogg.meta │ │ │ │ ├── slotspinning2.ogg │ │ │ │ ├── slotspinning2.ogg.meta │ │ │ │ ├── slotspinning3.ogg │ │ │ │ ├── slotspinning3.ogg.meta │ │ │ │ ├── spinagain.ogg │ │ │ │ ├── spinagain.ogg.meta │ │ │ │ ├── stack.ogg │ │ │ │ ├── stack.ogg.meta │ │ │ │ ├── successcoin.ogg │ │ │ │ ├── successcoin.ogg.meta │ │ │ │ ├── successmusic.ogg │ │ │ │ ├── successmusic.ogg.meta │ │ │ │ ├── targetachieved.ogg │ │ │ │ ├── targetachieved.ogg.meta │ │ │ │ ├── targetachievedl.ogg │ │ │ │ └── targetachievedl.ogg.meta │ │ │ │ ├── TopInfo.meta │ │ │ │ ├── TopInfo │ │ │ │ ├── targetboost.png │ │ │ │ ├── targetboost.png.meta │ │ │ │ ├── targetbox.png │ │ │ │ ├── targetbox.png.meta │ │ │ │ ├── topbar.png │ │ │ │ └── topbar.png.meta │ │ │ │ ├── WinTexts.meta │ │ │ │ └── WinTexts │ │ │ │ ├── Amazing.prefab │ │ │ │ ├── Amazing.prefab.meta │ │ │ │ ├── Excellent.prefab │ │ │ │ ├── Excellent.prefab.meta │ │ │ │ ├── Fantastic.prefab │ │ │ │ ├── Fantastic.prefab.meta │ │ │ │ ├── Marvelous.prefab │ │ │ │ └── Marvelous.prefab.meta │ │ ├── DOTweenSettings.asset │ │ ├── DOTweenSettings.asset.meta │ │ ├── Fonts.meta │ │ ├── Fonts │ │ │ ├── MVBOLI.TTF │ │ │ ├── MVBOLI.TTF.meta │ │ │ ├── TAHOMA.TTF │ │ │ ├── TAHOMA.TTF.meta │ │ │ ├── TAHOMABD.TTF │ │ │ └── TAHOMABD.TTF.meta │ │ ├── GridMarker.meta │ │ ├── GridMarker │ │ │ ├── gridplacer.png │ │ │ └── gridplacer.png.meta │ │ ├── Level Map.meta │ │ ├── Level Map │ │ │ ├── CameraMover.cs │ │ │ ├── CameraMover.cs.meta │ │ │ ├── CloseLevelDesc.cs │ │ │ ├── CloseLevelDesc.cs.meta │ │ │ ├── CoinsAnim.cs │ │ │ ├── CoinsAnim.cs.meta │ │ │ ├── LevelBurstDestroyer.cs │ │ │ ├── LevelBurstDestroyer.cs.meta │ │ │ ├── LevelController.cs │ │ │ ├── LevelController.cs.meta │ │ │ ├── LevelDesc.prefab │ │ │ ├── LevelDesc.prefab.meta │ │ │ ├── LevelHighlighter.cs │ │ │ ├── LevelHighlighter.cs.meta │ │ │ ├── LevelMap.jpg │ │ │ ├── LevelMap.jpg.meta │ │ │ ├── LevelMap.unity │ │ │ ├── LevelMap.unity.meta │ │ │ ├── LevelSelect.cs │ │ │ ├── LevelSelect.cs.meta │ │ │ ├── MusicCheck.cs │ │ │ ├── MusicCheck.cs.meta │ │ │ ├── PlayLevel.cs │ │ │ ├── PlayLevel.cs.meta │ │ │ ├── Sounds.prefab │ │ │ ├── Sounds.prefab.meta │ │ │ ├── bronze.png │ │ │ ├── bronze.png.meta │ │ │ ├── bronzelevel.prefab │ │ │ ├── bronzelevel.prefab.meta │ │ │ ├── closebutton.png │ │ │ ├── closebutton.png.meta │ │ │ ├── gold.png │ │ │ ├── gold.png.meta │ │ │ ├── goldlevel.prefab │ │ │ ├── goldlevel.prefab.meta │ │ │ ├── lburst.meta │ │ │ ├── lburst.prefab │ │ │ ├── lburst.prefab.meta │ │ │ ├── lburst │ │ │ │ ├── lburst_0.png │ │ │ │ ├── lburst_0.png.meta │ │ │ │ ├── lburst_1.png │ │ │ │ ├── lburst_1.png.meta │ │ │ │ ├── lburst_10.png │ │ │ │ ├── lburst_10.png.meta │ │ │ │ ├── lburst_11.png │ │ │ │ ├── lburst_11.png.meta │ │ │ │ ├── lburst_12.png │ │ │ │ ├── lburst_12.png.meta │ │ │ │ ├── lburst_13.png │ │ │ │ ├── lburst_13.png.meta │ │ │ │ ├── lburst_14.png │ │ │ │ ├── lburst_14.png.meta │ │ │ │ ├── lburst_15.png │ │ │ │ ├── lburst_15.png.meta │ │ │ │ ├── lburst_16.png │ │ │ │ ├── lburst_16.png.meta │ │ │ │ ├── lburst_2.png │ │ │ │ ├── lburst_2.png.meta │ │ │ │ ├── lburst_3.png │ │ │ │ ├── lburst_3.png.meta │ │ │ │ ├── lburst_4.png │ │ │ │ ├── lburst_4.png.meta │ │ │ │ ├── lburst_5.png │ │ │ │ ├── lburst_5.png.meta │ │ │ │ ├── lburst_6.png │ │ │ │ ├── lburst_6.png.meta │ │ │ │ ├── lburst_7.png │ │ │ │ ├── lburst_7.png.meta │ │ │ │ ├── lburst_8.png │ │ │ │ ├── lburst_8.png.meta │ │ │ │ ├── lburst_9.png │ │ │ │ └── lburst_9.png.meta │ │ │ ├── lburster.anim │ │ │ ├── lburster.anim.meta │ │ │ ├── lburster.controller │ │ │ ├── lburster.controller.meta │ │ │ ├── level1marker.png │ │ │ ├── level1marker.png.meta │ │ │ ├── leveldescription.png │ │ │ ├── leveldescription.png.meta │ │ │ ├── levelhighlighter.png │ │ │ ├── levelhighlighter.png.meta │ │ │ ├── levelhighlighter.prefab │ │ │ ├── levelhighlighter.prefab.meta │ │ │ ├── levelmarker.png │ │ │ ├── levelmarker.png.meta │ │ │ ├── levelmarker.prefab │ │ │ ├── levelmarker.prefab.meta │ │ │ ├── mapcharacter.png │ │ │ ├── mapcharacter.png.meta │ │ │ ├── playbutton.png │ │ │ ├── playbutton.png.meta │ │ │ ├── playermarker.png │ │ │ ├── playermarker.png.meta │ │ │ ├── selection.ogg │ │ │ ├── selection.ogg.meta │ │ │ ├── silver.png │ │ │ ├── silver.png.meta │ │ │ ├── silverlevel.prefab │ │ │ ├── silverlevel.prefab.meta │ │ │ ├── swoosh.ogg │ │ │ ├── swoosh.ogg.meta │ │ │ ├── swooshreverse.ogg │ │ │ └── swooshreverse.ogg.meta │ │ ├── Main Menu.meta │ │ ├── Main Menu │ │ │ ├── DontDestroyAudio.cs │ │ │ ├── DontDestroyAudio.cs.meta │ │ │ ├── MainMenu.jpg │ │ │ ├── MainMenu.jpg.meta │ │ │ ├── MainMenu.unity │ │ │ ├── MainMenu.unity.meta │ │ │ ├── PlayButtonWiggle.cs │ │ │ ├── PlayButtonWiggle.cs.meta │ │ │ ├── buttonclicksound.ogg │ │ │ ├── buttonclicksound.ogg.meta │ │ │ ├── gamename.png │ │ │ ├── gamename.png.meta │ │ │ ├── jazzpiano.ogg │ │ │ ├── jazzpiano.ogg.meta │ │ │ ├── playbutton.png │ │ │ └── playbutton.png.meta │ │ ├── Masker.mat │ │ ├── Masker.mat.meta │ │ ├── Masker.shader │ │ ├── Masker.shader.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── SlotSpinMaterial.mat │ │ │ ├── SlotSpinMaterial.mat.meta │ │ │ ├── SlotSpinShader.shader │ │ │ └── SlotSpinShader.shader.meta │ │ ├── Prefabs.meta │ │ ├── Reels.prefab │ │ ├── Reels.prefab.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── BoardMarkerOn.cs │ │ │ ├── BoardMarkerOn.cs.meta │ │ │ ├── BoardValue.cs │ │ │ ├── BoardValue.cs.meta │ │ │ ├── BurstDestroyer.cs │ │ │ ├── BurstDestroyer.cs.meta │ │ │ ├── CreditBonus.cs │ │ │ ├── CreditBonus.cs.meta │ │ │ ├── CreditBonusBox.cs │ │ │ ├── CreditBonusBox.cs.meta │ │ │ ├── FreeSpinBonus.cs │ │ │ ├── FreeSpinBonus.cs.meta │ │ │ ├── FreeSpinButton.cs │ │ │ ├── FreeSpinButton.cs.meta │ │ │ ├── GridGen.cs │ │ │ ├── GridGen.cs.meta │ │ │ ├── ParticleDestroyer.cs │ │ │ ├── ParticleDestroyer.cs.meta │ │ │ ├── PrizeWheelSpinner.cs │ │ │ ├── PrizeWheelSpinner.cs.meta │ │ │ ├── ScoreTextPop.cs │ │ │ ├── ScoreTextPop.cs.meta │ │ │ ├── ScoreTracker.cs │ │ │ ├── ScoreTracker.cs.meta │ │ │ ├── Selector.cs │ │ │ ├── Selector.cs.meta │ │ │ ├── SlotTracker.cs │ │ │ ├── SlotTracker.cs.meta │ │ │ ├── SlotValue.cs │ │ │ ├── SlotValue.cs.meta │ │ │ ├── Spinner.cs │ │ │ ├── Spinner.cs.meta │ │ │ ├── SuccessNextBtn.cs │ │ │ ├── SuccessNextBtn.cs.meta │ │ │ ├── WheelValue.cs │ │ │ ├── WheelValue.cs.meta │ │ │ ├── WinTextScaler.cs │ │ │ └── WinTextScaler.cs.meta │ │ ├── SpriteMasker.mat │ │ ├── SpriteMasker.mat.meta │ │ ├── SpriteMasker.shader │ │ ├── SpriteMasker.shader.meta │ │ ├── blast.prefab │ │ ├── blast.prefab.meta │ │ ├── mask.png │ │ ├── mask.png.meta │ │ ├── selector.prefab │ │ └── selector.prefab.meta │ ├── SlotSpinScript.cs │ ├── SlotSpinScript.cs.meta │ ├── Testerscene.unity │ └── Testerscene.unity.meta ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── AssetServerCacheV3 │ ├── AssetVersioning.db │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── CurrentMaximizeLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LastSceneManagerSetup.txt │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache.db │ ├── ShaderCache │ │ ├── 0 │ │ │ ├── 04fcca02c251a72cad2b45e408a16b1d.bin │ │ │ ├── 06776728e33fc9af2ed1df4f3d08faa1.bin │ │ │ ├── 097886457247838aa7d8d2a0b2111588.bin │ │ │ └── 0ef9b56f73396b90777f1e1d0af1e2de.bin │ │ ├── 1 │ │ │ ├── 12867192377f959d5c3e57a8a1b61025.bin │ │ │ ├── 166f7b0cd42e582be5913fe8c9d78c93.bin │ │ │ ├── 180ce9f7ac9a79481f789f20a805af33.bin │ │ │ ├── 1c92983928f9127ad985d8934c5b75fd.bin │ │ │ └── 1d2edc1ef43d2c7161bc68bc603d7f56.bin │ │ ├── 2 │ │ │ ├── 2449b4d2b6c89d78b559cb393280e185.bin │ │ │ ├── 26bcb1e1b017d92365734edb8979fa25.bin │ │ │ ├── 27e457dc3c0be9121d2abb8eee7546ac.bin │ │ │ ├── 27f4fea3b144b3a102bf618b1353bee7.bin │ │ │ └── 294cf92f4acd8057b00af8dc2d6f6258.bin │ │ ├── 3 │ │ │ ├── 31d809dbbaf164bc2bc6fdc7a2a8b764.bin │ │ │ ├── 34571d33da01b155f211cb0b8ae83691.bin │ │ │ ├── 3c5f7dab95c09023d4c67b736c849ea0.bin │ │ │ ├── 3c8d48dd1b04073ab7d4ef9322b9ffa7.bin │ │ │ └── 3d3e3546bbc62e96334376e82ea4396e.bin │ │ ├── 4 │ │ │ ├── 4030bfe911d562f1fa785841ff96b007.bin │ │ │ ├── 445905b8be840e0b9e89a171f640e384.bin │ │ │ └── 49938184027e3262ff982afde1670621.bin │ │ ├── 5 │ │ │ ├── 57dbb54708b4b196c46e5a5e88246f28.bin │ │ │ └── 5ae39a7c9cae11f1bf68a0c119d66b2f.bin │ │ ├── 6 │ │ │ ├── 65539a91dfc1b83a53d13629c2a63ab5.bin │ │ │ ├── 66c33e1c9ce393328ef1641c4820d3ca.bin │ │ │ ├── 69d6bb8a8aec563a644f901a7c2deebc.bin │ │ │ └── 6bf258cef27c65cb3ed8bab1fafa70ad.bin │ │ ├── 7 │ │ │ ├── 70f891124fef4844d73f5bfdfaf570d2.bin │ │ │ ├── 763030427ba3cc903fe7a11884cce59e.bin │ │ │ ├── 776f94d2d93b0f3d94595c4ec17d4110.bin │ │ │ ├── 7cfde297b74f3c36fa3bdb1ee0960b21.bin │ │ │ └── 7eccc90b4e57ec4e03c6da60f7797ebe.bin │ │ ├── 8 │ │ │ └── 8e25c819e481ea97d2a82166887ba567.bin │ │ ├── 9 │ │ │ ├── 9411315f81fe093333e359470f322bdb.bin │ │ │ ├── 99841ea754280e76c1bd363e7382afca.bin │ │ │ ├── 9b258a59fa7e069cfe644eef980548d9.bin │ │ │ ├── 9b3b8909935d07ed23a0dded48f0a7b8.bin │ │ │ └── 9b4110fa8d0dd781d5a3991738e7ab4f.bin │ │ ├── a │ │ │ ├── a14f2c53ff2bf60f7ff0006db62f9f44.bin │ │ │ ├── a43801e04a17e979b77b3b85ab7594e7.bin │ │ │ └── ad6ff30ee9f0e246875a79030bbf0c82.bin │ │ ├── b │ │ │ ├── b659353c71476cf73ac085b9821463d1.bin │ │ │ ├── b76823486a0903ab96dfb156caa3ae25.bin │ │ │ └── bfedbd8eaf0cbc033525f7dc795ebf07.bin │ │ ├── c │ │ │ ├── c47c4bbec8f9c18100586cb81c3ae229.bin │ │ │ ├── c4860b845326a841f8b1e975b00efa21.bin │ │ │ ├── c72f279f42027d072299ef34752ec0b0.bin │ │ │ └── ceeeecf580f08e554baa407380ae0aea.bin │ │ ├── d │ │ │ ├── df127ce235504fcccc6386b5cf60f41b.bin │ │ │ └── df42f34c066e86312f276d0f667092de.bin │ │ ├── e │ │ │ ├── e31937ecbcddf3127ba44daaaae6b937.bin │ │ │ ├── e3d8e1159e6989c0844156c687b60f80.bin │ │ │ ├── e4a99ae2cb2d761a78d16fcc5fb68bac.bin │ │ │ ├── e83ec82d1ca92890f6f3f8ce67bfeb7b.bin │ │ │ ├── eb593db564b2c53c4a62e0ac51208419.bin │ │ │ └── eb973f60f38a951f0abb397021f4b872.bin │ │ └── f │ │ │ └── fbf12b05fe15d84eddf95727e5aa7a10.bin │ ├── UnityAssemblies │ │ ├── UnityEditor.dll │ │ ├── UnityEditor.xml │ │ ├── UnityEngine.Analytics.dll │ │ ├── UnityEngine.Analytics.xml │ │ ├── UnityEngine.HoloLens.dll │ │ ├── UnityEngine.HoloLens.xml │ │ ├── UnityEngine.Networking.dll │ │ ├── UnityEngine.Networking.xml │ │ ├── UnityEngine.TestRunner.dll │ │ ├── UnityEngine.TestRunner.xml │ │ ├── UnityEngine.UI.dll │ │ ├── UnityEngine.UI.xml │ │ ├── UnityEngine.VR.dll │ │ ├── UnityEngine.VR.xml │ │ ├── UnityEngine.dll │ │ ├── UnityEngine.xml │ │ ├── nunit.framework.dll │ │ ├── nunit.framework.xml │ │ └── version.txt │ ├── assetDatabase3 │ ├── expandedItems │ ├── metadata │ │ ├── 10 │ │ │ ├── 10e72d73d5fd2d94294b4ca63f8b698a │ │ │ └── 10e72d73d5fd2d94294b4ca63f8b698a.info │ │ ├── 12 │ │ │ ├── 1220f210e9c2c5d4bb5f83190ed369b2 │ │ │ ├── 1220f210e9c2c5d4bb5f83190ed369b2.info │ │ │ ├── 1220f210e9c2c5d4bb5f83190ed369b2.resource │ │ │ ├── 12fd8a0055b84bb59e84c9835a37e333 │ │ │ └── 12fd8a0055b84bb59e84c9835a37e333.info │ │ ├── 13 │ │ │ ├── 13ae665f2b69f2847b06f609f09052d2 │ │ │ └── 13ae665f2b69f2847b06f609f09052d2.info │ │ ├── 14 │ │ │ ├── 145ceb23c38a1de459daa6b62050a4b0 │ │ │ ├── 145ceb23c38a1de459daa6b62050a4b0.info │ │ │ ├── 14af9dba6695e80418906dc3770ff541 │ │ │ └── 14af9dba6695e80418906dc3770ff541.info │ │ ├── 15 │ │ │ ├── 1506cf604152a344abe3b8a479abf242 │ │ │ ├── 1506cf604152a344abe3b8a479abf242.info │ │ │ ├── 155df2caf7f67d243833bbcb73217cb8 │ │ │ ├── 155df2caf7f67d243833bbcb73217cb8.info │ │ │ ├── 155df2caf7f67d243833bbcb73217cb8.resource │ │ │ ├── 158cfa17578c4f143bc08f92b2809b7d │ │ │ ├── 158cfa17578c4f143bc08f92b2809b7d.info │ │ │ ├── 15be1aeeb588553408164ee01c254280 │ │ │ └── 15be1aeeb588553408164ee01c254280.info │ │ ├── 16 │ │ │ ├── 16b994e177adda84c9c14d762ff1ce37 │ │ │ ├── 16b994e177adda84c9c14d762ff1ce37.info │ │ │ └── 16b994e177adda84c9c14d762ff1ce37.resource │ │ ├── 17 │ │ │ ├── 176a64aae92b7904f97077bd3852659f │ │ │ └── 176a64aae92b7904f97077bd3852659f.info │ │ ├── 18 │ │ │ ├── 18e95494230edd549a1c2f0b7d158c6d │ │ │ └── 18e95494230edd549a1c2f0b7d158c6d.info │ │ ├── 20 │ │ │ ├── 200c798e66c10c649ad8967aab6d2a83 │ │ │ ├── 200c798e66c10c649ad8967aab6d2a83.info │ │ │ ├── 2025cc70d8524d445a87502c4b4f7f29 │ │ │ └── 2025cc70d8524d445a87502c4b4f7f29.info │ │ ├── 21 │ │ │ ├── 212d06b2a38601a4f80c9f6b74d10bfa │ │ │ ├── 212d06b2a38601a4f80c9f6b74d10bfa.info │ │ │ ├── 214ddad071d5334489a4d11710bfa9b1 │ │ │ ├── 214ddad071d5334489a4d11710bfa9b1.info │ │ │ ├── 214fce4f4d775ab41982b2d66ab46b40 │ │ │ ├── 214fce4f4d775ab41982b2d66ab46b40.info │ │ │ ├── 21964ec6d779fbb4bbec5b2eddc958be │ │ │ ├── 21964ec6d779fbb4bbec5b2eddc958be.info │ │ │ ├── 21ba80206faaa624e910ff141e95a282 │ │ │ ├── 21ba80206faaa624e910ff141e95a282.info │ │ │ ├── 21eff446d50eaf44a85985cd4c0b6fa1 │ │ │ └── 21eff446d50eaf44a85985cd4c0b6fa1.info │ │ ├── 22 │ │ │ ├── 22cb6ecfbf4dccc4db872c7368672f2d │ │ │ ├── 22cb6ecfbf4dccc4db872c7368672f2d.info │ │ │ └── 22cb6ecfbf4dccc4db872c7368672f2d.resource │ │ ├── 23 │ │ │ ├── 23984ab985730c34ea572def872ca9f1 │ │ │ └── 23984ab985730c34ea572def872ca9f1.info │ │ ├── 24 │ │ │ ├── 24241d4eb14a9d2449a9428b5317296d │ │ │ ├── 24241d4eb14a9d2449a9428b5317296d.info │ │ │ ├── 246263f24f200fa4bb974350e1f58701 │ │ │ ├── 246263f24f200fa4bb974350e1f58701.info │ │ │ ├── 24bb2a3299e526541bced821a4d82223 │ │ │ ├── 24bb2a3299e526541bced821a4d82223.info │ │ │ ├── 24d30d00165250b48a093bd42fdc6a1e │ │ │ ├── 24d30d00165250b48a093bd42fdc6a1e.info │ │ │ └── 24d30d00165250b48a093bd42fdc6a1e.resource │ │ ├── 25 │ │ │ ├── 2505b8c328c0bbe4b9865d391f63dd41 │ │ │ └── 2505b8c328c0bbe4b9865d391f63dd41.info │ │ ├── 26 │ │ │ ├── 266f4f79ff2c14449bdd0bcb62e612b1 │ │ │ ├── 266f4f79ff2c14449bdd0bcb62e612b1.info │ │ │ ├── 2682a692a2be7e14e901a738c7806da0 │ │ │ └── 2682a692a2be7e14e901a738c7806da0.info │ │ ├── 27 │ │ │ ├── 273f5ce3e082e8f4c9c12d93feaf39a6 │ │ │ ├── 273f5ce3e082e8f4c9c12d93feaf39a6.info │ │ │ └── 273f5ce3e082e8f4c9c12d93feaf39a6.resource │ │ ├── 28 │ │ │ ├── 28118ada6d86e9b41954e892eb0fc1ab │ │ │ └── 28118ada6d86e9b41954e892eb0fc1ab.info │ │ ├── 29 │ │ │ ├── 297a8d51417f4c347898926939edad4b │ │ │ ├── 297a8d51417f4c347898926939edad4b.info │ │ │ ├── 29e7bab22ae081e469015fbf47649a8f │ │ │ └── 29e7bab22ae081e469015fbf47649a8f.info │ │ ├── 30 │ │ │ ├── 307433eba81a469ab1e2084d52d1a5a2 │ │ │ └── 307433eba81a469ab1e2084d52d1a5a2.info │ │ ├── 31 │ │ │ ├── 3190ec7ddda8eae4385e9e80f2abce1c │ │ │ ├── 3190ec7ddda8eae4385e9e80f2abce1c.info │ │ │ ├── 31cc01b19a693b642a2df07699115ebb │ │ │ └── 31cc01b19a693b642a2df07699115ebb.info │ │ ├── 32 │ │ │ ├── 32188fd89022c154c81befa2f0e00be0 │ │ │ ├── 32188fd89022c154c81befa2f0e00be0.info │ │ │ ├── 328cc881519068e4eb7db4bb907ad2d9 │ │ │ ├── 328cc881519068e4eb7db4bb907ad2d9.info │ │ │ ├── 32a1e82b22764044abe5090b4e3be43a │ │ │ ├── 32a1e82b22764044abe5090b4e3be43a.info │ │ │ └── 32a1e82b22764044abe5090b4e3be43a.resource │ │ ├── 33 │ │ │ ├── 3320c07fad7ba1e4f9f8f10de0b24375 │ │ │ └── 3320c07fad7ba1e4f9f8f10de0b24375.info │ │ ├── 35 │ │ │ ├── 35bbd797b0299ff43a9233aa594461e9 │ │ │ └── 35bbd797b0299ff43a9233aa594461e9.info │ │ ├── 36 │ │ │ ├── 36d67a4bfb407a14a826cd9508ea2a3d │ │ │ └── 36d67a4bfb407a14a826cd9508ea2a3d.info │ │ ├── 37 │ │ │ ├── 373a29c0eb0497941a26bcfdc1696fc8 │ │ │ ├── 373a29c0eb0497941a26bcfdc1696fc8.info │ │ │ └── 373a29c0eb0497941a26bcfdc1696fc8.resource │ │ ├── 38 │ │ │ ├── 3821692d35004ad44b1a81bd5eaaa4f7 │ │ │ ├── 3821692d35004ad44b1a81bd5eaaa4f7.info │ │ │ ├── 38a059e4ff6d7614b90fd48667290586 │ │ │ ├── 38a059e4ff6d7614b90fd48667290586.info │ │ │ ├── 38bb3da1b1d10fa4e9621e7cba87252c │ │ │ ├── 38bb3da1b1d10fa4e9621e7cba87252c.info │ │ │ ├── 38c8faf1788024c02930a0c68a6e0edc │ │ │ └── 38c8faf1788024c02930a0c68a6e0edc.info │ │ ├── 39 │ │ │ ├── 3991cb66c6ab681489a46d171f4c4972 │ │ │ └── 3991cb66c6ab681489a46d171f4c4972.info │ │ ├── 40 │ │ │ ├── 405b9b51bb344a128608d968297df79c │ │ │ └── 405b9b51bb344a128608d968297df79c.info │ │ ├── 41 │ │ │ ├── 4113173d5e95493ab8765d7b08371de4 │ │ │ ├── 4113173d5e95493ab8765d7b08371de4.info │ │ │ ├── 41d0bb768a2bc0649af88e05ff6f3d8b │ │ │ └── 41d0bb768a2bc0649af88e05ff6f3d8b.info │ │ ├── 42 │ │ │ ├── 421110e9188a2f8458a7107a82128c4c │ │ │ ├── 421110e9188a2f8458a7107a82128c4c.info │ │ │ ├── 42758b7444ccfbc47b6019ca42ffbd3e │ │ │ ├── 42758b7444ccfbc47b6019ca42ffbd3e.info │ │ │ ├── 4283417a600019b45bdee23352745043 │ │ │ ├── 4283417a600019b45bdee23352745043.info │ │ │ ├── 428aaae50d293ae4e90c063ad86e6d8d │ │ │ └── 428aaae50d293ae4e90c063ad86e6d8d.info │ │ ├── 43 │ │ │ ├── 430c3ed7d3d11b14d832d56dfa52f01d │ │ │ ├── 430c3ed7d3d11b14d832d56dfa52f01d.info │ │ │ ├── 43b86bb9616ebfa42b3968eccd599c04 │ │ │ ├── 43b86bb9616ebfa42b3968eccd599c04.info │ │ │ ├── 43b86bb9616ebfa42b3968eccd599c04.resource │ │ │ ├── 43b91f5f947327c4d80b45a5322a1a04 │ │ │ └── 43b91f5f947327c4d80b45a5322a1a04.info │ │ ├── 44 │ │ │ ├── 4450d62277c5baf4ba0a8a54a88cc470 │ │ │ └── 4450d62277c5baf4ba0a8a54a88cc470.info │ │ ├── 46 │ │ │ ├── 467ee594b3be86342a4bd0a1ae5ef669 │ │ │ └── 467ee594b3be86342a4bd0a1ae5ef669.info │ │ ├── 47 │ │ │ ├── 4775001c1fd1b3c4492fca909e027393 │ │ │ ├── 4775001c1fd1b3c4492fca909e027393.info │ │ │ └── 4775001c1fd1b3c4492fca909e027393.resource │ │ ├── 48 │ │ │ ├── 487c2eeb21ecb5642afcf487d31cceab │ │ │ ├── 487c2eeb21ecb5642afcf487d31cceab.info │ │ │ ├── 48b32eff5336f3246886439314d7d118 │ │ │ └── 48b32eff5336f3246886439314d7d118.info │ │ ├── 49 │ │ │ ├── 49d7022f42fc8234eb37b4e05548e8c1 │ │ │ ├── 49d7022f42fc8234eb37b4e05548e8c1.info │ │ │ ├── 49f5766d0d4954f44b85d4bbd7131677 │ │ │ └── 49f5766d0d4954f44b85d4bbd7131677.info │ │ ├── 50 │ │ │ ├── 50f10d3deb938ca4388e470e6c883b7e │ │ │ └── 50f10d3deb938ca4388e470e6c883b7e.info │ │ ├── 51 │ │ │ ├── 517af1b5b81b93b43b9745d58f017562 │ │ │ ├── 517af1b5b81b93b43b9745d58f017562.info │ │ │ ├── 51a7910fb14480d4595d1f4fbbf0cefa │ │ │ └── 51a7910fb14480d4595d1f4fbbf0cefa.info │ │ ├── 52 │ │ │ ├── 5253bc32858aabb479646e6fa2895b67 │ │ │ ├── 5253bc32858aabb479646e6fa2895b67.info │ │ │ ├── 5274af857d3e0e34f865daf87f584362 │ │ │ ├── 5274af857d3e0e34f865daf87f584362.info │ │ │ ├── 52c407df12532154daaf4ba93a009629 │ │ │ ├── 52c407df12532154daaf4ba93a009629.info │ │ │ ├── 52fc4244d0599d2449119be88b578791 │ │ │ └── 52fc4244d0599d2449119be88b578791.info │ │ ├── 53 │ │ │ ├── 530af58df7cb238458a5f4c458c69ae9 │ │ │ ├── 530af58df7cb238458a5f4c458c69ae9.info │ │ │ ├── 53ebcfaa2e1e4e2dbc85882cd5a73fa1 │ │ │ └── 53ebcfaa2e1e4e2dbc85882cd5a73fa1.info │ │ ├── 54 │ │ │ ├── 5469520272f37024c9e8360154404384 │ │ │ ├── 5469520272f37024c9e8360154404384.info │ │ │ ├── 54ba8d703ccc3a44fb57828a7aa737a1 │ │ │ └── 54ba8d703ccc3a44fb57828a7aa737a1.info │ │ ├── 55 │ │ │ ├── 555771b1283fa66458fcbf839252c258 │ │ │ ├── 555771b1283fa66458fcbf839252c258.info │ │ │ ├── 55be602c078e5204bb41b1374788e4ec │ │ │ └── 55be602c078e5204bb41b1374788e4ec.info │ │ ├── 56 │ │ │ ├── 56ee81592402a354fb66da734874eb1e │ │ │ └── 56ee81592402a354fb66da734874eb1e.info │ │ ├── 57 │ │ │ ├── 574889d11f76e3440a2f442cdfc1cb71 │ │ │ ├── 574889d11f76e3440a2f442cdfc1cb71.info │ │ │ ├── 5782f9e9e6e0bb94bac99aeea24814fc │ │ │ ├── 5782f9e9e6e0bb94bac99aeea24814fc.info │ │ │ ├── 57e8e217bcd09124b9a38b10bdaf2087 │ │ │ ├── 57e8e217bcd09124b9a38b10bdaf2087.info │ │ │ ├── 57f404b5d4caf8f4d9ac76bfbe0ba005 │ │ │ └── 57f404b5d4caf8f4d9ac76bfbe0ba005.info │ │ ├── 58 │ │ │ ├── 5800b79720a65ca4fb81d4baae0f91af │ │ │ ├── 5800b79720a65ca4fb81d4baae0f91af.info │ │ │ ├── 58cda3bf94c40ce4d85831dd1ce77812 │ │ │ └── 58cda3bf94c40ce4d85831dd1ce77812.info │ │ ├── 59 │ │ │ ├── 593fedf4aaff61941a57dda1694c4a1f │ │ │ ├── 593fedf4aaff61941a57dda1694c4a1f.info │ │ │ ├── 593fedf4aaff61941a57dda1694c4a1f.resource │ │ │ ├── 59ff01417c978a9408bbc516d61e5835 │ │ │ └── 59ff01417c978a9408bbc516d61e5835.info │ │ ├── 61 │ │ │ ├── 61a32fe8c8cabf94c8cbd518b2b2ae8f │ │ │ ├── 61a32fe8c8cabf94c8cbd518b2b2ae8f.info │ │ │ └── 61a32fe8c8cabf94c8cbd518b2b2ae8f.resource │ │ ├── 62 │ │ │ ├── 62a6826403c7d0b458cece3da551791b │ │ │ └── 62a6826403c7d0b458cece3da551791b.info │ │ ├── 64 │ │ │ ├── 64049fe78d1d2b94ca57953ddedd67e8 │ │ │ ├── 64049fe78d1d2b94ca57953ddedd67e8.info │ │ │ ├── 641856153d3697048bdc09ada5b029b3 │ │ │ ├── 641856153d3697048bdc09ada5b029b3.info │ │ │ ├── 644014725c892cb45ba307738ff5e22c │ │ │ └── 644014725c892cb45ba307738ff5e22c.info │ │ ├── 66 │ │ │ ├── 6668e1f110e667542861a69f54f74369 │ │ │ └── 6668e1f110e667542861a69f54f74369.info │ │ ├── 68 │ │ │ ├── 688ff2eba668dd143baf8f16fb85bc88 │ │ │ └── 688ff2eba668dd143baf8f16fb85bc88.info │ │ ├── 69 │ │ │ ├── 6910df7f6522f144cb7b939dd689327a │ │ │ ├── 6910df7f6522f144cb7b939dd689327a.info │ │ │ ├── 6977e7e349b6c2344b0eb6efcf443a82 │ │ │ ├── 6977e7e349b6c2344b0eb6efcf443a82.info │ │ │ ├── 6981461fe431401459211818212a29cf │ │ │ ├── 6981461fe431401459211818212a29cf.info │ │ │ ├── 69dbf90cd8a6e9c4f99bb15b8dff484f │ │ │ ├── 69dbf90cd8a6e9c4f99bb15b8dff484f.info │ │ │ ├── 69dbf90cd8a6e9c4f99bb15b8dff484f.resource │ │ │ ├── 69e190a23f9356941b0d92e4b8d61b28 │ │ │ └── 69e190a23f9356941b0d92e4b8d61b28.info │ │ ├── 70 │ │ │ ├── 700380acbdd30ed4a8d0f165d853a1f8 │ │ │ ├── 700380acbdd30ed4a8d0f165d853a1f8.info │ │ │ ├── 700380acbdd30ed4a8d0f165d853a1f8.resource │ │ │ ├── 703cf82e8a710f4438f3fa987907f044 │ │ │ ├── 703cf82e8a710f4438f3fa987907f044.info │ │ │ ├── 7061e8eff7e2459479f23e1989f9a651 │ │ │ ├── 7061e8eff7e2459479f23e1989f9a651.info │ │ │ ├── 70bd1fc5b1b073049a5433875fd68a20 │ │ │ └── 70bd1fc5b1b073049a5433875fd68a20.info │ │ ├── 71 │ │ │ ├── 71718a51cdd2c0c4eb0199ca3574dccc │ │ │ └── 71718a51cdd2c0c4eb0199ca3574dccc.info │ │ ├── 73 │ │ │ ├── 739bbd9f364b4268874f9fd86ab3beef │ │ │ └── 739bbd9f364b4268874f9fd86ab3beef.info │ │ ├── 75 │ │ │ ├── 75d79ec61c5736646b64a260e70b367b │ │ │ └── 75d79ec61c5736646b64a260e70b367b.info │ │ ├── 76 │ │ │ ├── 76cad6f023a187548af88f14c42f5427 │ │ │ └── 76cad6f023a187548af88f14c42f5427.info │ │ ├── 77 │ │ │ ├── 7741b4957200f0747a3c79d148de2402 │ │ │ └── 7741b4957200f0747a3c79d148de2402.info │ │ ├── 78 │ │ │ ├── 78a4504b7672518438b62f2bc5bec148 │ │ │ ├── 78a4504b7672518438b62f2bc5bec148.info │ │ │ ├── 78beb443e6869434982463bf5239a971 │ │ │ └── 78beb443e6869434982463bf5239a971.info │ │ ├── 79 │ │ │ ├── 7948afe7b07cb20448e945c623315351 │ │ │ ├── 7948afe7b07cb20448e945c623315351.info │ │ │ ├── 79f6054d9091bad49a118f32839911db │ │ │ └── 79f6054d9091bad49a118f32839911db.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f.info │ │ │ ├── 80b4081bbe58c9b4d99ef7344345b9f5 │ │ │ ├── 80b4081bbe58c9b4d99ef7344345b9f5.info │ │ │ ├── 80cc8b7bb806f044fa9b8863d1dc336a │ │ │ └── 80cc8b7bb806f044fa9b8863d1dc336a.info │ │ ├── 82 │ │ │ ├── 82122f87075cf2b438a9badb6c8853b9 │ │ │ └── 82122f87075cf2b438a9badb6c8853b9.info │ │ ├── 83 │ │ │ ├── 831a19f335fcfbf40bce541b29cc11e1 │ │ │ ├── 831a19f335fcfbf40bce541b29cc11e1.info │ │ │ ├── 8382b2bb260241859771b69b7f377a8d │ │ │ ├── 8382b2bb260241859771b69b7f377a8d.info │ │ │ ├── 83f45b14b174c3a4a85f52215bf6441a │ │ │ └── 83f45b14b174c3a4a85f52215bf6441a.info │ │ ├── 84 │ │ │ ├── 8451d6e43ee8ba44f94370248b8c589f │ │ │ ├── 8451d6e43ee8ba44f94370248b8c589f.info │ │ │ ├── 84a7d7bd647956646adef3988998ddef │ │ │ ├── 84a7d7bd647956646adef3988998ddef.info │ │ │ ├── 84ca94c19f25ae14d83aa41bb3654390 │ │ │ ├── 84ca94c19f25ae14d83aa41bb3654390.info │ │ │ ├── 84e4e6e4350a10a41b2c283e7a3eed11 │ │ │ └── 84e4e6e4350a10a41b2c283e7a3eed11.info │ │ ├── 85 │ │ │ ├── 852e56802eb941638acbb491814497b0 │ │ │ └── 852e56802eb941638acbb491814497b0.info │ │ ├── 86 │ │ │ ├── 8641ca10e663b0841bc5f8b77b951437 │ │ │ ├── 8641ca10e663b0841bc5f8b77b951437.info │ │ │ ├── 8667b6c2d206ced49871813199e7e1f8 │ │ │ ├── 8667b6c2d206ced49871813199e7e1f8.info │ │ │ ├── 8667b6c2d206ced49871813199e7e1f8.resource │ │ │ ├── 86f4de9468454445ac2f39e207fafa3a │ │ │ └── 86f4de9468454445ac2f39e207fafa3a.info │ │ ├── 87 │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ ├── 88 │ │ │ ├── 88c944d1b71973b4d83f549e9b68eae6 │ │ │ └── 88c944d1b71973b4d83f549e9b68eae6.info │ │ ├── 89 │ │ │ ├── 89dcaf03ed6939441b00222c078f1c09 │ │ │ └── 89dcaf03ed6939441b00222c078f1c09.info │ │ ├── 90 │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01 │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01.info │ │ │ ├── 909a3cb6fe04d8f4e929ab406b864939 │ │ │ └── 909a3cb6fe04d8f4e929ab406b864939.info │ │ ├── 91 │ │ │ ├── 91474cc6a5472c04799cae0a9f548296 │ │ │ ├── 91474cc6a5472c04799cae0a9f548296.info │ │ │ ├── 916124d6bc56d0d43855ce3ea1cf4837 │ │ │ └── 916124d6bc56d0d43855ce3ea1cf4837.info │ │ ├── 93 │ │ │ ├── 93fa593905c8e8f4c97ddbfd68ad0018 │ │ │ └── 93fa593905c8e8f4c97ddbfd68ad0018.info │ │ ├── 95 │ │ │ ├── 95367e5a45ad56848b94fe37a0ee8e65 │ │ │ ├── 95367e5a45ad56848b94fe37a0ee8e65.info │ │ │ ├── 957372bb661614b4dae637cdc4c17af2 │ │ │ └── 957372bb661614b4dae637cdc4c17af2.info │ │ ├── 96 │ │ │ ├── 96da263b6a930124a83153c1a6b221da │ │ │ └── 96da263b6a930124a83153c1a6b221da.info │ │ ├── 97 │ │ │ ├── 972100deec6d54143ab0faa19ffc2cf5 │ │ │ ├── 972100deec6d54143ab0faa19ffc2cf5.info │ │ │ ├── 9733480aff22cc24dbc8a952427631e7 │ │ │ ├── 9733480aff22cc24dbc8a952427631e7.info │ │ │ ├── 97decbdab0634cdd991f8d23ddf0dead │ │ │ ├── 97decbdab0634cdd991f8d23ddf0dead.info │ │ │ ├── 97df6f71f946c8e43bf4f2ac5434340a │ │ │ └── 97df6f71f946c8e43bf4f2ac5434340a.info │ │ ├── 98 │ │ │ ├── 984986512adc6754fb7b7e140cb37b88 │ │ │ ├── 984986512adc6754fb7b7e140cb37b88.info │ │ │ ├── 98aa5f2d6575ecb4cba53bf75100da2b │ │ │ └── 98aa5f2d6575ecb4cba53bf75100da2b.info │ │ ├── 99 │ │ │ ├── 99370c82c7c8385458881c29894e1c05 │ │ │ └── 99370c82c7c8385458881c29894e1c05.info │ │ ├── 00 │ │ │ ├── 00000000000000001000000000000000 │ │ │ ├── 00000000000000001000000000000000.info │ │ │ ├── 00000000000000002000000000000000 │ │ │ ├── 00000000000000002000000000000000.info │ │ │ ├── 00000000000000003000000000000000 │ │ │ ├── 00000000000000003000000000000000.info │ │ │ ├── 00000000000000004000000000000000 │ │ │ ├── 00000000000000004000000000000000.info │ │ │ ├── 00000000000000004100000000000000 │ │ │ ├── 00000000000000004100000000000000.info │ │ │ ├── 00000000000000005000000000000000 │ │ │ ├── 00000000000000005000000000000000.info │ │ │ ├── 00000000000000005100000000000000 │ │ │ ├── 00000000000000005100000000000000.info │ │ │ ├── 00000000000000006000000000000000 │ │ │ ├── 00000000000000006000000000000000.info │ │ │ ├── 00000000000000006100000000000000 │ │ │ ├── 00000000000000006100000000000000.info │ │ │ ├── 00000000000000007000000000000000 │ │ │ ├── 00000000000000007000000000000000.info │ │ │ ├── 00000000000000007100000000000000 │ │ │ ├── 00000000000000007100000000000000.info │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000a100000000000000 │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ ├── 0000000000000000c000000000000000.info │ │ │ ├── 00fcfe5dcb0a0c5488c02596fc248328 │ │ │ └── 00fcfe5dcb0a0c5488c02596fc248328.info │ │ ├── 01 │ │ │ ├── 01115751967d31647b7796b4678de35c │ │ │ └── 01115751967d31647b7796b4678de35c.info │ │ ├── 03 │ │ │ ├── 03dcd4f30b552144290ecd7305d40366 │ │ │ └── 03dcd4f30b552144290ecd7305d40366.info │ │ ├── 04 │ │ │ ├── 0472906a878eae14a8d5ff5458a20e46 │ │ │ ├── 0472906a878eae14a8d5ff5458a20e46.info │ │ │ ├── 0472906a878eae14a8d5ff5458a20e46.resource │ │ │ ├── 04c633fba1560a3439d997fea4c5ffbf │ │ │ ├── 04c633fba1560a3439d997fea4c5ffbf.info │ │ │ ├── 04f9028d91a2bf544b8e7093edc043b0 │ │ │ ├── 04f9028d91a2bf544b8e7093edc043b0.info │ │ │ ├── 04fc3a873f4e8f44b9cf3f097c866034 │ │ │ └── 04fc3a873f4e8f44b9cf3f097c866034.info │ │ ├── 05 │ │ │ ├── 05e156e46f84e584e829aef62904ed7c │ │ │ └── 05e156e46f84e584e829aef62904ed7c.info │ │ ├── 06 │ │ │ ├── 0625817650cdbbb46a7838e7519a18e1 │ │ │ └── 0625817650cdbbb46a7838e7519a18e1.info │ │ ├── 07 │ │ │ ├── 073261fcf37d98645bac61b0e19ec84f │ │ │ ├── 073261fcf37d98645bac61b0e19ec84f.info │ │ │ ├── 079dba01825742c4f976e2d5fb1d6cd4 │ │ │ ├── 079dba01825742c4f976e2d5fb1d6cd4.info │ │ │ ├── 07b7d604507b14d48beb08d356ca33f9 │ │ │ └── 07b7d604507b14d48beb08d356ca33f9.info │ │ ├── 08 │ │ │ ├── 08e78b3d4a6822b4bb1089f8784b89a9 │ │ │ └── 08e78b3d4a6822b4bb1089f8784b89a9.info │ │ ├── 09 │ │ │ ├── 09e75638a63310f488bbf079f78f44a1 │ │ │ ├── 09e75638a63310f488bbf079f78f44a1.info │ │ │ └── 09e75638a63310f488bbf079f78f44a1.resource │ │ ├── 0a │ │ │ ├── 0a3595a2ab68fd04f8306a4a2087f8f5 │ │ │ ├── 0a3595a2ab68fd04f8306a4a2087f8f5.info │ │ │ ├── 0a714e7ef3080be46abc4cb9f9e5b1a6 │ │ │ └── 0a714e7ef3080be46abc4cb9f9e5b1a6.info │ │ ├── 0c │ │ │ ├── 0ce7b533e9764c141a068fadd859f9a6 │ │ │ └── 0ce7b533e9764c141a068fadd859f9a6.info │ │ ├── 0d │ │ │ ├── 0d3bb855445e36e479c85976fc88383a │ │ │ ├── 0d3bb855445e36e479c85976fc88383a.info │ │ │ ├── 0d7e06117784ff44bacb9c9e551592b3 │ │ │ └── 0d7e06117784ff44bacb9c9e551592b3.info │ │ ├── 0e │ │ │ ├── 0e44c9628e977ae418fabc9e04df20bc │ │ │ └── 0e44c9628e977ae418fabc9e04df20bc.info │ │ ├── 0f │ │ │ ├── 0f76a7f2f51fdfc4e82f237d55d8aa11 │ │ │ ├── 0f76a7f2f51fdfc4e82f237d55d8aa11.info │ │ │ ├── 0f76a7f2f51fdfc4e82f237d55d8aa11.resource │ │ │ ├── 0fbe32aa7b4d8b844b8637d4ed26ed7a │ │ │ └── 0fbe32aa7b4d8b844b8637d4ed26ed7a.info │ │ ├── 1b │ │ │ ├── 1b66f498eba3aee45b86ece4ed840c84 │ │ │ └── 1b66f498eba3aee45b86ece4ed840c84.info │ │ ├── 1c │ │ │ ├── 1c5526f53f6d4024198f5d6cd8ff683a │ │ │ ├── 1c5526f53f6d4024198f5d6cd8ff683a.info │ │ │ ├── 1c6d1fbb51834b64847b1b73a75bfc77 │ │ │ ├── 1c6d1fbb51834b64847b1b73a75bfc77.info │ │ │ ├── 1cb07be7263963449bca6ec1757bb563 │ │ │ ├── 1cb07be7263963449bca6ec1757bb563.info │ │ │ ├── 1cbdc8791fe153d4c9ef30fa1d07b753 │ │ │ └── 1cbdc8791fe153d4c9ef30fa1d07b753.info │ │ ├── 1d │ │ │ ├── 1d96b1ca61f872642b256ce0e3c00af0 │ │ │ └── 1d96b1ca61f872642b256ce0e3c00af0.info │ │ ├── 1f │ │ │ ├── 1fd9cc610425d2a4495a4571ca27df9a │ │ │ ├── 1fd9cc610425d2a4495a4571ca27df9a.info │ │ │ ├── 1fd9cc610425d2a4495a4571ca27df9a.resource │ │ │ ├── 1ff95593ad64c194bbaf2764714eacdd │ │ │ └── 1ff95593ad64c194bbaf2764714eacdd.info │ │ ├── 2a │ │ │ ├── 2aaaf0d7156c9d4439bc13306c2b5fb4 │ │ │ ├── 2aaaf0d7156c9d4439bc13306c2b5fb4.info │ │ │ ├── 2ac9b5af96580f048b7ad9e9c46acfcb │ │ │ ├── 2ac9b5af96580f048b7ad9e9c46acfcb.info │ │ │ └── 2ac9b5af96580f048b7ad9e9c46acfcb.resource │ │ ├── 2b │ │ │ ├── 2b3bab603c0d4324d8b91b985fabf378 │ │ │ └── 2b3bab603c0d4324d8b91b985fabf378.info │ │ ├── 2c │ │ │ ├── 2c66356eb20033e48ae115d9b8c8e293 │ │ │ └── 2c66356eb20033e48ae115d9b8c8e293.info │ │ ├── 2d │ │ │ ├── 2d29e1c4529187147b05824a5a2bee13 │ │ │ ├── 2d29e1c4529187147b05824a5a2bee13.info │ │ │ ├── 2d71f9470eb223143b3602ff19ae05f0 │ │ │ └── 2d71f9470eb223143b3602ff19ae05f0.info │ │ ├── 2e │ │ │ ├── 2e0ec5a551f73284a8a4a38a688a8724 │ │ │ └── 2e0ec5a551f73284a8a4a38a688a8724.info │ │ ├── 2f │ │ │ ├── 2fe3476eabbbb6c448e6b55a2cc471f5 │ │ │ └── 2fe3476eabbbb6c448e6b55a2cc471f5.info │ │ ├── 3a │ │ │ ├── 3a78d18bcfc65c0458abb8f2b3db1e29 │ │ │ └── 3a78d18bcfc65c0458abb8f2b3db1e29.info │ │ ├── 3d │ │ │ ├── 3df35ca513b3b5747bda9a0cc94d0970 │ │ │ └── 3df35ca513b3b5747bda9a0cc94d0970.info │ │ ├── 3f │ │ │ ├── 3f1069cf41cc33c4e88fb49c6778c668 │ │ │ └── 3f1069cf41cc33c4e88fb49c6778c668.info │ │ ├── 4a │ │ │ ├── 4a0dba69ac783d94e80430d137c17f6e │ │ │ ├── 4a0dba69ac783d94e80430d137c17f6e.info │ │ │ ├── 4aa2c7b086abefd44a032f0e573a4c95 │ │ │ └── 4aa2c7b086abefd44a032f0e573a4c95.info │ │ ├── 4b │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8 │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8.info │ │ │ ├── 4b46d2aca5f1e9344b7e600f381862bb │ │ │ ├── 4b46d2aca5f1e9344b7e600f381862bb.info │ │ │ ├── 4ba2329b63d54f0187bcaa12486b1b0f │ │ │ └── 4ba2329b63d54f0187bcaa12486b1b0f.info │ │ ├── 4c │ │ │ ├── 4c4ac16e77e07ee479e487cdb557c155 │ │ │ ├── 4c4ac16e77e07ee479e487cdb557c155.info │ │ │ ├── 4c4ac16e77e07ee479e487cdb557c155.resource │ │ │ ├── 4cc1ba384f8782743837a7486a12f41a │ │ │ └── 4cc1ba384f8782743837a7486a12f41a.info │ │ ├── 4d │ │ │ ├── 4d3470e873500e4458a2f9c16dd40df3 │ │ │ ├── 4d3470e873500e4458a2f9c16dd40df3.info │ │ │ ├── 4ddc8b06df370cd42b701f7bc6953d83 │ │ │ └── 4ddc8b06df370cd42b701f7bc6953d83.info │ │ ├── 4e │ │ │ ├── 4e51ecb71aebb5449b33b31c227cd1ce │ │ │ └── 4e51ecb71aebb5449b33b31c227cd1ce.info │ │ ├── 4f │ │ │ ├── 4f236bedea4088a4595526c7574790e7 │ │ │ ├── 4f236bedea4088a4595526c7574790e7.info │ │ │ ├── 4fc1cb89e9197574e91526ccb38fc866 │ │ │ ├── 4fc1cb89e9197574e91526ccb38fc866.info │ │ │ ├── 4ff8be86ad4f90f49a3bc0c4a7f08a77 │ │ │ └── 4ff8be86ad4f90f49a3bc0c4a7f08a77.info │ │ ├── 5a │ │ │ ├── 5ac74ca92a7fe0b46a9b292c47adba83 │ │ │ ├── 5ac74ca92a7fe0b46a9b292c47adba83.info │ │ │ └── 5ac74ca92a7fe0b46a9b292c47adba83.resource │ │ ├── 5b │ │ │ ├── 5beb1db922d40b14187f1ff261432ac9 │ │ │ └── 5beb1db922d40b14187f1ff261432ac9.info │ │ ├── 5c │ │ │ ├── 5c2dfc56de474cf43acb60e5b0ba64c9 │ │ │ ├── 5c2dfc56de474cf43acb60e5b0ba64c9.info │ │ │ ├── 5c98865815cc7574793fc6ec6c537fd4 │ │ │ ├── 5c98865815cc7574793fc6ec6c537fd4.info │ │ │ └── 5c98865815cc7574793fc6ec6c537fd4.resource │ │ ├── 5e │ │ │ ├── 5ec570c4aad08e54aa562697147a6947 │ │ │ └── 5ec570c4aad08e54aa562697147a6947.info │ │ ├── 5f │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ └── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ ├── 6a │ │ │ ├── 6a094c30a6fab4a479d30af956a423f0 │ │ │ └── 6a094c30a6fab4a479d30af956a423f0.info │ │ ├── 6b │ │ │ ├── 6b209b76e73b1e24783483526a05f6c4 │ │ │ ├── 6b209b76e73b1e24783483526a05f6c4.info │ │ │ ├── 6b595938457243843b65b1154a26e084 │ │ │ ├── 6b595938457243843b65b1154a26e084.info │ │ │ ├── 6b637f0c9cd05cd4e9f0a2f7cddfdb59 │ │ │ ├── 6b637f0c9cd05cd4e9f0a2f7cddfdb59.info │ │ │ ├── 6b8bc32cf0e9f2842a501663242d777f │ │ │ ├── 6b8bc32cf0e9f2842a501663242d777f.info │ │ │ ├── 6b8bc32cf0e9f2842a501663242d777f.resource │ │ │ ├── 6bd81f71d210c0e4290ab19a6ee04d39 │ │ │ ├── 6bd81f71d210c0e4290ab19a6ee04d39.info │ │ │ ├── 6bd81f71d210c0e4290ab19a6ee04d39.resource │ │ │ ├── 6bf6fded883a090458278ba59bdbb324 │ │ │ ├── 6bf6fded883a090458278ba59bdbb324.info │ │ │ ├── 6bff04f3d5d20104aa6c2e0ccbef1bde │ │ │ └── 6bff04f3d5d20104aa6c2e0ccbef1bde.info │ │ ├── 6c │ │ │ ├── 6c54dc6670c902247a0ebf2f8d9fef02 │ │ │ ├── 6c54dc6670c902247a0ebf2f8d9fef02.info │ │ │ ├── 6cdf1e5c78d14720aaadccd4c792df96 │ │ │ └── 6cdf1e5c78d14720aaadccd4c792df96.info │ │ ├── 6e │ │ │ ├── 6e139ef51b712b041b5dcc7e7630acf0 │ │ │ ├── 6e139ef51b712b041b5dcc7e7630acf0.info │ │ │ ├── 6e38ac6b1c3556b4c888ca8552375e1e │ │ │ └── 6e38ac6b1c3556b4c888ca8552375e1e.info │ │ ├── 6f │ │ │ ├── 6ff0547a8d6fb4f478b2b543b0a0acbd │ │ │ └── 6ff0547a8d6fb4f478b2b543b0a0acbd.info │ │ ├── 7a │ │ │ ├── 7a83cbca45f76df43a75bcc542458923 │ │ │ └── 7a83cbca45f76df43a75bcc542458923.info │ │ ├── 7c │ │ │ ├── 7c8525480f5d5b84fb8df92388b633d5 │ │ │ ├── 7c8525480f5d5b84fb8df92388b633d5.info │ │ │ ├── 7cacb59979a37f64f927444595b54b5e │ │ │ └── 7cacb59979a37f64f927444595b54b5e.info │ │ ├── 7d │ │ │ ├── 7d4d8f1ad2b004c4cb6cdd15494c576c │ │ │ ├── 7d4d8f1ad2b004c4cb6cdd15494c576c.info │ │ │ ├── 7df31a1b59d95e345a87ef47f70a68c9 │ │ │ ├── 7df31a1b59d95e345a87ef47f70a68c9.info │ │ │ └── 7df31a1b59d95e345a87ef47f70a68c9.resource │ │ ├── 7e │ │ │ ├── 7e2b5751555739a489506af7ba25a91f │ │ │ └── 7e2b5751555739a489506af7ba25a91f.info │ │ ├── 7f │ │ │ ├── 7f07fc40d068a62429c4193fbe67834b │ │ │ └── 7f07fc40d068a62429c4193fbe67834b.info │ │ ├── 8a │ │ │ ├── 8a1cd57a7e36e064f83c205c5e66372f │ │ │ ├── 8a1cd57a7e36e064f83c205c5e66372f.info │ │ │ ├── 8a82160617054fb4db15cb4fa8a200ea │ │ │ ├── 8a82160617054fb4db15cb4fa8a200ea.info │ │ │ ├── 8ad101f460527014584fd4e29969af1e │ │ │ └── 8ad101f460527014584fd4e29969af1e.info │ │ ├── 8e │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44 │ │ │ ├── 8e0cd8ed44d4412cbe0642067abc9e44.info │ │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe │ │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe.info │ │ │ ├── 8e831710b63fd9b48ad8f90891ef170c │ │ │ ├── 8e831710b63fd9b48ad8f90891ef170c.info │ │ │ └── 8e831710b63fd9b48ad8f90891ef170c.resource │ │ ├── 8f │ │ │ ├── 8f098c5f678d29248ad939b5bee93a96 │ │ │ ├── 8f098c5f678d29248ad939b5bee93a96.info │ │ │ ├── 8f65deda0424f2e4ba43b5043bc62de3 │ │ │ └── 8f65deda0424f2e4ba43b5043bc62de3.info │ │ ├── 9a │ │ │ ├── 9a882b13788827d4083d40aab040a838 │ │ │ ├── 9a882b13788827d4083d40aab040a838.info │ │ │ ├── 9ad603680c8b3c34e9087e8f988b72b6 │ │ │ ├── 9ad603680c8b3c34e9087e8f988b72b6.info │ │ │ └── 9ad603680c8b3c34e9087e8f988b72b6.resource │ │ ├── 9c │ │ │ ├── 9ceea86a6a6b2a6469b69044707f933c │ │ │ └── 9ceea86a6a6b2a6469b69044707f933c.info │ │ ├── 9d │ │ │ ├── 9d1b7225b172b7e49b0765321e53b718 │ │ │ ├── 9d1b7225b172b7e49b0765321e53b718.info │ │ │ ├── 9d6d9258b3f406147aeafa46dbb893bc │ │ │ └── 9d6d9258b3f406147aeafa46dbb893bc.info │ │ ├── a2 │ │ │ ├── a2478f906ea62b240be7e7b1378aa71e │ │ │ ├── a2478f906ea62b240be7e7b1378aa71e.info │ │ │ ├── a266be6996b098e4cb23d6d8239d27ba │ │ │ ├── a266be6996b098e4cb23d6d8239d27ba.info │ │ │ ├── a282697963fd81f4397175cfa91c1960 │ │ │ └── a282697963fd81f4397175cfa91c1960.info │ │ ├── a3 │ │ │ ├── a311401c3c1eb314aa585f68c15d8290 │ │ │ ├── a311401c3c1eb314aa585f68c15d8290.info │ │ │ ├── a31393d9c99b8394bb5fcaa9cd39b735 │ │ │ ├── a31393d9c99b8394bb5fcaa9cd39b735.info │ │ │ ├── a31393d9c99b8394bb5fcaa9cd39b735.resource │ │ │ ├── a3faf22e35b860f4a8a3012a0931166d │ │ │ └── a3faf22e35b860f4a8a3012a0931166d.info │ │ ├── a4 │ │ │ ├── a42cdf9bd3cd1264d87ac105a336f854 │ │ │ ├── a42cdf9bd3cd1264d87ac105a336f854.info │ │ │ ├── a42cdf9bd3cd1264d87ac105a336f854.resource │ │ │ ├── a4636e7862204c942bd8937595f3b85a │ │ │ └── a4636e7862204c942bd8937595f3b85a.info │ │ ├── a6 │ │ │ ├── a670d614db629bd469c75b854f450a8c │ │ │ └── a670d614db629bd469c75b854f450a8c.info │ │ ├── a7 │ │ │ ├── a79ca7a2ddc53bb4dbd64b7a279648ea │ │ │ └── a79ca7a2ddc53bb4dbd64b7a279648ea.info │ │ ├── a8 │ │ │ ├── a86b1248499e24a42a904e7766652546 │ │ │ ├── a86b1248499e24a42a904e7766652546.info │ │ │ ├── a8ad9b4d1815abd4a8e468f89cac78b0 │ │ │ ├── a8ad9b4d1815abd4a8e468f89cac78b0.info │ │ │ └── a8ad9b4d1815abd4a8e468f89cac78b0.resource │ │ ├── a9 │ │ │ ├── a9beca11ba7215941a09ff3b1ec804f7 │ │ │ └── a9beca11ba7215941a09ff3b1ec804f7.info │ │ ├── ab │ │ │ ├── abce0fbb072f5d04ba7d12566b67d4d6 │ │ │ └── abce0fbb072f5d04ba7d12566b67d4d6.info │ │ ├── ac │ │ │ ├── ac28bef5edf84fa428334bd1706e71ea │ │ │ ├── ac28bef5edf84fa428334bd1706e71ea.info │ │ │ ├── ac6b517fd731fba46a0d57e311f7ef2a │ │ │ ├── ac6b517fd731fba46a0d57e311f7ef2a.info │ │ │ ├── ac7044cd38a43ad4f8afa4fe25c114c3 │ │ │ └── ac7044cd38a43ad4f8afa4fe25c114c3.info │ │ ├── ad │ │ │ ├── ad2eb5c38ef57904f8bb36f0d2fb8f7c │ │ │ ├── ad2eb5c38ef57904f8bb36f0d2fb8f7c.info │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ ├── ae │ │ │ ├── aecd38cb62012324c862dc1363b75b77 │ │ │ ├── aecd38cb62012324c862dc1363b75b77.info │ │ │ ├── aed19be3818826443b9c63edea791c97 │ │ │ └── aed19be3818826443b9c63edea791c97.info │ │ ├── af │ │ │ ├── af5d6a3d308f56b43af61b79a01f0ff2 │ │ │ ├── af5d6a3d308f56b43af61b79a01f0ff2.info │ │ │ ├── af7857d1ced84214da4bc923dc12a074 │ │ │ └── af7857d1ced84214da4bc923dc12a074.info │ │ ├── b1 │ │ │ ├── b152244946a89cd4fa5d2aa5249f9b01 │ │ │ ├── b152244946a89cd4fa5d2aa5249f9b01.info │ │ │ ├── b156ac34787db57419326b6f6e415da0 │ │ │ └── b156ac34787db57419326b6f6e415da0.info │ │ ├── b2 │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e.info │ │ │ ├── b2bead50dbf86924f8e51f03ddbebf70 │ │ │ └── b2bead50dbf86924f8e51f03ddbebf70.info │ │ ├── b3 │ │ │ ├── b3159f6e884d839498ec23a13b6da9a0 │ │ │ ├── b3159f6e884d839498ec23a13b6da9a0.info │ │ │ ├── b3159f6e884d839498ec23a13b6da9a0.resource │ │ │ ├── b342ceba3924c16468feab84d1c55336 │ │ │ └── b342ceba3924c16468feab84d1c55336.info │ │ ├── b4 │ │ │ ├── b40ae8cacf2d137438ff5721b044a99a │ │ │ └── b40ae8cacf2d137438ff5721b044a99a.info │ │ ├── b5 │ │ │ ├── b554818df54335e40a9cc9dc0ecbb9b8 │ │ │ ├── b554818df54335e40a9cc9dc0ecbb9b8.info │ │ │ ├── b572058339f4ac34ebbc48e30481434f │ │ │ └── b572058339f4ac34ebbc48e30481434f.info │ │ ├── b6 │ │ │ ├── b60c6cdb8cd2c2e4abd5f06b60811074 │ │ │ ├── b60c6cdb8cd2c2e4abd5f06b60811074.info │ │ │ ├── b6ae2c0210cb76b4da114595d84c8792 │ │ │ └── b6ae2c0210cb76b4da114595d84c8792.info │ │ ├── b7 │ │ │ ├── b7c5ff3ba71ec93448f50345ebdb6373 │ │ │ └── b7c5ff3ba71ec93448f50345ebdb6373.info │ │ ├── b8 │ │ │ ├── b88345554dc67964ab5635240a60669d │ │ │ └── b88345554dc67964ab5635240a60669d.info │ │ ├── b9 │ │ │ ├── b925e8fcb0f31824a89c244409b07131 │ │ │ ├── b925e8fcb0f31824a89c244409b07131.info │ │ │ ├── b927efe4cb54e294bb33bacb03281b3d │ │ │ ├── b927efe4cb54e294bb33bacb03281b3d.info │ │ │ ├── b9b0cec6e5e52bb46b178665754b0773 │ │ │ └── b9b0cec6e5e52bb46b178665754b0773.info │ │ ├── ba │ │ │ ├── ba6b99b46b6bbb54b91ca640883d8aab │ │ │ └── ba6b99b46b6bbb54b91ca640883d8aab.info │ │ ├── bd │ │ │ ├── bd8fbb7a4676fb2489baf12d089a3487 │ │ │ ├── bd8fbb7a4676fb2489baf12d089a3487.info │ │ │ ├── bddfab441f84ac545bdaa43128ae616f │ │ │ └── bddfab441f84ac545bdaa43128ae616f.info │ │ ├── be │ │ │ ├── be6de8e1922014e4ba1eb004cb3a9e50 │ │ │ ├── be6de8e1922014e4ba1eb004cb3a9e50.info │ │ │ └── be6de8e1922014e4ba1eb004cb3a9e50.resource │ │ ├── c0 │ │ │ ├── c0c6c5cf5869fb941a9e0384150a4f82 │ │ │ └── c0c6c5cf5869fb941a9e0384150a4f82.info │ │ ├── c1 │ │ │ ├── c18340f051ade364688c38a3c9e35241 │ │ │ ├── c18340f051ade364688c38a3c9e35241.info │ │ │ ├── c1a5a14dd20b5fc42a844572d6fb6d20 │ │ │ └── c1a5a14dd20b5fc42a844572d6fb6d20.info │ │ ├── c2 │ │ │ ├── c24063206ea5f0f4e994615fc8d27c40 │ │ │ ├── c24063206ea5f0f4e994615fc8d27c40.info │ │ │ ├── c2a675c5f390be54d8813f1ce2cab8a7 │ │ │ ├── c2a675c5f390be54d8813f1ce2cab8a7.info │ │ │ └── c2a675c5f390be54d8813f1ce2cab8a7.resource │ │ ├── c3 │ │ │ ├── c322b455232940f4abc861e9a65c55da │ │ │ ├── c322b455232940f4abc861e9a65c55da.info │ │ │ ├── c34d740c987956849acd8d0f6ef8cbad │ │ │ ├── c34d740c987956849acd8d0f6ef8cbad.info │ │ │ ├── c3c0262ee3e8dca46800725202f1a2ab │ │ │ ├── c3c0262ee3e8dca46800725202f1a2ab.info │ │ │ ├── c3dbaafdf2bfe3243a50b6c6d92d35f2 │ │ │ └── c3dbaafdf2bfe3243a50b6c6d92d35f2.info │ │ ├── c4 │ │ │ ├── c4281abe7711ca14db3e5acb5b81e4d3 │ │ │ └── c4281abe7711ca14db3e5acb5b81e4d3.info │ │ ├── c5 │ │ │ ├── c511e08a99d0bf741a3fb5f3ba129e10 │ │ │ ├── c511e08a99d0bf741a3fb5f3ba129e10.info │ │ │ ├── c59ccd6d3e466084e8a57ab7ad205931 │ │ │ └── c59ccd6d3e466084e8a57ab7ad205931.info │ │ ├── c6 │ │ │ ├── c6d3f71183e6a10488ad678d91e90d53 │ │ │ └── c6d3f71183e6a10488ad678d91e90d53.info │ │ ├── c7 │ │ │ ├── c78d5498b265ae745bcd2460a764a8f7 │ │ │ ├── c78d5498b265ae745bcd2460a764a8f7.info │ │ │ └── c78d5498b265ae745bcd2460a764a8f7.resource │ │ ├── c9 │ │ │ ├── c97289d37d58c7d48b6f8f560f3c6d5b │ │ │ └── c97289d37d58c7d48b6f8f560f3c6d5b.info │ │ ├── cb │ │ │ ├── cb792e484f0f939498b696d6c7cc5d78 │ │ │ └── cb792e484f0f939498b696d6c7cc5d78.info │ │ ├── cc │ │ │ ├── cc8e74139735afa43a62a830bce1c1b6 │ │ │ ├── cc8e74139735afa43a62a830bce1c1b6.info │ │ │ ├── cca1e287c55109a4681bb4c8b67f2022 │ │ │ └── cca1e287c55109a4681bb4c8b67f2022.info │ │ ├── cd │ │ │ ├── cd56569a24324514bb61fae3119a5a92 │ │ │ └── cd56569a24324514bb61fae3119a5a92.info │ │ ├── cf │ │ │ ├── cf1b163567613e446b332cf2f850b321 │ │ │ └── cf1b163567613e446b332cf2f850b321.info │ │ ├── d0 │ │ │ ├── d038844cec9c76a4e9cb7c3a66f0d7a6 │ │ │ ├── d038844cec9c76a4e9cb7c3a66f0d7a6.info │ │ │ ├── d05b96cee66e14240838de167097537a │ │ │ └── d05b96cee66e14240838de167097537a.info │ │ ├── d1 │ │ │ ├── d15014b62cd96d4478f6df0945237e6a │ │ │ └── d15014b62cd96d4478f6df0945237e6a.info │ │ ├── d3 │ │ │ ├── d3dc5541c776fda4cbcd5ca0ae5cdfda │ │ │ ├── d3dc5541c776fda4cbcd5ca0ae5cdfda.info │ │ │ └── d3dc5541c776fda4cbcd5ca0ae5cdfda.resource │ │ ├── d4 │ │ │ ├── d43053aaaa58a414c922663f35ac48e0 │ │ │ └── d43053aaaa58a414c922663f35ac48e0.info │ │ ├── d6 │ │ │ ├── d6c59a1e411069048ab9be15a2c90222 │ │ │ └── d6c59a1e411069048ab9be15a2c90222.info │ │ ├── d8 │ │ │ ├── d8f0b460caa83e348bed784454847666 │ │ │ └── d8f0b460caa83e348bed784454847666.info │ │ ├── d9 │ │ │ ├── d91035c548f23744c9bfb107348ed1c0 │ │ │ ├── d91035c548f23744c9bfb107348ed1c0.info │ │ │ ├── d92f9466b4cc9924bb3ab1d8bd8d63ef │ │ │ ├── d92f9466b4cc9924bb3ab1d8bd8d63ef.info │ │ │ ├── d93b522efdffe5143acfb03ba05acb8d │ │ │ ├── d93b522efdffe5143acfb03ba05acb8d.info │ │ │ ├── d9e90c6f334378d4b947c4598632c03c │ │ │ └── d9e90c6f334378d4b947c4598632c03c.info │ │ ├── da │ │ │ ├── da1c17d9930c7d74390b26528a5b8d3b │ │ │ ├── da1c17d9930c7d74390b26528a5b8d3b.info │ │ │ ├── da3aefdf9dcc4ca4c859fbb39e41c4b5 │ │ │ └── da3aefdf9dcc4ca4c859fbb39e41c4b5.info │ │ ├── dc │ │ │ ├── dc443db3e92b4983b9738c1131f555cb │ │ │ └── dc443db3e92b4983b9738c1131f555cb.info │ │ ├── dd │ │ │ ├── dd4d5f6f279d59740a0657f1835b34a0 │ │ │ ├── dd4d5f6f279d59740a0657f1835b34a0.info │ │ │ ├── dd9e73b55b2332c4386d7d4bed25b8f1 │ │ │ └── dd9e73b55b2332c4386d7d4bed25b8f1.info │ │ ├── df │ │ │ ├── df505298cff35cc49983f036b111f21f │ │ │ ├── df505298cff35cc49983f036b111f21f.info │ │ │ ├── df6578ce3a334864399e0f653b1a8b89 │ │ │ ├── df6578ce3a334864399e0f653b1a8b89.info │ │ │ ├── df6578ce3a334864399e0f653b1a8b89.resource │ │ │ ├── dfa48d48555b7714eb5db5e994651156 │ │ │ └── dfa48d48555b7714eb5db5e994651156.info │ │ ├── e0 │ │ │ ├── e00b51b8b5dbfc741a5a0f2f234e8a9a │ │ │ ├── e00b51b8b5dbfc741a5a0f2f234e8a9a.info │ │ │ ├── e02375256fdd16249bb667d1ef5a717c │ │ │ ├── e02375256fdd16249bb667d1ef5a717c.info │ │ │ ├── e0c565a9cb0467f42a7dfc9cfd8c907e │ │ │ ├── e0c565a9cb0467f42a7dfc9cfd8c907e.info │ │ │ ├── e0fbaa00a6772cd48988ffbaa4aa8d19 │ │ │ └── e0fbaa00a6772cd48988ffbaa4aa8d19.info │ │ ├── e1 │ │ │ ├── e1007cd261c84053beb0c3537782908d │ │ │ ├── e1007cd261c84053beb0c3537782908d.info │ │ │ ├── e108882fad6de9547b8687f96b57230f │ │ │ ├── e108882fad6de9547b8687f96b57230f.info │ │ │ └── e108882fad6de9547b8687f96b57230f.resource │ │ ├── e2 │ │ │ ├── e206dc2a72a63884a82ade575ba1d845 │ │ │ ├── e206dc2a72a63884a82ade575ba1d845.info │ │ │ ├── e206dc2a72a63884a82ade575ba1d845.resource │ │ │ ├── e2e0aa1db11a63744bf1112b8e4f8a20 │ │ │ └── e2e0aa1db11a63744bf1112b8e4f8a20.info │ │ ├── e3 │ │ │ ├── e398fa5e9712dc844946aa08aec90790 │ │ │ ├── e398fa5e9712dc844946aa08aec90790.info │ │ │ ├── e3c4ce3fa6ff8b5438a99941f57f17e1 │ │ │ └── e3c4ce3fa6ff8b5438a99941f57f17e1.info │ │ ├── e5 │ │ │ ├── e501e7be632107242ad0c1e65d628f6d │ │ │ ├── e501e7be632107242ad0c1e65d628f6d.info │ │ │ ├── e502f897689db084bbfd2484abc90968 │ │ │ ├── e502f897689db084bbfd2484abc90968.info │ │ │ ├── e5122002569a6c94485db42b34d8d038 │ │ │ ├── e5122002569a6c94485db42b34d8d038.info │ │ │ ├── e580b49cbf3c7de44b44168ebb870065 │ │ │ ├── e580b49cbf3c7de44b44168ebb870065.info │ │ │ ├── e580b49cbf3c7de44b44168ebb870065.resource │ │ │ ├── e5b0272b0afe9c8408342546b72c531e │ │ │ └── e5b0272b0afe9c8408342546b72c531e.info │ │ ├── e6 │ │ │ ├── e6668fbaad3b7eb47927d4cc3eba0264 │ │ │ └── e6668fbaad3b7eb47927d4cc3eba0264.info │ │ ├── e7 │ │ │ ├── e73eb95727ff9aa42b7d30d627e6f297 │ │ │ ├── e73eb95727ff9aa42b7d30d627e6f297.info │ │ │ ├── e7cc31abc86bb0f43a2ba965580eb254 │ │ │ └── e7cc31abc86bb0f43a2ba965580eb254.info │ │ ├── e8 │ │ │ ├── e80d227c5aaf89c408ae57c0c029a938 │ │ │ ├── e80d227c5aaf89c408ae57c0c029a938.info │ │ │ ├── e82e3f80401a4e243b123b9e47df5cc9 │ │ │ └── e82e3f80401a4e243b123b9e47df5cc9.info │ │ ├── ea │ │ │ ├── ea4c2645e92fc8546824a7283e167ccd │ │ │ └── ea4c2645e92fc8546824a7283e167ccd.info │ │ ├── eb │ │ │ ├── eb10115dc0c4ec0449070e198c96b61b │ │ │ ├── eb10115dc0c4ec0449070e198c96b61b.info │ │ │ ├── eb692e4b5959ace48ae2c7f63b235ffb │ │ │ └── eb692e4b5959ace48ae2c7f63b235ffb.info │ │ ├── ed │ │ │ ├── ed46a023eab13264e89e9060f37c99fd │ │ │ ├── ed46a023eab13264e89e9060f37c99fd.info │ │ │ ├── eddd6e3d3a7e7e044a19b9b98e73c66c │ │ │ └── eddd6e3d3a7e7e044a19b9b98e73c66c.info │ │ ├── ef │ │ │ ├── effb782dc4a43584b8aadaff2dd5a20b │ │ │ ├── effb782dc4a43584b8aadaff2dd5a20b.info │ │ │ └── effb782dc4a43584b8aadaff2dd5a20b.resource │ │ ├── f0 │ │ │ ├── f0a3cfe9a07ca4741aeb454397eff32f │ │ │ ├── f0a3cfe9a07ca4741aeb454397eff32f.info │ │ │ ├── f0a76109c910bca4aa885993151d79e7 │ │ │ ├── f0a76109c910bca4aa885993151d79e7.info │ │ │ └── f0a76109c910bca4aa885993151d79e7.resource │ │ ├── f1 │ │ │ ├── f15db974e0243cb499bd37da4e5c2d1e │ │ │ └── f15db974e0243cb499bd37da4e5c2d1e.info │ │ ├── f4 │ │ │ ├── f40478ced04a8e3428c714f2809ba3c8 │ │ │ ├── f40478ced04a8e3428c714f2809ba3c8.info │ │ │ ├── f40478ced04a8e3428c714f2809ba3c8.resource │ │ │ ├── f4b13c848b29aef489ced5f1fab0f1f4 │ │ │ ├── f4b13c848b29aef489ced5f1fab0f1f4.info │ │ │ ├── f4c687acef889584f9ee23e62ed6de62 │ │ │ ├── f4c687acef889584f9ee23e62ed6de62.info │ │ │ ├── f4e117035fb49184499db8a8664f4bb9 │ │ │ └── f4e117035fb49184499db8a8664f4bb9.info │ │ ├── f5 │ │ │ ├── f59c346a9941185448b004aefc5fa9da │ │ │ ├── f59c346a9941185448b004aefc5fa9da.info │ │ │ ├── f59c346a9941185448b004aefc5fa9da.resource │ │ │ ├── f5b06c07ee446944eab5288618dcc214 │ │ │ ├── f5b06c07ee446944eab5288618dcc214.info │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ │ ├── f6 │ │ │ ├── f6af41450473e3b4fa583e465c03d98b │ │ │ ├── f6af41450473e3b4fa583e465c03d98b.info │ │ │ ├── f6df9465448a11b4e98c64f4ada17f92 │ │ │ └── f6df9465448a11b4e98c64f4ada17f92.info │ │ ├── f7 │ │ │ ├── f70555f144d8491a825f0804e09c671c │ │ │ ├── f70555f144d8491a825f0804e09c671c.info │ │ │ ├── f74337bdc1931004bbdfcd956f661639 │ │ │ ├── f74337bdc1931004bbdfcd956f661639.info │ │ │ ├── f76a97f3c0111754a918ce1734b9acc6 │ │ │ ├── f76a97f3c0111754a918ce1734b9acc6.info │ │ │ ├── f796d99db97636149bf22781e3d0dbbd │ │ │ ├── f796d99db97636149bf22781e3d0dbbd.info │ │ │ ├── f796d99db97636149bf22781e3d0dbbd.resource │ │ │ ├── f7b54ff4a43d4fcf81b4538b678e0bcc │ │ │ └── f7b54ff4a43d4fcf81b4538b678e0bcc.info │ │ ├── f8 │ │ │ ├── f815790883996a84ca22e401f6222ec3 │ │ │ ├── f815790883996a84ca22e401f6222ec3.info │ │ │ ├── f8f894e598fc286418de2041c067f59f │ │ │ └── f8f894e598fc286418de2041c067f59f.info │ │ ├── f9 │ │ │ ├── f92a60997be5174479cf3fedebdad42d │ │ │ └── f92a60997be5174479cf3fedebdad42d.info │ │ ├── fa │ │ │ ├── fa5a68784816fd542ae9dcb6d7f3bb20 │ │ │ ├── fa5a68784816fd542ae9dcb6d7f3bb20.info │ │ │ └── fa5a68784816fd542ae9dcb6d7f3bb20.resource │ │ ├── fb │ │ │ ├── fba33114f27ea294695cdff6c4ed3883 │ │ │ ├── fba33114f27ea294695cdff6c4ed3883.info │ │ │ ├── fba5458abbb403a48b2186e5ae18acde │ │ │ ├── fba5458abbb403a48b2186e5ae18acde.info │ │ │ ├── fbf675a6b57297645b61604261325eed │ │ │ ├── fbf675a6b57297645b61604261325eed.info │ │ │ └── fbf675a6b57297645b61604261325eed.resource │ │ ├── fc │ │ │ ├── fc75c1e32351048408058c3d8b167f6f │ │ │ ├── fc75c1e32351048408058c3d8b167f6f.info │ │ │ └── fc75c1e32351048408058c3d8b167f6f.resource │ │ ├── fd │ │ │ ├── fd083749c32ab02479729ef3b75fb74a │ │ │ ├── fd083749c32ab02479729ef3b75fb74a.info │ │ │ ├── fd2f84122b2d8f04f91157ec5b429354 │ │ │ ├── fd2f84122b2d8f04f91157ec5b429354.info │ │ │ ├── fd3ac4676dc49b64b821c2073bdfd2e2 │ │ │ └── fd3ac4676dc49b64b821c2073bdfd2e2.info │ │ └── fe │ │ │ ├── fe7c987bf7671c8419248883cb4803f5 │ │ │ ├── fe7c987bf7671c8419248883cb4803f5.info │ │ │ ├── fe7f7a37d3b02c14aaf064e19502e59d │ │ │ ├── fe7f7a37d3b02c14aaf064e19502e59d.info │ │ │ ├── fe9928e86941d9e4fb87f56e66868f50 │ │ │ └── fe9928e86941d9e4fb87f56e66868f50.info │ ├── shadercompiler-32bit-1.log │ ├── shadercompiler-64bit-1.log │ └── shadercompiler-UnityShaderCompiler.exe0.log └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── UnityAdsSettings.asset │ ├── UnityAnalyticsManager.asset │ └── UnityConnectSettings.asset └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/LICENSE -------------------------------------------------------------------------------- /MatchSlots.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/MatchSlots.jpg -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween.XML -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween.XML.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween.dll -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween.dll.mdb -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween.dll.mdb.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween.dll.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween43.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween43.dll -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween43.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween43.dll.mdb -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween43.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween43.dll.mdb.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween43.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween43.dll.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween43.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween43.xml -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween43.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween43.xml.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween46.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween46.dll -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween46.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween46.dll.mdb -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween46.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween46.dll.mdb.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween46.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween46.dll.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween46.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween46.xml -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween46.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween46.xml.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween50.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween50.dll -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween50.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween50.dll.mdb -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween50.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween50.dll.mdb.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween50.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween50.dll.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween50.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween50.xml -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/DOTween50.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/DOTween50.xml.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/Imgs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/Imgs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/Imgs/Footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/Imgs/Footer.png -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/Imgs/Footer.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/Imgs/Footer.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/Imgs/Footer_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/Imgs/Footer_dark.png -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Examples.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Examples/Basics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Examples/Basics.cs -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Examples/Basics.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Examples/Basics.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Examples/Basics.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Examples/Basics.unity -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Examples/Basics.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Examples/Basics.unity.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Examples/Sequences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Examples/Sequences.cs -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Examples/Sequences.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Examples/Sequences.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Examples/Sequences.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Examples/Sequences.unity -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/Examples/Sequences.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/Examples/Sequences.unity.meta -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/readme.txt -------------------------------------------------------------------------------- /Matchit/Assets/Demigiant/DOTween/readme.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Demigiant/DOTween/readme.txt.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Backgrounds.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Backgrounds.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Backgrounds/casback6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Backgrounds/casback6.jpg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Backgrounds/casback7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Backgrounds/casback7.jpg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Backgrounds/sfbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Backgrounds/sfbox.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/BonusCredits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/BonusCredits.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/BottomInfo.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/BottomInfo.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/BottomInfo/credbet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/BottomInfo/credbet.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/BottomInfo/scorebox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/BottomInfo/scorebox.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/BottomInfo/uielem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/BottomInfo/uielem.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/Burst1.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/Burst1.controller -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/Burst1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/Burst1.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/Burst1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/Burst1.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/Burst2.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/Burst2.controller -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/Burst2.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/Burst2.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/Burst2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/Burst2.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/Burst3.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/Burst3.controller -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/Burst3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/Burst3.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/Burst3.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/Burst3.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/burst.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/burst.anim -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/burst.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/burst.anim.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/burst2.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/burst2.anim -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/burst2.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/burst2.anim.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/burst3.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/burst3.anim -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Bursts/burst3.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Bursts/burst3.anim.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Buttons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Buttons.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Buttons/spin 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Buttons/spin 1.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Buttons/spin 1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Buttons/spin 1.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Buttons/spininactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Buttons/spininactive.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/CoinAnims.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/CoinAnims.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/CoinAnims/cdrop.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/CoinAnims/cdrop.anim -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/CoinAnims/coinss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/CoinAnims/coinss.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/DiceRoll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/DiceRoll.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/DiceRoll/diceback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/DiceRoll/diceback.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/DiceRoll/diceboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/DiceRoll/diceboard.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/DiceRoll/largerdice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/DiceRoll/largerdice.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/DiceRoll/loopdice.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/DiceRoll/loopdice.anim -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/DiceRoll/rolldicebtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/DiceRoll/rolldicebtn.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/GoalBar.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/GoalBar.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/GoalBar/coinbronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/GoalBar/coinbronze.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/GoalBar/coingold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/GoalBar/coingold.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/GoalBar/coinsilver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/GoalBar/coinsilver.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/GoalBar/coinunlite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/GoalBar/coinunlite.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/GoalBar/goalbox 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/GoalBar/goalbox 1.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/GoalBar/goalbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/GoalBar/goalbox.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/GoalBar/goalbox.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/GoalBar/goalbox.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/GoalBar/progbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/GoalBar/progbar.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/GoalBar/progbar.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/GoalBar/progbar.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Grids.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Grids.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Levels.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Levels.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/PrizeWheel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/PrizeWheel.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/PrizeWheel/newwheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/PrizeWheel/newwheel.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Selector.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Selector.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Selector/5x3selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Selector/5x3selector.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Selector/5xselector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Selector/5xselector.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Selector/selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Selector/selector.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/bluebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/bluebar.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/bluebar.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/bluebar.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/bluebell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/bluebell.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/bluebell.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/bluebell.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/bluegem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/bluegem.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/bluegem.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/bluegem.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/blueseven.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/blueseven.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/blueseven.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/blueseven.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/redbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/redbar.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/redbar.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/redbar.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/redbell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/redbell.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/redbell.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/redbell.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/redgem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/redgem.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/redgem.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/redgem.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/redseven.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/redseven.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/redseven.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/redseven.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/whitebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/whitebar.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/whitebar.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/whitebar.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/whitebell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/whitebell.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/whitebell.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/whitebell.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/whitegem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/whitegem.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/whitegem.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/whitegem.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Slots/whiteseven.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Slots/whiteseven.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/achievement.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/achievement.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/amazing.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/amazing.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/amazing.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/amazing.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/amazingl.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/amazingl.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/amazingl.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/amazingl.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/chooseagain.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/chooseagain.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop3.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop4.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop5.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop5.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop6.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop6.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop7.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop7.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop8.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop8.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop9.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/coindrop9.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/diceroll.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/diceroll.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/diceroll.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/diceroll.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/excellent.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/excellent.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/excellentl.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/excellentl.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/fantastic.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/fantastic.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/fantasticl.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/fantasticl.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/fastwoosh.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/fastwoosh.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/freespinbonus.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/freespinbonus.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/itemdrop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/itemdrop.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/itemdrop.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/itemdrop.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/jazzloop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/jazzloop.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/jazzloop.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/jazzloop.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/marvelous.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/marvelous.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/marvelousl.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/marvelousl.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/ncoindrop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/ncoindrop.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/pop1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/pop1.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/pop1.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/pop1.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/pop2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/pop2.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/pop2.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/pop2.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/pop3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/pop3.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/pop3.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/pop3.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/pop4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/pop4.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/pop4.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/pop4.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/pop5.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/pop5.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/pop5.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/pop5.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/rollagain.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/rollagain.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/scorebonus.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/scorebonus.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/slotset.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/slotset.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/slotset.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/slotset.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/slotspinning1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/slotspinning1.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/slotspinning2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/slotspinning2.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/slotspinning3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/slotspinning3.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/spinagain.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/spinagain.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/stack.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/stack.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/stack.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/stack.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/successcoin.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/successcoin.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/Sounds/successmusic.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/Sounds/successmusic.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/TopInfo.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/TopInfo.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/TopInfo/targetboost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/TopInfo/targetboost.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/TopInfo/targetbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/TopInfo/targetbox.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/TopInfo/topbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/TopInfo/topbar.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/TopInfo/topbar.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/TopInfo/topbar.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/WinTexts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/WinTexts.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Areas/Casino/WinTexts/Amazing.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Areas/Casino/WinTexts/Amazing.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/DOTweenSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/DOTweenSettings.asset -------------------------------------------------------------------------------- /Matchit/Assets/Resources/DOTweenSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/DOTweenSettings.asset.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Fonts.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Fonts/MVBOLI.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Fonts/MVBOLI.TTF -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Fonts/MVBOLI.TTF.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Fonts/MVBOLI.TTF.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Fonts/TAHOMA.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Fonts/TAHOMA.TTF -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Fonts/TAHOMA.TTF.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Fonts/TAHOMA.TTF.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Fonts/TAHOMABD.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Fonts/TAHOMABD.TTF -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Fonts/TAHOMABD.TTF.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Fonts/TAHOMABD.TTF.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/GridMarker.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/GridMarker.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/GridMarker/gridplacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/GridMarker/gridplacer.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/GridMarker/gridplacer.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/GridMarker/gridplacer.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/CameraMover.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/CameraMover.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/CameraMover.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/CameraMover.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/CloseLevelDesc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/CloseLevelDesc.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/CloseLevelDesc.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/CloseLevelDesc.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/CoinsAnim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/CoinsAnim.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/CoinsAnim.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/CoinsAnim.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelBurstDestroyer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelBurstDestroyer.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelBurstDestroyer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelBurstDestroyer.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelController.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelController.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelDesc.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelDesc.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelDesc.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelDesc.prefab.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelHighlighter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelHighlighter.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelHighlighter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelHighlighter.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelMap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelMap.jpg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelMap.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelMap.jpg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelMap.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelMap.unity -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelMap.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelMap.unity.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelSelect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelSelect.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/LevelSelect.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/LevelSelect.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/MusicCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/MusicCheck.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/MusicCheck.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/MusicCheck.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/PlayLevel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/PlayLevel.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/PlayLevel.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/PlayLevel.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/Sounds.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/Sounds.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/Sounds.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/Sounds.prefab.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/bronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/bronze.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/bronze.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/bronze.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/bronzelevel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/bronzelevel.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/bronzelevel.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/bronzelevel.prefab.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/closebutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/closebutton.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/closebutton.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/closebutton.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/gold.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/gold.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/gold.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/goldlevel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/goldlevel.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/goldlevel.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/goldlevel.prefab.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst.prefab.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_0.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_0.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_0.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_1.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_1.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_10.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_10.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_10.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_11.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_11.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_11.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_12.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_12.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_12.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_13.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_13.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_13.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_14.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_14.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_14.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_15.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_15.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_15.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_16.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_16.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_16.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_2.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_2.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_3.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_3.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_4.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_4.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_4.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_5.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_5.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_5.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_6.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_6.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_6.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_7.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_7.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_7.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_8.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_8.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_8.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_9.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburst/lburst_9.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburst/lburst_9.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburster.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburster.anim -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburster.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburster.anim.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburster.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburster.controller -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/lburster.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/lburster.controller.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/level1marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/level1marker.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/level1marker.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/level1marker.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/leveldescription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/leveldescription.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/leveldescription.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/leveldescription.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/levelhighlighter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/levelhighlighter.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/levelhighlighter.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/levelhighlighter.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/levelhighlighter.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/levelhighlighter.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/levelmarker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/levelmarker.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/levelmarker.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/levelmarker.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/levelmarker.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/levelmarker.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/levelmarker.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/levelmarker.prefab.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/mapcharacter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/mapcharacter.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/mapcharacter.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/mapcharacter.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/playbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/playbutton.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/playbutton.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/playbutton.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/playermarker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/playermarker.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/playermarker.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/playermarker.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/selection.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/selection.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/selection.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/selection.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/silver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/silver.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/silver.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/silver.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/silverlevel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/silverlevel.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/silverlevel.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/silverlevel.prefab.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/swoosh.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/swoosh.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/swoosh.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/swoosh.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/swooshreverse.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/swooshreverse.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Level Map/swooshreverse.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Level Map/swooshreverse.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/DontDestroyAudio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/DontDestroyAudio.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/DontDestroyAudio.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/DontDestroyAudio.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/MainMenu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/MainMenu.jpg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/MainMenu.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/MainMenu.jpg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/MainMenu.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/MainMenu.unity -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/MainMenu.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/MainMenu.unity.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/PlayButtonWiggle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/PlayButtonWiggle.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/PlayButtonWiggle.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/PlayButtonWiggle.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/buttonclicksound.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/buttonclicksound.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/buttonclicksound.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/buttonclicksound.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/gamename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/gamename.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/gamename.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/gamename.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/jazzpiano.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/jazzpiano.ogg -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/jazzpiano.ogg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/jazzpiano.ogg.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/playbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/playbutton.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Main Menu/playbutton.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Main Menu/playbutton.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Masker.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Masker.mat -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Masker.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Masker.mat.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Masker.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Masker.shader -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Masker.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Masker.shader.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Materials.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Materials/SlotSpinMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Materials/SlotSpinMaterial.mat -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Materials/SlotSpinMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Materials/SlotSpinMaterial.mat.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Materials/SlotSpinShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Materials/SlotSpinShader.shader -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Materials/SlotSpinShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Materials/SlotSpinShader.shader.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Prefabs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Reels.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Reels.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Reels.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Reels.prefab.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/BoardMarkerOn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/BoardMarkerOn.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/BoardMarkerOn.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/BoardMarkerOn.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/BoardValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/BoardValue.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/BoardValue.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/BoardValue.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/BurstDestroyer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/BurstDestroyer.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/BurstDestroyer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/BurstDestroyer.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/CreditBonus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/CreditBonus.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/CreditBonus.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/CreditBonus.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/CreditBonusBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/CreditBonusBox.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/CreditBonusBox.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/CreditBonusBox.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/FreeSpinBonus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/FreeSpinBonus.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/FreeSpinBonus.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/FreeSpinBonus.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/FreeSpinButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/FreeSpinButton.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/FreeSpinButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/FreeSpinButton.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/GridGen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/GridGen.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/GridGen.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/GridGen.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/ParticleDestroyer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/ParticleDestroyer.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/ParticleDestroyer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/ParticleDestroyer.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/PrizeWheelSpinner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/PrizeWheelSpinner.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/PrizeWheelSpinner.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/PrizeWheelSpinner.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/ScoreTextPop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/ScoreTextPop.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/ScoreTextPop.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/ScoreTextPop.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/ScoreTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/ScoreTracker.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/ScoreTracker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/ScoreTracker.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/Selector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/Selector.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/Selector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/Selector.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/SlotTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/SlotTracker.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/SlotTracker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/SlotTracker.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/SlotValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/SlotValue.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/SlotValue.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/SlotValue.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/Spinner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/Spinner.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/Spinner.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/Spinner.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/SuccessNextBtn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/SuccessNextBtn.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/SuccessNextBtn.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/SuccessNextBtn.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/WheelValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/WheelValue.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/WheelValue.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/WheelValue.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/WinTextScaler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/WinTextScaler.cs -------------------------------------------------------------------------------- /Matchit/Assets/Resources/Scripts/WinTextScaler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/Scripts/WinTextScaler.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/SpriteMasker.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/SpriteMasker.mat -------------------------------------------------------------------------------- /Matchit/Assets/Resources/SpriteMasker.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/SpriteMasker.mat.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/SpriteMasker.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/SpriteMasker.shader -------------------------------------------------------------------------------- /Matchit/Assets/Resources/SpriteMasker.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/SpriteMasker.shader.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/blast.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/blast.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/blast.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/blast.prefab.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/mask.png -------------------------------------------------------------------------------- /Matchit/Assets/Resources/mask.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/mask.png.meta -------------------------------------------------------------------------------- /Matchit/Assets/Resources/selector.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/selector.prefab -------------------------------------------------------------------------------- /Matchit/Assets/Resources/selector.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Resources/selector.prefab.meta -------------------------------------------------------------------------------- /Matchit/Assets/SlotSpinScript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/SlotSpinScript.cs -------------------------------------------------------------------------------- /Matchit/Assets/SlotSpinScript.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/SlotSpinScript.cs.meta -------------------------------------------------------------------------------- /Matchit/Assets/Testerscene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Testerscene.unity -------------------------------------------------------------------------------- /Matchit/Assets/Testerscene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Assets/Testerscene.unity.meta -------------------------------------------------------------------------------- /Matchit/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/AnnotationManager -------------------------------------------------------------------------------- /Matchit/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 5;0;6;0;0 -------------------------------------------------------------------------------- /Matchit/Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Matchit/Library/AssetVersioning.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/AssetVersioning.db -------------------------------------------------------------------------------- /Matchit/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Matchit/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Matchit/Library/CurrentLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/CurrentLayout.dwlt -------------------------------------------------------------------------------- /Matchit/Library/CurrentMaximizeLayout.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/CurrentMaximizeLayout.dwlt -------------------------------------------------------------------------------- /Matchit/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Matchit/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Matchit/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Matchit/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/LastSceneManagerSetup.txt -------------------------------------------------------------------------------- /Matchit/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/LibraryFormatVersion.txt -------------------------------------------------------------------------------- /Matchit/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/MonoManager.asset -------------------------------------------------------------------------------- /Matchit/Library/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/ProjectSettings.asset -------------------------------------------------------------------------------- /Matchit/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Matchit/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Matchit/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/ScriptAssemblies/BuiltinAssemblies.stamp -------------------------------------------------------------------------------- /Matchit/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/ScriptMapper -------------------------------------------------------------------------------- /Matchit/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/ShaderCache.db -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEditor.dll -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEditor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEditor.xml -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.Analytics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.Analytics.dll -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.Analytics.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.Analytics.xml -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.HoloLens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.HoloLens.dll -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.HoloLens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.HoloLens.xml -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.Networking.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.Networking.dll -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.Networking.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.Networking.xml -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.TestRunner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.TestRunner.dll -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.TestRunner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.TestRunner.xml -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.UI.dll -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.UI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.UI.xml -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.VR.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.VR.dll -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.VR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.VR.xml -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.dll -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/UnityEngine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/UnityEngine.xml -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/nunit.framework.dll -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/nunit.framework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/nunit.framework.xml -------------------------------------------------------------------------------- /Matchit/Library/UnityAssemblies/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/UnityAssemblies/version.txt -------------------------------------------------------------------------------- /Matchit/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/assetDatabase3 -------------------------------------------------------------------------------- /Matchit/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/expandedItems -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000001000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000001000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000002000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000002000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000003000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000003000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000004000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000004000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000004100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000004100000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000005000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000005000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000005100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000005100000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000006000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000006000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000006100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000006100000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000007000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000007000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000007100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000007100000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000008000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000008000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00000000000000009000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00000000000000009000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/0000000000000000a000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/0000000000000000a000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/0000000000000000a100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/0000000000000000a100000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/0000000000000000b000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/0000000000000000b000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/0000000000000000c000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/0000000000000000c000000000000000 -------------------------------------------------------------------------------- /Matchit/Library/metadata/00/00fcfe5dcb0a0c5488c02596fc248328: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/00/00fcfe5dcb0a0c5488c02596fc248328 -------------------------------------------------------------------------------- /Matchit/Library/metadata/01/01115751967d31647b7796b4678de35c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/01/01115751967d31647b7796b4678de35c -------------------------------------------------------------------------------- /Matchit/Library/metadata/03/03dcd4f30b552144290ecd7305d40366: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/03/03dcd4f30b552144290ecd7305d40366 -------------------------------------------------------------------------------- /Matchit/Library/metadata/04/0472906a878eae14a8d5ff5458a20e46: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/04/0472906a878eae14a8d5ff5458a20e46 -------------------------------------------------------------------------------- /Matchit/Library/metadata/04/04c633fba1560a3439d997fea4c5ffbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/04/04c633fba1560a3439d997fea4c5ffbf -------------------------------------------------------------------------------- /Matchit/Library/metadata/04/04f9028d91a2bf544b8e7093edc043b0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/04/04f9028d91a2bf544b8e7093edc043b0 -------------------------------------------------------------------------------- /Matchit/Library/metadata/04/04fc3a873f4e8f44b9cf3f097c866034: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/04/04fc3a873f4e8f44b9cf3f097c866034 -------------------------------------------------------------------------------- /Matchit/Library/metadata/05/05e156e46f84e584e829aef62904ed7c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/05/05e156e46f84e584e829aef62904ed7c -------------------------------------------------------------------------------- /Matchit/Library/metadata/06/0625817650cdbbb46a7838e7519a18e1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/06/0625817650cdbbb46a7838e7519a18e1 -------------------------------------------------------------------------------- /Matchit/Library/metadata/07/073261fcf37d98645bac61b0e19ec84f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/07/073261fcf37d98645bac61b0e19ec84f -------------------------------------------------------------------------------- /Matchit/Library/metadata/07/079dba01825742c4f976e2d5fb1d6cd4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/07/079dba01825742c4f976e2d5fb1d6cd4 -------------------------------------------------------------------------------- /Matchit/Library/metadata/07/07b7d604507b14d48beb08d356ca33f9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/07/07b7d604507b14d48beb08d356ca33f9 -------------------------------------------------------------------------------- /Matchit/Library/metadata/08/08e78b3d4a6822b4bb1089f8784b89a9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/08/08e78b3d4a6822b4bb1089f8784b89a9 -------------------------------------------------------------------------------- /Matchit/Library/metadata/09/09e75638a63310f488bbf079f78f44a1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/09/09e75638a63310f488bbf079f78f44a1 -------------------------------------------------------------------------------- /Matchit/Library/metadata/0a/0a3595a2ab68fd04f8306a4a2087f8f5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/0a/0a3595a2ab68fd04f8306a4a2087f8f5 -------------------------------------------------------------------------------- /Matchit/Library/metadata/0a/0a714e7ef3080be46abc4cb9f9e5b1a6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/0a/0a714e7ef3080be46abc4cb9f9e5b1a6 -------------------------------------------------------------------------------- /Matchit/Library/metadata/0c/0ce7b533e9764c141a068fadd859f9a6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/0c/0ce7b533e9764c141a068fadd859f9a6 -------------------------------------------------------------------------------- /Matchit/Library/metadata/0d/0d3bb855445e36e479c85976fc88383a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/0d/0d3bb855445e36e479c85976fc88383a -------------------------------------------------------------------------------- /Matchit/Library/metadata/0d/0d7e06117784ff44bacb9c9e551592b3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/0d/0d7e06117784ff44bacb9c9e551592b3 -------------------------------------------------------------------------------- /Matchit/Library/metadata/0e/0e44c9628e977ae418fabc9e04df20bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/0e/0e44c9628e977ae418fabc9e04df20bc -------------------------------------------------------------------------------- /Matchit/Library/metadata/0f/0f76a7f2f51fdfc4e82f237d55d8aa11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/0f/0f76a7f2f51fdfc4e82f237d55d8aa11 -------------------------------------------------------------------------------- /Matchit/Library/metadata/0f/0fbe32aa7b4d8b844b8637d4ed26ed7a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/0f/0fbe32aa7b4d8b844b8637d4ed26ed7a -------------------------------------------------------------------------------- /Matchit/Library/metadata/10/10e72d73d5fd2d94294b4ca63f8b698a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/10/10e72d73d5fd2d94294b4ca63f8b698a -------------------------------------------------------------------------------- /Matchit/Library/metadata/12/1220f210e9c2c5d4bb5f83190ed369b2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/12/1220f210e9c2c5d4bb5f83190ed369b2 -------------------------------------------------------------------------------- /Matchit/Library/metadata/12/12fd8a0055b84bb59e84c9835a37e333: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/12/12fd8a0055b84bb59e84c9835a37e333 -------------------------------------------------------------------------------- /Matchit/Library/metadata/13/13ae665f2b69f2847b06f609f09052d2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/13/13ae665f2b69f2847b06f609f09052d2 -------------------------------------------------------------------------------- /Matchit/Library/metadata/14/145ceb23c38a1de459daa6b62050a4b0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/14/145ceb23c38a1de459daa6b62050a4b0 -------------------------------------------------------------------------------- /Matchit/Library/metadata/14/14af9dba6695e80418906dc3770ff541: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/14/14af9dba6695e80418906dc3770ff541 -------------------------------------------------------------------------------- /Matchit/Library/metadata/15/1506cf604152a344abe3b8a479abf242: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/15/1506cf604152a344abe3b8a479abf242 -------------------------------------------------------------------------------- /Matchit/Library/metadata/15/155df2caf7f67d243833bbcb73217cb8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/15/155df2caf7f67d243833bbcb73217cb8 -------------------------------------------------------------------------------- /Matchit/Library/metadata/15/158cfa17578c4f143bc08f92b2809b7d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/15/158cfa17578c4f143bc08f92b2809b7d -------------------------------------------------------------------------------- /Matchit/Library/metadata/15/15be1aeeb588553408164ee01c254280: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/15/15be1aeeb588553408164ee01c254280 -------------------------------------------------------------------------------- /Matchit/Library/metadata/16/16b994e177adda84c9c14d762ff1ce37: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/16/16b994e177adda84c9c14d762ff1ce37 -------------------------------------------------------------------------------- /Matchit/Library/metadata/17/176a64aae92b7904f97077bd3852659f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/17/176a64aae92b7904f97077bd3852659f -------------------------------------------------------------------------------- /Matchit/Library/metadata/18/18e95494230edd549a1c2f0b7d158c6d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/18/18e95494230edd549a1c2f0b7d158c6d -------------------------------------------------------------------------------- /Matchit/Library/metadata/1b/1b66f498eba3aee45b86ece4ed840c84: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/1b/1b66f498eba3aee45b86ece4ed840c84 -------------------------------------------------------------------------------- /Matchit/Library/metadata/1c/1c5526f53f6d4024198f5d6cd8ff683a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/1c/1c5526f53f6d4024198f5d6cd8ff683a -------------------------------------------------------------------------------- /Matchit/Library/metadata/1c/1c6d1fbb51834b64847b1b73a75bfc77: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/1c/1c6d1fbb51834b64847b1b73a75bfc77 -------------------------------------------------------------------------------- /Matchit/Library/metadata/1c/1cb07be7263963449bca6ec1757bb563: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/1c/1cb07be7263963449bca6ec1757bb563 -------------------------------------------------------------------------------- /Matchit/Library/metadata/1c/1cbdc8791fe153d4c9ef30fa1d07b753: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/1c/1cbdc8791fe153d4c9ef30fa1d07b753 -------------------------------------------------------------------------------- /Matchit/Library/metadata/1d/1d96b1ca61f872642b256ce0e3c00af0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/1d/1d96b1ca61f872642b256ce0e3c00af0 -------------------------------------------------------------------------------- /Matchit/Library/metadata/1f/1fd9cc610425d2a4495a4571ca27df9a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/1f/1fd9cc610425d2a4495a4571ca27df9a -------------------------------------------------------------------------------- /Matchit/Library/metadata/1f/1ff95593ad64c194bbaf2764714eacdd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/1f/1ff95593ad64c194bbaf2764714eacdd -------------------------------------------------------------------------------- /Matchit/Library/metadata/20/200c798e66c10c649ad8967aab6d2a83: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/20/200c798e66c10c649ad8967aab6d2a83 -------------------------------------------------------------------------------- /Matchit/Library/metadata/20/2025cc70d8524d445a87502c4b4f7f29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/20/2025cc70d8524d445a87502c4b4f7f29 -------------------------------------------------------------------------------- /Matchit/Library/metadata/21/212d06b2a38601a4f80c9f6b74d10bfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/21/212d06b2a38601a4f80c9f6b74d10bfa -------------------------------------------------------------------------------- /Matchit/Library/metadata/21/214ddad071d5334489a4d11710bfa9b1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/21/214ddad071d5334489a4d11710bfa9b1 -------------------------------------------------------------------------------- /Matchit/Library/metadata/21/214fce4f4d775ab41982b2d66ab46b40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/21/214fce4f4d775ab41982b2d66ab46b40 -------------------------------------------------------------------------------- /Matchit/Library/metadata/21/21964ec6d779fbb4bbec5b2eddc958be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/21/21964ec6d779fbb4bbec5b2eddc958be -------------------------------------------------------------------------------- /Matchit/Library/metadata/21/21ba80206faaa624e910ff141e95a282: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/21/21ba80206faaa624e910ff141e95a282 -------------------------------------------------------------------------------- /Matchit/Library/metadata/21/21eff446d50eaf44a85985cd4c0b6fa1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/21/21eff446d50eaf44a85985cd4c0b6fa1 -------------------------------------------------------------------------------- /Matchit/Library/metadata/22/22cb6ecfbf4dccc4db872c7368672f2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/22/22cb6ecfbf4dccc4db872c7368672f2d -------------------------------------------------------------------------------- /Matchit/Library/metadata/23/23984ab985730c34ea572def872ca9f1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/23/23984ab985730c34ea572def872ca9f1 -------------------------------------------------------------------------------- /Matchit/Library/metadata/24/24241d4eb14a9d2449a9428b5317296d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/24/24241d4eb14a9d2449a9428b5317296d -------------------------------------------------------------------------------- /Matchit/Library/metadata/24/246263f24f200fa4bb974350e1f58701: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/24/246263f24f200fa4bb974350e1f58701 -------------------------------------------------------------------------------- /Matchit/Library/metadata/24/24bb2a3299e526541bced821a4d82223: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/24/24bb2a3299e526541bced821a4d82223 -------------------------------------------------------------------------------- /Matchit/Library/metadata/24/24d30d00165250b48a093bd42fdc6a1e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/24/24d30d00165250b48a093bd42fdc6a1e -------------------------------------------------------------------------------- /Matchit/Library/metadata/25/2505b8c328c0bbe4b9865d391f63dd41: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/25/2505b8c328c0bbe4b9865d391f63dd41 -------------------------------------------------------------------------------- /Matchit/Library/metadata/26/266f4f79ff2c14449bdd0bcb62e612b1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/26/266f4f79ff2c14449bdd0bcb62e612b1 -------------------------------------------------------------------------------- /Matchit/Library/metadata/26/2682a692a2be7e14e901a738c7806da0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/26/2682a692a2be7e14e901a738c7806da0 -------------------------------------------------------------------------------- /Matchit/Library/metadata/27/273f5ce3e082e8f4c9c12d93feaf39a6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/27/273f5ce3e082e8f4c9c12d93feaf39a6 -------------------------------------------------------------------------------- /Matchit/Library/metadata/28/28118ada6d86e9b41954e892eb0fc1ab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/28/28118ada6d86e9b41954e892eb0fc1ab -------------------------------------------------------------------------------- /Matchit/Library/metadata/29/297a8d51417f4c347898926939edad4b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/29/297a8d51417f4c347898926939edad4b -------------------------------------------------------------------------------- /Matchit/Library/metadata/29/29e7bab22ae081e469015fbf47649a8f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/29/29e7bab22ae081e469015fbf47649a8f -------------------------------------------------------------------------------- /Matchit/Library/metadata/2a/2aaaf0d7156c9d4439bc13306c2b5fb4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/2a/2aaaf0d7156c9d4439bc13306c2b5fb4 -------------------------------------------------------------------------------- /Matchit/Library/metadata/2a/2ac9b5af96580f048b7ad9e9c46acfcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/2a/2ac9b5af96580f048b7ad9e9c46acfcb -------------------------------------------------------------------------------- /Matchit/Library/metadata/2b/2b3bab603c0d4324d8b91b985fabf378: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/2b/2b3bab603c0d4324d8b91b985fabf378 -------------------------------------------------------------------------------- /Matchit/Library/metadata/2c/2c66356eb20033e48ae115d9b8c8e293: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/2c/2c66356eb20033e48ae115d9b8c8e293 -------------------------------------------------------------------------------- /Matchit/Library/metadata/2d/2d29e1c4529187147b05824a5a2bee13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/2d/2d29e1c4529187147b05824a5a2bee13 -------------------------------------------------------------------------------- /Matchit/Library/metadata/2d/2d71f9470eb223143b3602ff19ae05f0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/2d/2d71f9470eb223143b3602ff19ae05f0 -------------------------------------------------------------------------------- /Matchit/Library/metadata/2e/2e0ec5a551f73284a8a4a38a688a8724: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/2e/2e0ec5a551f73284a8a4a38a688a8724 -------------------------------------------------------------------------------- /Matchit/Library/metadata/2f/2fe3476eabbbb6c448e6b55a2cc471f5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/2f/2fe3476eabbbb6c448e6b55a2cc471f5 -------------------------------------------------------------------------------- /Matchit/Library/metadata/30/307433eba81a469ab1e2084d52d1a5a2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/30/307433eba81a469ab1e2084d52d1a5a2 -------------------------------------------------------------------------------- /Matchit/Library/metadata/31/3190ec7ddda8eae4385e9e80f2abce1c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/31/3190ec7ddda8eae4385e9e80f2abce1c -------------------------------------------------------------------------------- /Matchit/Library/metadata/31/31cc01b19a693b642a2df07699115ebb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/31/31cc01b19a693b642a2df07699115ebb -------------------------------------------------------------------------------- /Matchit/Library/metadata/32/32188fd89022c154c81befa2f0e00be0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/32/32188fd89022c154c81befa2f0e00be0 -------------------------------------------------------------------------------- /Matchit/Library/metadata/32/328cc881519068e4eb7db4bb907ad2d9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/32/328cc881519068e4eb7db4bb907ad2d9 -------------------------------------------------------------------------------- /Matchit/Library/metadata/32/32a1e82b22764044abe5090b4e3be43a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/32/32a1e82b22764044abe5090b4e3be43a -------------------------------------------------------------------------------- /Matchit/Library/metadata/33/3320c07fad7ba1e4f9f8f10de0b24375: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/33/3320c07fad7ba1e4f9f8f10de0b24375 -------------------------------------------------------------------------------- /Matchit/Library/metadata/35/35bbd797b0299ff43a9233aa594461e9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/35/35bbd797b0299ff43a9233aa594461e9 -------------------------------------------------------------------------------- /Matchit/Library/metadata/36/36d67a4bfb407a14a826cd9508ea2a3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/36/36d67a4bfb407a14a826cd9508ea2a3d -------------------------------------------------------------------------------- /Matchit/Library/metadata/37/373a29c0eb0497941a26bcfdc1696fc8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/37/373a29c0eb0497941a26bcfdc1696fc8 -------------------------------------------------------------------------------- /Matchit/Library/metadata/38/3821692d35004ad44b1a81bd5eaaa4f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/38/3821692d35004ad44b1a81bd5eaaa4f7 -------------------------------------------------------------------------------- /Matchit/Library/metadata/38/38a059e4ff6d7614b90fd48667290586: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/38/38a059e4ff6d7614b90fd48667290586 -------------------------------------------------------------------------------- /Matchit/Library/metadata/38/38bb3da1b1d10fa4e9621e7cba87252c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/38/38bb3da1b1d10fa4e9621e7cba87252c -------------------------------------------------------------------------------- /Matchit/Library/metadata/38/38c8faf1788024c02930a0c68a6e0edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/38/38c8faf1788024c02930a0c68a6e0edc -------------------------------------------------------------------------------- /Matchit/Library/metadata/39/3991cb66c6ab681489a46d171f4c4972: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/39/3991cb66c6ab681489a46d171f4c4972 -------------------------------------------------------------------------------- /Matchit/Library/metadata/3a/3a78d18bcfc65c0458abb8f2b3db1e29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/3a/3a78d18bcfc65c0458abb8f2b3db1e29 -------------------------------------------------------------------------------- /Matchit/Library/metadata/3d/3df35ca513b3b5747bda9a0cc94d0970: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/3d/3df35ca513b3b5747bda9a0cc94d0970 -------------------------------------------------------------------------------- /Matchit/Library/metadata/3f/3f1069cf41cc33c4e88fb49c6778c668: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/3f/3f1069cf41cc33c4e88fb49c6778c668 -------------------------------------------------------------------------------- /Matchit/Library/metadata/40/405b9b51bb344a128608d968297df79c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/40/405b9b51bb344a128608d968297df79c -------------------------------------------------------------------------------- /Matchit/Library/metadata/41/4113173d5e95493ab8765d7b08371de4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/41/4113173d5e95493ab8765d7b08371de4 -------------------------------------------------------------------------------- /Matchit/Library/metadata/41/41d0bb768a2bc0649af88e05ff6f3d8b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/41/41d0bb768a2bc0649af88e05ff6f3d8b -------------------------------------------------------------------------------- /Matchit/Library/metadata/42/421110e9188a2f8458a7107a82128c4c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/42/421110e9188a2f8458a7107a82128c4c -------------------------------------------------------------------------------- /Matchit/Library/metadata/42/42758b7444ccfbc47b6019ca42ffbd3e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/42/42758b7444ccfbc47b6019ca42ffbd3e -------------------------------------------------------------------------------- /Matchit/Library/metadata/42/4283417a600019b45bdee23352745043: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/42/4283417a600019b45bdee23352745043 -------------------------------------------------------------------------------- /Matchit/Library/metadata/42/428aaae50d293ae4e90c063ad86e6d8d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/42/428aaae50d293ae4e90c063ad86e6d8d -------------------------------------------------------------------------------- /Matchit/Library/metadata/43/430c3ed7d3d11b14d832d56dfa52f01d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/43/430c3ed7d3d11b14d832d56dfa52f01d -------------------------------------------------------------------------------- /Matchit/Library/metadata/43/43b86bb9616ebfa42b3968eccd599c04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/43/43b86bb9616ebfa42b3968eccd599c04 -------------------------------------------------------------------------------- /Matchit/Library/metadata/43/43b91f5f947327c4d80b45a5322a1a04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/43/43b91f5f947327c4d80b45a5322a1a04 -------------------------------------------------------------------------------- /Matchit/Library/metadata/44/4450d62277c5baf4ba0a8a54a88cc470: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/44/4450d62277c5baf4ba0a8a54a88cc470 -------------------------------------------------------------------------------- /Matchit/Library/metadata/46/467ee594b3be86342a4bd0a1ae5ef669: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/46/467ee594b3be86342a4bd0a1ae5ef669 -------------------------------------------------------------------------------- /Matchit/Library/metadata/47/4775001c1fd1b3c4492fca909e027393: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/47/4775001c1fd1b3c4492fca909e027393 -------------------------------------------------------------------------------- /Matchit/Library/metadata/48/487c2eeb21ecb5642afcf487d31cceab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/48/487c2eeb21ecb5642afcf487d31cceab -------------------------------------------------------------------------------- /Matchit/Library/metadata/48/48b32eff5336f3246886439314d7d118: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/48/48b32eff5336f3246886439314d7d118 -------------------------------------------------------------------------------- /Matchit/Library/metadata/49/49d7022f42fc8234eb37b4e05548e8c1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/49/49d7022f42fc8234eb37b4e05548e8c1 -------------------------------------------------------------------------------- /Matchit/Library/metadata/49/49f5766d0d4954f44b85d4bbd7131677: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/49/49f5766d0d4954f44b85d4bbd7131677 -------------------------------------------------------------------------------- /Matchit/Library/metadata/4a/4a0dba69ac783d94e80430d137c17f6e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4a/4a0dba69ac783d94e80430d137c17f6e -------------------------------------------------------------------------------- /Matchit/Library/metadata/4a/4aa2c7b086abefd44a032f0e573a4c95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4a/4aa2c7b086abefd44a032f0e573a4c95 -------------------------------------------------------------------------------- /Matchit/Library/metadata/4b/4b3fa4bde7f1451a8218c03ee6a8ded8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4b/4b3fa4bde7f1451a8218c03ee6a8ded8 -------------------------------------------------------------------------------- /Matchit/Library/metadata/4b/4b46d2aca5f1e9344b7e600f381862bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4b/4b46d2aca5f1e9344b7e600f381862bb -------------------------------------------------------------------------------- /Matchit/Library/metadata/4b/4ba2329b63d54f0187bcaa12486b1b0f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4b/4ba2329b63d54f0187bcaa12486b1b0f -------------------------------------------------------------------------------- /Matchit/Library/metadata/4c/4c4ac16e77e07ee479e487cdb557c155: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4c/4c4ac16e77e07ee479e487cdb557c155 -------------------------------------------------------------------------------- /Matchit/Library/metadata/4c/4cc1ba384f8782743837a7486a12f41a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4c/4cc1ba384f8782743837a7486a12f41a -------------------------------------------------------------------------------- /Matchit/Library/metadata/4d/4d3470e873500e4458a2f9c16dd40df3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4d/4d3470e873500e4458a2f9c16dd40df3 -------------------------------------------------------------------------------- /Matchit/Library/metadata/4d/4ddc8b06df370cd42b701f7bc6953d83: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4d/4ddc8b06df370cd42b701f7bc6953d83 -------------------------------------------------------------------------------- /Matchit/Library/metadata/4e/4e51ecb71aebb5449b33b31c227cd1ce: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4e/4e51ecb71aebb5449b33b31c227cd1ce -------------------------------------------------------------------------------- /Matchit/Library/metadata/4f/4f236bedea4088a4595526c7574790e7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4f/4f236bedea4088a4595526c7574790e7 -------------------------------------------------------------------------------- /Matchit/Library/metadata/4f/4fc1cb89e9197574e91526ccb38fc866: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4f/4fc1cb89e9197574e91526ccb38fc866 -------------------------------------------------------------------------------- /Matchit/Library/metadata/4f/4ff8be86ad4f90f49a3bc0c4a7f08a77: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/4f/4ff8be86ad4f90f49a3bc0c4a7f08a77 -------------------------------------------------------------------------------- /Matchit/Library/metadata/50/50f10d3deb938ca4388e470e6c883b7e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/50/50f10d3deb938ca4388e470e6c883b7e -------------------------------------------------------------------------------- /Matchit/Library/metadata/51/517af1b5b81b93b43b9745d58f017562: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/51/517af1b5b81b93b43b9745d58f017562 -------------------------------------------------------------------------------- /Matchit/Library/metadata/51/51a7910fb14480d4595d1f4fbbf0cefa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/51/51a7910fb14480d4595d1f4fbbf0cefa -------------------------------------------------------------------------------- /Matchit/Library/metadata/52/5253bc32858aabb479646e6fa2895b67: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/52/5253bc32858aabb479646e6fa2895b67 -------------------------------------------------------------------------------- /Matchit/Library/metadata/52/5274af857d3e0e34f865daf87f584362: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/52/5274af857d3e0e34f865daf87f584362 -------------------------------------------------------------------------------- /Matchit/Library/metadata/52/52c407df12532154daaf4ba93a009629: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/52/52c407df12532154daaf4ba93a009629 -------------------------------------------------------------------------------- /Matchit/Library/metadata/52/52fc4244d0599d2449119be88b578791: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/52/52fc4244d0599d2449119be88b578791 -------------------------------------------------------------------------------- /Matchit/Library/metadata/53/530af58df7cb238458a5f4c458c69ae9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/53/530af58df7cb238458a5f4c458c69ae9 -------------------------------------------------------------------------------- /Matchit/Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1 -------------------------------------------------------------------------------- /Matchit/Library/metadata/54/5469520272f37024c9e8360154404384: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/54/5469520272f37024c9e8360154404384 -------------------------------------------------------------------------------- /Matchit/Library/metadata/54/54ba8d703ccc3a44fb57828a7aa737a1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/54/54ba8d703ccc3a44fb57828a7aa737a1 -------------------------------------------------------------------------------- /Matchit/Library/metadata/55/555771b1283fa66458fcbf839252c258: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/55/555771b1283fa66458fcbf839252c258 -------------------------------------------------------------------------------- /Matchit/Library/metadata/55/55be602c078e5204bb41b1374788e4ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/55/55be602c078e5204bb41b1374788e4ec -------------------------------------------------------------------------------- /Matchit/Library/metadata/56/56ee81592402a354fb66da734874eb1e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/56/56ee81592402a354fb66da734874eb1e -------------------------------------------------------------------------------- /Matchit/Library/metadata/57/574889d11f76e3440a2f442cdfc1cb71: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/57/574889d11f76e3440a2f442cdfc1cb71 -------------------------------------------------------------------------------- /Matchit/Library/metadata/57/5782f9e9e6e0bb94bac99aeea24814fc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/57/5782f9e9e6e0bb94bac99aeea24814fc -------------------------------------------------------------------------------- /Matchit/Library/metadata/57/57e8e217bcd09124b9a38b10bdaf2087: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/57/57e8e217bcd09124b9a38b10bdaf2087 -------------------------------------------------------------------------------- /Matchit/Library/metadata/57/57f404b5d4caf8f4d9ac76bfbe0ba005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/57/57f404b5d4caf8f4d9ac76bfbe0ba005 -------------------------------------------------------------------------------- /Matchit/Library/metadata/58/5800b79720a65ca4fb81d4baae0f91af: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/58/5800b79720a65ca4fb81d4baae0f91af -------------------------------------------------------------------------------- /Matchit/Library/metadata/58/58cda3bf94c40ce4d85831dd1ce77812: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/58/58cda3bf94c40ce4d85831dd1ce77812 -------------------------------------------------------------------------------- /Matchit/Library/metadata/59/593fedf4aaff61941a57dda1694c4a1f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/59/593fedf4aaff61941a57dda1694c4a1f -------------------------------------------------------------------------------- /Matchit/Library/metadata/59/59ff01417c978a9408bbc516d61e5835: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/59/59ff01417c978a9408bbc516d61e5835 -------------------------------------------------------------------------------- /Matchit/Library/metadata/5a/5ac74ca92a7fe0b46a9b292c47adba83: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/5a/5ac74ca92a7fe0b46a9b292c47adba83 -------------------------------------------------------------------------------- /Matchit/Library/metadata/5b/5beb1db922d40b14187f1ff261432ac9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/5b/5beb1db922d40b14187f1ff261432ac9 -------------------------------------------------------------------------------- /Matchit/Library/metadata/5c/5c2dfc56de474cf43acb60e5b0ba64c9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/5c/5c2dfc56de474cf43acb60e5b0ba64c9 -------------------------------------------------------------------------------- /Matchit/Library/metadata/5c/5c98865815cc7574793fc6ec6c537fd4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/5c/5c98865815cc7574793fc6ec6c537fd4 -------------------------------------------------------------------------------- /Matchit/Library/metadata/5e/5ec570c4aad08e54aa562697147a6947: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/5e/5ec570c4aad08e54aa562697147a6947 -------------------------------------------------------------------------------- /Matchit/Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7 -------------------------------------------------------------------------------- /Matchit/Library/metadata/61/61a32fe8c8cabf94c8cbd518b2b2ae8f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/61/61a32fe8c8cabf94c8cbd518b2b2ae8f -------------------------------------------------------------------------------- /Matchit/Library/metadata/62/62a6826403c7d0b458cece3da551791b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/62/62a6826403c7d0b458cece3da551791b -------------------------------------------------------------------------------- /Matchit/Library/metadata/64/64049fe78d1d2b94ca57953ddedd67e8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/64/64049fe78d1d2b94ca57953ddedd67e8 -------------------------------------------------------------------------------- /Matchit/Library/metadata/64/641856153d3697048bdc09ada5b029b3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/64/641856153d3697048bdc09ada5b029b3 -------------------------------------------------------------------------------- /Matchit/Library/metadata/64/644014725c892cb45ba307738ff5e22c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/64/644014725c892cb45ba307738ff5e22c -------------------------------------------------------------------------------- /Matchit/Library/metadata/66/6668e1f110e667542861a69f54f74369: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/66/6668e1f110e667542861a69f54f74369 -------------------------------------------------------------------------------- /Matchit/Library/metadata/68/688ff2eba668dd143baf8f16fb85bc88: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/68/688ff2eba668dd143baf8f16fb85bc88 -------------------------------------------------------------------------------- /Matchit/Library/metadata/69/6910df7f6522f144cb7b939dd689327a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/69/6910df7f6522f144cb7b939dd689327a -------------------------------------------------------------------------------- /Matchit/Library/metadata/69/6977e7e349b6c2344b0eb6efcf443a82: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/69/6977e7e349b6c2344b0eb6efcf443a82 -------------------------------------------------------------------------------- /Matchit/Library/metadata/69/6981461fe431401459211818212a29cf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/69/6981461fe431401459211818212a29cf -------------------------------------------------------------------------------- /Matchit/Library/metadata/69/69dbf90cd8a6e9c4f99bb15b8dff484f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/69/69dbf90cd8a6e9c4f99bb15b8dff484f -------------------------------------------------------------------------------- /Matchit/Library/metadata/69/69e190a23f9356941b0d92e4b8d61b28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/69/69e190a23f9356941b0d92e4b8d61b28 -------------------------------------------------------------------------------- /Matchit/Library/metadata/6a/6a094c30a6fab4a479d30af956a423f0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6a/6a094c30a6fab4a479d30af956a423f0 -------------------------------------------------------------------------------- /Matchit/Library/metadata/6b/6b209b76e73b1e24783483526a05f6c4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6b/6b209b76e73b1e24783483526a05f6c4 -------------------------------------------------------------------------------- /Matchit/Library/metadata/6b/6b595938457243843b65b1154a26e084: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6b/6b595938457243843b65b1154a26e084 -------------------------------------------------------------------------------- /Matchit/Library/metadata/6b/6b637f0c9cd05cd4e9f0a2f7cddfdb59: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6b/6b637f0c9cd05cd4e9f0a2f7cddfdb59 -------------------------------------------------------------------------------- /Matchit/Library/metadata/6b/6b8bc32cf0e9f2842a501663242d777f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6b/6b8bc32cf0e9f2842a501663242d777f -------------------------------------------------------------------------------- /Matchit/Library/metadata/6b/6bd81f71d210c0e4290ab19a6ee04d39: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6b/6bd81f71d210c0e4290ab19a6ee04d39 -------------------------------------------------------------------------------- /Matchit/Library/metadata/6b/6bf6fded883a090458278ba59bdbb324: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6b/6bf6fded883a090458278ba59bdbb324 -------------------------------------------------------------------------------- /Matchit/Library/metadata/6b/6bff04f3d5d20104aa6c2e0ccbef1bde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6b/6bff04f3d5d20104aa6c2e0ccbef1bde -------------------------------------------------------------------------------- /Matchit/Library/metadata/6c/6c54dc6670c902247a0ebf2f8d9fef02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6c/6c54dc6670c902247a0ebf2f8d9fef02 -------------------------------------------------------------------------------- /Matchit/Library/metadata/6c/6cdf1e5c78d14720aaadccd4c792df96: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6c/6cdf1e5c78d14720aaadccd4c792df96 -------------------------------------------------------------------------------- /Matchit/Library/metadata/6e/6e139ef51b712b041b5dcc7e7630acf0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6e/6e139ef51b712b041b5dcc7e7630acf0 -------------------------------------------------------------------------------- /Matchit/Library/metadata/6e/6e38ac6b1c3556b4c888ca8552375e1e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6e/6e38ac6b1c3556b4c888ca8552375e1e -------------------------------------------------------------------------------- /Matchit/Library/metadata/6f/6ff0547a8d6fb4f478b2b543b0a0acbd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/6f/6ff0547a8d6fb4f478b2b543b0a0acbd -------------------------------------------------------------------------------- /Matchit/Library/metadata/70/700380acbdd30ed4a8d0f165d853a1f8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/70/700380acbdd30ed4a8d0f165d853a1f8 -------------------------------------------------------------------------------- /Matchit/Library/metadata/70/703cf82e8a710f4438f3fa987907f044: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/70/703cf82e8a710f4438f3fa987907f044 -------------------------------------------------------------------------------- /Matchit/Library/metadata/70/7061e8eff7e2459479f23e1989f9a651: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/70/7061e8eff7e2459479f23e1989f9a651 -------------------------------------------------------------------------------- /Matchit/Library/metadata/70/70bd1fc5b1b073049a5433875fd68a20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/70/70bd1fc5b1b073049a5433875fd68a20 -------------------------------------------------------------------------------- /Matchit/Library/metadata/71/71718a51cdd2c0c4eb0199ca3574dccc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/71/71718a51cdd2c0c4eb0199ca3574dccc -------------------------------------------------------------------------------- /Matchit/Library/metadata/73/739bbd9f364b4268874f9fd86ab3beef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/73/739bbd9f364b4268874f9fd86ab3beef -------------------------------------------------------------------------------- /Matchit/Library/metadata/75/75d79ec61c5736646b64a260e70b367b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/75/75d79ec61c5736646b64a260e70b367b -------------------------------------------------------------------------------- /Matchit/Library/metadata/76/76cad6f023a187548af88f14c42f5427: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/76/76cad6f023a187548af88f14c42f5427 -------------------------------------------------------------------------------- /Matchit/Library/metadata/77/7741b4957200f0747a3c79d148de2402: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/77/7741b4957200f0747a3c79d148de2402 -------------------------------------------------------------------------------- /Matchit/Library/metadata/78/78a4504b7672518438b62f2bc5bec148: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/78/78a4504b7672518438b62f2bc5bec148 -------------------------------------------------------------------------------- /Matchit/Library/metadata/78/78beb443e6869434982463bf5239a971: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/78/78beb443e6869434982463bf5239a971 -------------------------------------------------------------------------------- /Matchit/Library/metadata/79/7948afe7b07cb20448e945c623315351: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/79/7948afe7b07cb20448e945c623315351 -------------------------------------------------------------------------------- /Matchit/Library/metadata/79/79f6054d9091bad49a118f32839911db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/79/79f6054d9091bad49a118f32839911db -------------------------------------------------------------------------------- /Matchit/Library/metadata/7a/7a83cbca45f76df43a75bcc542458923: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/7a/7a83cbca45f76df43a75bcc542458923 -------------------------------------------------------------------------------- /Matchit/Library/metadata/7c/7c8525480f5d5b84fb8df92388b633d5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/7c/7c8525480f5d5b84fb8df92388b633d5 -------------------------------------------------------------------------------- /Matchit/Library/metadata/7c/7cacb59979a37f64f927444595b54b5e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/7c/7cacb59979a37f64f927444595b54b5e -------------------------------------------------------------------------------- /Matchit/Library/metadata/7d/7d4d8f1ad2b004c4cb6cdd15494c576c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/7d/7d4d8f1ad2b004c4cb6cdd15494c576c -------------------------------------------------------------------------------- /Matchit/Library/metadata/7d/7df31a1b59d95e345a87ef47f70a68c9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/7d/7df31a1b59d95e345a87ef47f70a68c9 -------------------------------------------------------------------------------- /Matchit/Library/metadata/7e/7e2b5751555739a489506af7ba25a91f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/7e/7e2b5751555739a489506af7ba25a91f -------------------------------------------------------------------------------- /Matchit/Library/metadata/7f/7f07fc40d068a62429c4193fbe67834b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/7f/7f07fc40d068a62429c4193fbe67834b -------------------------------------------------------------------------------- /Matchit/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f -------------------------------------------------------------------------------- /Matchit/Library/metadata/80/80b4081bbe58c9b4d99ef7344345b9f5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/80/80b4081bbe58c9b4d99ef7344345b9f5 -------------------------------------------------------------------------------- /Matchit/Library/metadata/80/80cc8b7bb806f044fa9b8863d1dc336a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/80/80cc8b7bb806f044fa9b8863d1dc336a -------------------------------------------------------------------------------- /Matchit/Library/metadata/82/82122f87075cf2b438a9badb6c8853b9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/82/82122f87075cf2b438a9badb6c8853b9 -------------------------------------------------------------------------------- /Matchit/Library/metadata/83/831a19f335fcfbf40bce541b29cc11e1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/83/831a19f335fcfbf40bce541b29cc11e1 -------------------------------------------------------------------------------- /Matchit/Library/metadata/83/8382b2bb260241859771b69b7f377a8d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/83/8382b2bb260241859771b69b7f377a8d -------------------------------------------------------------------------------- /Matchit/Library/metadata/83/83f45b14b174c3a4a85f52215bf6441a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/83/83f45b14b174c3a4a85f52215bf6441a -------------------------------------------------------------------------------- /Matchit/Library/metadata/84/8451d6e43ee8ba44f94370248b8c589f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/84/8451d6e43ee8ba44f94370248b8c589f -------------------------------------------------------------------------------- /Matchit/Library/metadata/84/84a7d7bd647956646adef3988998ddef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/84/84a7d7bd647956646adef3988998ddef -------------------------------------------------------------------------------- /Matchit/Library/metadata/84/84ca94c19f25ae14d83aa41bb3654390: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/84/84ca94c19f25ae14d83aa41bb3654390 -------------------------------------------------------------------------------- /Matchit/Library/metadata/84/84e4e6e4350a10a41b2c283e7a3eed11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/84/84e4e6e4350a10a41b2c283e7a3eed11 -------------------------------------------------------------------------------- /Matchit/Library/metadata/85/852e56802eb941638acbb491814497b0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/85/852e56802eb941638acbb491814497b0 -------------------------------------------------------------------------------- /Matchit/Library/metadata/86/8641ca10e663b0841bc5f8b77b951437: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/86/8641ca10e663b0841bc5f8b77b951437 -------------------------------------------------------------------------------- /Matchit/Library/metadata/86/8667b6c2d206ced49871813199e7e1f8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/86/8667b6c2d206ced49871813199e7e1f8 -------------------------------------------------------------------------------- /Matchit/Library/metadata/86/86f4de9468454445ac2f39e207fafa3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/86/86f4de9468454445ac2f39e207fafa3a -------------------------------------------------------------------------------- /Matchit/Library/metadata/87/870353891bb340e2b2a9c8707e7419ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/87/870353891bb340e2b2a9c8707e7419ba -------------------------------------------------------------------------------- /Matchit/Library/metadata/88/88c944d1b71973b4d83f549e9b68eae6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/88/88c944d1b71973b4d83f549e9b68eae6 -------------------------------------------------------------------------------- /Matchit/Library/metadata/89/89dcaf03ed6939441b00222c078f1c09: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/89/89dcaf03ed6939441b00222c078f1c09 -------------------------------------------------------------------------------- /Matchit/Library/metadata/8a/8a1cd57a7e36e064f83c205c5e66372f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/8a/8a1cd57a7e36e064f83c205c5e66372f -------------------------------------------------------------------------------- /Matchit/Library/metadata/8a/8a82160617054fb4db15cb4fa8a200ea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/8a/8a82160617054fb4db15cb4fa8a200ea -------------------------------------------------------------------------------- /Matchit/Library/metadata/8a/8ad101f460527014584fd4e29969af1e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/8a/8ad101f460527014584fd4e29969af1e -------------------------------------------------------------------------------- /Matchit/Library/metadata/8e/8e0cd8ed44d4412cbe0642067abc9e44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/8e/8e0cd8ed44d4412cbe0642067abc9e44 -------------------------------------------------------------------------------- /Matchit/Library/metadata/8e/8e7066e382b0fc749b25dbb1a3004dfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/8e/8e7066e382b0fc749b25dbb1a3004dfe -------------------------------------------------------------------------------- /Matchit/Library/metadata/8e/8e831710b63fd9b48ad8f90891ef170c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/8e/8e831710b63fd9b48ad8f90891ef170c -------------------------------------------------------------------------------- /Matchit/Library/metadata/8f/8f098c5f678d29248ad939b5bee93a96: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/8f/8f098c5f678d29248ad939b5bee93a96 -------------------------------------------------------------------------------- /Matchit/Library/metadata/8f/8f65deda0424f2e4ba43b5043bc62de3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/8f/8f65deda0424f2e4ba43b5043bc62de3 -------------------------------------------------------------------------------- /Matchit/Library/metadata/90/9078b7128e594410d9b89e5b24cffd01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/90/9078b7128e594410d9b89e5b24cffd01 -------------------------------------------------------------------------------- /Matchit/Library/metadata/90/909a3cb6fe04d8f4e929ab406b864939: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/90/909a3cb6fe04d8f4e929ab406b864939 -------------------------------------------------------------------------------- /Matchit/Library/metadata/91/91474cc6a5472c04799cae0a9f548296: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/91/91474cc6a5472c04799cae0a9f548296 -------------------------------------------------------------------------------- /Matchit/Library/metadata/91/916124d6bc56d0d43855ce3ea1cf4837: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/91/916124d6bc56d0d43855ce3ea1cf4837 -------------------------------------------------------------------------------- /Matchit/Library/metadata/93/93fa593905c8e8f4c97ddbfd68ad0018: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/93/93fa593905c8e8f4c97ddbfd68ad0018 -------------------------------------------------------------------------------- /Matchit/Library/metadata/95/95367e5a45ad56848b94fe37a0ee8e65: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/95/95367e5a45ad56848b94fe37a0ee8e65 -------------------------------------------------------------------------------- /Matchit/Library/metadata/95/957372bb661614b4dae637cdc4c17af2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/95/957372bb661614b4dae637cdc4c17af2 -------------------------------------------------------------------------------- /Matchit/Library/metadata/96/96da263b6a930124a83153c1a6b221da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/96/96da263b6a930124a83153c1a6b221da -------------------------------------------------------------------------------- /Matchit/Library/metadata/97/972100deec6d54143ab0faa19ffc2cf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/97/972100deec6d54143ab0faa19ffc2cf5 -------------------------------------------------------------------------------- /Matchit/Library/metadata/97/9733480aff22cc24dbc8a952427631e7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/97/9733480aff22cc24dbc8a952427631e7 -------------------------------------------------------------------------------- /Matchit/Library/metadata/97/97decbdab0634cdd991f8d23ddf0dead: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/97/97decbdab0634cdd991f8d23ddf0dead -------------------------------------------------------------------------------- /Matchit/Library/metadata/97/97df6f71f946c8e43bf4f2ac5434340a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/97/97df6f71f946c8e43bf4f2ac5434340a -------------------------------------------------------------------------------- /Matchit/Library/metadata/98/984986512adc6754fb7b7e140cb37b88: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/metadata/98/984986512adc6754fb7b7e140cb37b88 -------------------------------------------------------------------------------- /Matchit/Library/shadercompiler-32bit-1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/shadercompiler-32bit-1.log -------------------------------------------------------------------------------- /Matchit/Library/shadercompiler-64bit-1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/shadercompiler-64bit-1.log -------------------------------------------------------------------------------- /Matchit/Library/shadercompiler-UnityShaderCompiler.exe0.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/Library/shadercompiler-UnityShaderCompiler.exe0.log -------------------------------------------------------------------------------- /Matchit/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.6.2f1 2 | -------------------------------------------------------------------------------- /Matchit/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/UnityAnalyticsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/UnityAnalyticsManager.asset -------------------------------------------------------------------------------- /Matchit/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/Matchit/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmardosz/Match3-Slot-Machine-Game/HEAD/README.md --------------------------------------------------------------------------------