mirror of
http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
synced 2024-12-22 15:30:19 +01:00
Replace room: hallway
This commit is contained in:
parent
a6c3ab814b
commit
104b2e947a
18
room.lua
18
room.lua
@ -142,19 +142,19 @@ local room_types = {
|
||||
},
|
||||
--traps = true,
|
||||
},
|
||||
-- hallway
|
||||
-- square
|
||||
{
|
||||
style = "yrepeat",
|
||||
layout = {
|
||||
"S"," "," "," "," ","S","S","S"," ",
|
||||
"S","^","^","S"," ","S","S",">"," ",
|
||||
"S","S","S","S"," ","S","S",">"," ",
|
||||
"S","S","S","S"," ","S","S","S"," ",
|
||||
" "," "," "," "," "," "," "," "," ",
|
||||
" ","S","S","S"," ","S","S","S","S",
|
||||
" ","<","S","S"," ","S","S","S","S",
|
||||
" ","<","S","S"," ","S","v","v","S",
|
||||
" ","S","S","S"," "," "," "," "," ",
|
||||
" ","S","S","S","^","S","S","S"," ",
|
||||
" ","S","S","S","S","S","S","S"," ",
|
||||
" ","S","S","S","S","S","S","S"," ",
|
||||
" ","S","S","S","S","S","S",">"," ",
|
||||
" ","S","S","S","S","S","S","S"," ",
|
||||
" ","S","S","S","S","S","S","S"," ",
|
||||
" ","S","S","S","v","S","S","S"," ",
|
||||
" "," "," "," "," "," "," "," "," ",
|
||||
},
|
||||
},
|
||||
-- hallway 2
|
||||
|
Loading…
Reference in New Issue
Block a user