D
D
Dmitry2015-09-04 11:48:03
Android
Dmitry, 2015-09-04 11:48:03

What size to make a character for different Android screens?

What size to make a character for different Android screens? The game will have two dynamic sprites. They should scale to different screen resolutions and aspect ratios of phones and tablets. Can you share the dimensions and links for clarification?
Found these multipliers:

  • ldpi (0.75x)
  • mdpi (1x)
  • hdpi (1.5x)
  • xhdpi (2.0x)
  • xxhdpi (3.0x)
  • xxxhdpi (4.0x)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
LeEnot, 2015-09-04
@Dit81

Well, it is logical that if you have a 100*100px sprite on mdpi, then it will be 150*150px on hdpi, 200*200px on xhdpi, and so on. Take some base resolution, see how it looks on it and scale it to fit the rest...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question