Skip to main content

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

kiwi6969

4
Posts
1
Following
A member registered Jul 05, 2025

Recent community posts

Finally found it. Here's how you can lock it:

var LockedMenu = HS.menu

LockedMenu._on_line_edit_password_text_submitted(YOUR_PASSWORD)

Remove lock:

var LockedMenu = HS.menu.get_node("LockedMenu")

LockedMenu.remove_locked_password()

You can change lock duration using:

var lock_menu = HS.menu.get_node("LockedMenu")

lock_menu.remaining_seconds = TIME_IN_SECONDS

When you enable random collection it enables all the collections until first switch happens. Was trying to use random collection inside random collection but it kept enabling all the collections when the top random collection switch happened.

I'm not getting an email with activation code