-
Notifications
You must be signed in to change notification settings - Fork 12
Obstacle_veryweakwall
Jan Sandström edited this page Apr 28, 2020
·
1 revision
Obstacle_veryweakwall is more of a door than an obstacle as it is only a crack in the wall which can be opened with a bomb.
It has the same common placeholders as any other obstacle.
Required snippet:
local map, data = ...
local bomb = require 'maps/components/very_obstacle_weakwall/very_obstacle_weakwall'
bomb.init(map,data)
The map does not need any special tiles apart from the common obstacle tiles.