Hot to install:
Please, put script file slots_improvement.gd in "assets/scripts/ folder". After open p_game.gd script and connect mod to the game by searching _ready() function and typing there this:
GameAPI.RunOutsideScript("slots_improvement")._ready()
Final look of function must be like this:
# Called when gameplay init completed and game starts play
func _ready():
GameAPI.RunOutsideScript("slots_improvement")._ready()
Features:
- Possibility to unequip items by clicking once on slots when item there is equipped.
- Equipped item highlight while hovering slot by mouse
Download: GOOGLE DRIVE