mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Started Rock-A-Bye road stuff.
This commit is contained in:
parent
260e5af56f
commit
a2a1ea6fa7
3 changed files with 3 additions and 0 deletions
1
astron/databases/.gitignore
vendored
1
astron/databases/.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
*.db
|
*.db
|
||||||
|
air_cache/
|
||||||
|
|
|
@ -93,6 +93,7 @@ GlobalStreetNames = {20000: ('to', 'on', 'Tutorial Terrace'),
|
||||||
9000: ('to the', 'in the', 'Playground'),
|
9000: ('to the', 'in the', 'Playground'),
|
||||||
9100: ('to', 'on', 'Lullaby Lane'),
|
9100: ('to', 'on', 'Lullaby Lane'),
|
||||||
9200: ('to', 'on', 'Pajama Place'),
|
9200: ('to', 'on', 'Pajama Place'),
|
||||||
|
9300: ('to', 'on', 'Rock-A-Bye Road'),
|
||||||
10000: ('to', 'in', 'Bossbot HQ Country Club'),
|
10000: ('to', 'in', 'Bossbot HQ Country Club'),
|
||||||
10100: ('to the', 'in the', 'Bossbot HQ Lobby'),
|
10100: ('to the', 'in the', 'Bossbot HQ Lobby'),
|
||||||
10200: ('to the', 'in the', 'The Clubhouse'),
|
10200: ('to the', 'in the', 'The Clubhouse'),
|
||||||
|
|
|
@ -171,6 +171,7 @@ MapleStreet = 5200
|
||||||
OakStreet = 5300
|
OakStreet = 5300
|
||||||
LullabyLane = 9100
|
LullabyLane = 9100
|
||||||
PajamaPlace = 9200
|
PajamaPlace = 9200
|
||||||
|
RockAByeRoad = 9300
|
||||||
ToonHall = 2513
|
ToonHall = 2513
|
||||||
HoodHierarchy = {ToontownCentral: (SillyStreet, LoopyLane, PunchlinePlace),
|
HoodHierarchy = {ToontownCentral: (SillyStreet, LoopyLane, PunchlinePlace),
|
||||||
DonaldsDock: (BarnacleBoulevard, SeaweedStreet, LighthouseLane),
|
DonaldsDock: (BarnacleBoulevard, SeaweedStreet, LighthouseLane),
|
||||||
|
|
Loading…
Reference in a new issue