Skip to content
Jan Sandström edited this page Apr 28, 2020 · 1 revision

Fillers are purely cosmetic components. They are placed to fill a room when all the components required by the quests are placed.

Fillers can have virtually any spatial and door mask.

Filler do not have functions but do need placeholders for enemies.

The map script needs the following snippet:

local map, data = ...

local filler = require 'maps/components/filler/filler'

filler.init(map, data)

The map needs placeholders for enemies prefixed enemy_. See enemy for further details on enemy placement.

Clone this wiki locally