fixed first Shop Slot
started on shop switcher button (for animal shop)
This commit is contained in:
parent
b0ab924037
commit
acd602c85a
11 changed files with 286 additions and 143 deletions
13
Assets/Scripts/ShopSwitcher.cs
Normal file
13
Assets/Scripts/ShopSwitcher.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using UnityEngine;
|
||||
|
||||
public class ShopSwitcher : MonoBehaviour {
|
||||
public Sprite animalShopSprite;
|
||||
public Sprite itemShopSprite;
|
||||
|
||||
public void SwitchShops() {
|
||||
// switch text in Shop Title
|
||||
// switch image on switch Button
|
||||
// turn off one content and turn on the other
|
||||
// remove undo purchase button when switching to an animal shop
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue