how do i create a simple hover? like when the mouse is over the gui change the color or change sprite
You need to handle this by yourself. You need to call gui.pick_node(self.root_node, x, y), on update function.And change ui as your need. I recommend your to write your own gui module, or fork dirtylarry and add over logic.
thanks i already have a little project created to understand how proxy works and someone else help me a lot and i already have something that actualy work
branch_infiltrado.zip (1.6 MB)