Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Slots improvements

A topic by Leksii created Mar 21, 2024 Views: 183
Viewing posts 1 to 1
(3 edits)


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


DownloadGOOGLE DRIVE