This commit is contained in:
Anonymous Raccoon
2018-08-13 14:21:46 +02:00
parent 855b7e67b4
commit e5475a1335
+1
View File
@@ -246,6 +246,7 @@ public class InventoryManager : MonoBehaviour
private Vector2Int GetPlotPositionByIndex(int index)
{
print(new Vector2Int(index / 5, 5 - index % 5));
return new Vector2Int(index / 5, 5 - index % 5);
}