Added controls for gamepad, changed input & UI

This commit is contained in:
TAASONI3
2023-07-04 20:15:06 +02:00
parent 0b058f9248
commit 7aba856b17
48 changed files with 24176 additions and 15427 deletions

View File

@@ -101,7 +101,7 @@ namespace Assets.Scripts.Slimes
public Item getItem()
{
int rand = new System.Random().Next(100) + 1;
if (rand < 10 + luck)
if (rand < 15 + luck)
{
int type = new System.Random().Next(2);
switch (type)