Worked on UI and translation, worked on classes and races, worked on camera

This commit is contained in:
TAASONI3
2024-06-30 20:00:34 +02:00
parent cbd086d658
commit 80e11d3ce0
33 changed files with 3415 additions and 860 deletions

View File

@@ -90,6 +90,9 @@ namespace Assets.Scripts
case "Mage":
replacement = "Orb";
break;
case "Druid":
replacement = "Shield";
break;
}
}
else if (place == ItemPlace.RIGHTHAND)
@@ -105,6 +108,9 @@ namespace Assets.Scripts
case "Mage":
replacement = "Wand";
break;
case "Druid":
replacement = "Wand";
break;
}
}
if (itemName != null)