Godot Version
4.4.1
Question
I recently learnt some stuff from this video by Godotneers. I noticed the new items in the inventory only showed up when you close and re-opened the inventory. An easy solution to this would be to make opening the inventory pause the game, so you can only get new items when it’s closed, but I have another case where that won’t work.
I’m making a card game where a card’s stats are displayed in a pop-up if you hover over them (using mouse entered/exited signals). I’ve been trying to implement a sort of mouse buffer function where I set the mouse mode to ignore for a frame, then re-enable it, but that didn’t work.
I was wondering if there’s a way to solve both these issues by making a control node display new information as soon as it gets it.
Thanks for reading, any help would be greatly appreciated~