• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Bag Interface for default essentials

hirokimura

Miltank's Fanboy Number One
150
Posts
6
Years
Hey !
Sharing some ressources I made for my game, to customize the bag a little.
This is meant to make the thing look prettier without having to change the whole code of bag you know.
Outcome here :
TTTel3R.png


Imgur Photo Album : https://imgur.com/a/6EmuDRF
This contains every picture of the bag. Just replace the default essentials by those.

To change the font color go to script -> PScreen_Bag
Replace this
HTML:
 ITEMTEXTBASECOLOR     = Color.new(248,248,248)
  ITEMTEXTSHADOWCOLOR   = Color.new(0,0,0)

With this
HTML:
  ITEMTEXTBASECOLOR     = Color.new(0,0,0)
  ITEMTEXTSHADOWCOLOR   = Color.new(248,248,248)

No need to credit me, but if you do that's still appreciated. You can use this work in whatever you want, and edit it as well.
Have fun with this !
 
Back
Top