Need help making an inventory

Godot Version

4.6

Question

I’m trying to make an inventory kind of similar to metaphor and Pokémon, right now I’m just trying to get listing the items and scrolling between them working, I’ve tried to find tutorials on YouTube but couldn’t find any that where what I wanted, they were either grid based or hot bars. any help or links to tutorials would be great.

Have you messed around with the Scroll Container?

You can give it a child Hbox or Vbox container and it will create a scroll bar when the children of the Hbox or Vbox container go beyond the size of your Scroll Container.

I am picturing like pokemon emerald where you would scroll through poke balls and then another pocket (tab) in your backpack to scroll through key items like the bike and stuff.

Thanks, I’ll try that, I was seeing some stuff saying to use scroll container but that was mostly from google ai, so I thought it would be a good idea to ask on the forums. and on the Pokémon comparison that’s the final goal but right now i just need to make a basic version of it so I’m just trying to do the one section

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.