Jump to content

Recommended Posts

Posted

Hello , i search how to add in NPCs my own buttons i can adapt icons 32x32 but i don't know how to adapt buttons because the size when i try to import it is not correct with unreal..

 

 

Thanks. (Sorry for my bad english)

Posted (edited)

Hello , i search how to add in NPCs my own buttons i can adapt icons 32x32 but i don't know how to adapt buttons because the size when i try to import it is not correct with unreal..

 

 

Thanks. (Sorry for my bad english)

 

You can use only size which is power of two: for example 2 (2^1=2) ,4 (2^2=4) ,8 (2^3=8 ) ,16 (2^4=16) ,32 (2^5=32) ,64 (2^6=64) ,128 (2^7=128) ,256 (2^8=256), 512...

 

So for example size: 32x128, 256x16 will be correct, but size eg: 33x128 will be wrong because 33 is not power of two.

Edited by SSnakEE
Posted

You can use only size which is power of two: for example 2 (2^1=2) ,4 (2^2=4) ,8 (2^3=8 ) ,16 (2^4=16) ,32 (2^5=32) ,64 (2^6=64) ,128 (2^7=128) ,256 (2^8=256), 512...

 

So for example size: 32x128, 256x16 will be correct, but size eg: 33x128 will be wrong because 33 is not power of two.

 

hmm.. you know the default buttons size?? small and large?

Guest
This topic is now closed to further replies.
×
×
  • Create New...