-
Notifications
You must be signed in to change notification settings - Fork 11
Door_bigkey
Jan Sandström edited this page Apr 28, 2020
·
1 revision
The door_bigkey acts a the boss entrance. The component claims a whole room (777) regardless of it's mask.
The map script needs the following snippet:
local map, data = ...
local door_bigkey = require 'maps/components/door/door_bigkey'
return door_bigkey.init(map, data, 1)
The map needs a sensor named sensor and a placeholder for the door named door_open