Updated How to use the shop system.md (markdown)
commited
commit
911963f3861c50fdb5e8444697e594bcebf581c7
... | ... | @@ -1,9 +1,9 @@ |
1 | 1 | Ok, so you're here to learn about how to use the shop system don't ya? Well, i'm Tha Cuber and im gonna tell you everything i figured out while using the shop system. |
2 | 2 | |
3 | *** Coins *** |
|
3 | # Coins |
|
4 | 4 | To use the coins, just take a number variable and stick it to the coins input in the score block. When playing the game you should see the coin counter at the corner of the screen. To get coins just increment the variable you used as the coin counter. |
5 | 5 | |
6 | *** Menu items *** |
|
6 | # Menu items |
|
7 | 7 | To use the menu items, first take the block out of the inventory, then you get two kinds of inputs: a picture input and a variable input. |
8 | 8 | |
9 | 9 | The Picture input is the object that will show when looking at the according upgrade it references. |
... | ... | @@ -20,4 +20,6 @@ If you leave it as On/Off, you'll be able to buy it onve, and toggle it on and o |
20 | 20 | |
21 | 21 | 10 Fixed: this changes the price of the upgrade after you've bought it. If left on 10 Fixed, the price will stay on 10 coins every time you buy the upgrade. If it is on 10 Linear, then the price will increase by 10 coins each time you buy the upgrade. If set to 10 Double, then the price doubles each time you buy the upgrade. And you even get a bigger price if you keep clicking after 10 Double! The existing prices are 100, 1k (1,000) and 10k (10,000) and all of them have the same options except for 10k, which only has the fixed option. |
22 | 22 | |
23 | *** |
|
24 | ||
23 | 25 | And that's about it! If the page needs some extra information, or i wrote something wrong, please correct it. Also, this page should have some images, so if you can help with that, it'll be greatly appreciated. Let's keep updating this page so more people can learn how to use the shop system! |
... | ... | \ No newline at end of file |