[gates] Update tile_images -> tiles

This commit is contained in:
Starbeamrainbowlabs 2018-09-24 11:22:51 +01:00 committed by GitHub
parent 87d6c694f5
commit 4535ba6b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,14 +21,14 @@
-- {
-- #open gate options go here
--
-- tile_images = {'open_gate.png'},
-- tiles = {'open_gate.png'},
-- walkable = false,
-- drawtype = "plantlike",
-- },
-- {
-- #closed gate options go here
--
-- tile_images = {'closed_gate_top.png','closed_gate_bottom.png','closed_gate_sides.png'},
-- tiles = {'closed_gate_top.png','closed_gate_bottom.png','closed_gate_sides.png'},
-- walkable = true,
-- },
-- })