Something related to size

Hi everyone
I wanted to know
1 What should be the size of our platformer character according to andriod game
2 How can we know the size of platformer character in our game

Height and Width? Or File Size?

height and width @Muzan

Click on any image file and look there


Or in GDevelop’s Piskel, see like this

I know this thing but I want to know
1 What should be the size of our platformer character according to andriod game

Please reply:smiley:

I don’t know exactly, but if you are doing pixel art, you can use 16x16, 32x32, 64x64,etc.
And for vector graphics, the smooth ones, I usually use 64x64

If you would create an android game what size would you keep for a platform game

I wanted to say- the size of character

Yes, keep the size of character 32 or 64, both height and width,


Look how I made both height and width 32 pixels. But this is just for pixel art

For another type, smooth type of image, I used 64 px height and 64 px width, exporting from Inkscape

Will the size, we see while previewing in our pc remain same in phone
#The size of character

?? :thinking::grinning::slightly_smiling_face:

It will be something like this:
lV8rqlRaEK
The more smaller the screen is, more smaller everything becomes, and yes, Player too but for this, you need to do something like this in your project settings:

ok … I think I understood now
Thanks for your help @Muzan
:smiley:

Don’t worry about the size of the character - it can be made to appear bigger or smaller by changing the game resolution.