portals
This commit is contained in:
+14
-2
@@ -215,7 +215,7 @@ content = """
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# 1 #
|
||||
# ###### B #
|
||||
# # #
|
||||
# +++ # #
|
||||
@@ -277,6 +277,12 @@ solid = true
|
||||
name = "noticeboard"
|
||||
script_name = "noticeboard"
|
||||
|
||||
[[boards.start.portals]]
|
||||
name = "to_house"
|
||||
palette = "1"
|
||||
target_map = "house"
|
||||
target_entry = "from_start"
|
||||
|
||||
[boards.house.map]
|
||||
name = "The House"
|
||||
width = 60
|
||||
@@ -299,7 +305,7 @@ content = """
|
||||
# K ###F### #
|
||||
# # # #
|
||||
# ####### #
|
||||
# #
|
||||
# 1 #
|
||||
# #
|
||||
# ######### T #
|
||||
# # # T #
|
||||
@@ -355,3 +361,9 @@ fg = "#99ff44"
|
||||
bg = "#000000"
|
||||
solid = true
|
||||
script_name = "yammerer"
|
||||
|
||||
[[boards.house.portals]]
|
||||
name = "from_start"
|
||||
palette = "1"
|
||||
target_map = "start"
|
||||
target_entry = "to_house"
|
||||
|
||||
Reference in New Issue
Block a user