You should consider joining our Discord to ask for support.

We created a support channel using the new Discord Forum feature!

You can also visit our new website, it has a help section in English and French

0 like 0 dislike
435 views
in Bug by (510 points)
Hi, encounters a weird bug when trying to sell items in a store. The Shop that lets you sell items works, but the UI is entirely invisible, so you can't see how many you're actually selling.

https://puu.sh/J42AK/8b5d93f22b.mp4

2 Answers

1 like 0 dislike
by (17.1k points)
selected by
 
Best answer
I'd say there is a Graphics.sort_z missing from the Bag UI, just at the end of the create_graphics method. Test with that added, if it works, then it'll need to be added to PSDK. :b
by (510 points)
edited by
I think this worked.

https://i.imgur.com/OmXFeQj.png

Added this in, and the menu worked perfectly!
0 like 0 dislike
by (28.0k points)
I can't reproduce it on my branch. Can you show me how are you calling the sell UI?
by (510 points)
directly in a script:

https://i.imgur.com/g0AZRsH.png
...