mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
Remove tabs
This commit is contained in:
parent
a3fe5cfbd7
commit
77b67caaf3
1 changed files with 2 additions and 2 deletions
|
@ -630,7 +630,7 @@ function doors.register_trapdoor(name, def)
|
|||
if not def.sound_close then
|
||||
def.sound_close = "doors_door_close"
|
||||
end
|
||||
|
||||
|
||||
if not def.tile_back then
|
||||
def.tile_back = def.tile_front
|
||||
end
|
||||
|
@ -646,7 +646,7 @@ function doors.register_trapdoor(name, def)
|
|||
type = "fixed",
|
||||
fixed = {-0.5, -0.5, -0.5, 0.5, -6/16, 0.5}
|
||||
}
|
||||
|
||||
|
||||
def_closed.tiles = {
|
||||
def.tile_back,
|
||||
def.tile_front .. '^[transformFY',
|
||||
|
|
Loading…
Add table
Reference in a new issue