eventhorizon5 / skyscraper

The Skyscraper Project (Skyscrapersim) - an open source building, city, and elevator simulator
https://www.skyscrapersim.net
GNU General Public License v2.0
28 stars 7 forks source link

Indicate whether the allocated car is opposite of the keypad #28

Closed ghost closed 1 year ago

ghost commented 1 year ago

Tried to automate it so you wouldn't need to specify ElevatorLeft/Right. Currently the placeholder for an opposite cab is [], I tried it with a unicode square and it seems like the font used doesn't support it, as it shows ???.

Caveat: If the elevator shaft is positioned in such a way where you'd need to go inside an indent in the wall also having the shaft doors to interact with the keypad, it'll show [] instead of </>.

Originally looked for a way to match it so if the keypad and shaft door were facing in the same direction, </> would show. Settled on this instead.

eventhorizon5 commented 1 year ago

I'll look it over, I didn't think about automating the direction code, thanks for thinking of that!

eventhorizon5 commented 1 year ago

I've committed your code with some of my own cleanup changes. Thanks :)