tgstation / FastDMM

A robust BYOND map editor
GNU General Public License v3.0
9 stars 13 forks source link

Z LEVELS #35

Closed actioninja closed 4 years ago

actioninja commented 5 years ago

I code dived attempting to find keybinds only to find that this shit didn't even have z levels. To celebrate Kevinz's disaster wonderful progress, here's a rapidly and poorly hacked together implementation of z levels.

Bizarrely enough most of the functionality was already there, it was basically just adding a field to handle the current z level, add some buttons for it, and then changing a couple of places where things were hardcoded to place on z level 1 to place on the active z level.

This could probably use a bit more work to polish some oddities and add hotkeys. Maybe even potentially add lookdown on open space. Who knows. It works for now.

Rockdtben commented 5 years ago

@actioninja Thanks I'll look at this soon.

actioninja commented 4 years ago

fastdmm is ded