hirokimura
Miltank's Fanboy Number One
- 150
- Posts
- 7
- Years
- France
- Seen Jul 20, 2023
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 :
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
With this
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 !
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 :
![[PokeCommunity.com] Bag Interface for default essentials [PokeCommunity.com] Bag Interface for default essentials](https://i.imgur.com/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 !