diff options
Diffstat (limited to 'data/maps/the_between/rooms')
-rw-r--r-- | data/maps/the_between/rooms/B2 Back Room.txtpb | 17 | ||||
-rw-r--r-- | data/maps/the_between/rooms/B2 Front Room.txtpb | 12 | ||||
-rw-r--r-- | data/maps/the_between/rooms/B2 Room.txtpb | 8 | ||||
-rw-r--r-- | data/maps/the_between/rooms/Main Area.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_between/rooms/Plaza Entrance.txtpb | 7 |
5 files changed, 36 insertions, 14 deletions
diff --git a/data/maps/the_between/rooms/B2 Back Room.txtpb b/data/maps/the_between/rooms/B2 Back Room.txtpb new file mode 100644 index 0000000..132ba56 --- /dev/null +++ b/data/maps/the_between/rooms/B2 Back Room.txtpb | |||
@@ -0,0 +1,17 @@ | |||
1 | name: "B2 Back Room" | ||
2 | display_name: "B2 Room" | ||
3 | letters { | ||
4 | key: "b" | ||
5 | level2: true | ||
6 | path: "Components/Collectables/collectable" | ||
7 | } | ||
8 | paintings { | ||
9 | name: "EYES2" | ||
10 | path: "Components/Paintings/eyes2" | ||
11 | orientation: "east" | ||
12 | } | ||
13 | paintings { | ||
14 | name: "EYES3" | ||
15 | path: "Components/Paintings/eyes3" | ||
16 | orientation: "west" | ||
17 | } | ||
diff --git a/data/maps/the_between/rooms/B2 Front Room.txtpb b/data/maps/the_between/rooms/B2 Front Room.txtpb new file mode 100644 index 0000000..02c09fb --- /dev/null +++ b/data/maps/the_between/rooms/B2 Front Room.txtpb | |||
@@ -0,0 +1,12 @@ | |||
1 | name: "B2 Front Room" | ||
2 | display_name: "B2 Room" | ||
3 | paintings { | ||
4 | name: "EYES" | ||
5 | path: "Components/Paintings/eyes" | ||
6 | orientation: "east" | ||
7 | } | ||
8 | paintings { | ||
9 | name: "EYES4" | ||
10 | path: "Components/Paintings/eyes4" | ||
11 | orientation: "west" | ||
12 | } | ||
diff --git a/data/maps/the_between/rooms/B2 Room.txtpb b/data/maps/the_between/rooms/B2 Room.txtpb deleted file mode 100644 index aad5d15..0000000 --- a/data/maps/the_between/rooms/B2 Room.txtpb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | name: "B2 Room" | ||
2 | display_name: "B2 Room" | ||
3 | letters { | ||
4 | key: "b" | ||
5 | level2: true | ||
6 | path: "Components/Collectables/collectable" | ||
7 | } | ||
8 | # Uhh idk if the paintings and door in here should be randomized. | ||
diff --git a/data/maps/the_between/rooms/Main Area.txtpb b/data/maps/the_between/rooms/Main Area.txtpb index 1e0e291..164493d 100644 --- a/data/maps/the_between/rooms/Main Area.txtpb +++ b/data/maps/the_between/rooms/Main Area.txtpb | |||
@@ -201,9 +201,3 @@ ports { | |||
201 | path: "Components/Warps/worldport" | 201 | path: "Components/Warps/worldport" |
202 | orientation: "east" | 202 | orientation: "east" |
203 | } | 203 | } |
204 | ports { | ||
205 | name: "PLAZA" | ||
206 | path: "Components/Warps/worldport4" | ||
207 | orientation: "north" | ||
208 | required_door { name: "Plaza Entrance" } | ||
209 | } | ||
diff --git a/data/maps/the_between/rooms/Plaza Entrance.txtpb b/data/maps/the_between/rooms/Plaza Entrance.txtpb new file mode 100644 index 0000000..b99081a --- /dev/null +++ b/data/maps/the_between/rooms/Plaza Entrance.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "Plaza Entrance" | ||
2 | display_name: "Main Area" | ||
3 | ports { | ||
4 | name: "PLAZA" | ||
5 | path: "Components/Warps/worldport4" | ||
6 | orientation: "north" | ||
7 | } | ||