SpaiR / StrongDMM

Robust map editor for BYOND
GNU General Public License v3.0
125 stars 73 forks source link

Fix dir being ignored in preview for nodes #321

Closed Drulikar closed 2 weeks ago

Drulikar commented 2 weeks ago

Description

This PR makes it so tree nodes will respect the atom's dir var when rendering a preview.

Instead of: image

You will now see: image

Type of change