Skip to main content

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

I Wanna Lockpick Editor

All-in-one Editor and Player for custom IWL levels · By L4Vo5

how to mod the editor

A topic by Pool_E created Jul 15, 2024 Views: 99 Replies: 2
Viewing posts 1 to 2

I have downloaded the open source version of the editor and got it running on godot, but now i have no idea where the logic is for the keys and doors, any help?

Developer

a lot of the logic for opening doors and stuff is in level_logic.gd. also search for key_data.gd and door_data.gd

where is the logic for opening doors (the full thing, both seeing if you CAN open it, and actualy opening it)