Skip to content

Hotfix 0.22.3

Compare
Choose a tag to compare
@Kruptein Kruptein released this 31 Aug 11:16
73b23a6

For more details on what's new checkout https://www.planarally.io/blog/2020/08/26/release-0-22-0-what-s-new/

Added

  • rescale(factor) webconsole function as a convenience method for DMs to rescale all their shapes
    • a refresh of the page is most likely necessary for all normal functionality to update
    • e.g. if you used to have a DM grid size setting that was 70px and want to retrofit your maps to the new baseline of 50, you can use rescale(50/70);

Changed

  • Changed floor keybindings to use alt instead of ctrl, due to chrome and firefox not allowing these keybindings to be overriden
    • As a reminder (similar for Page Down):
      • Page Up - Move floor up
      • Alt + Page Up - Move selected shapes floor up
      • Alt + Shift + Page Up - Move selected shapes floor up AND move floor up

Fixed

  • moving shapes to front/back not syncing on the server
    • sadly I messed something up so you may have to fix the order of some shapes on some maps
  • When adding trackers or auras, duplicate entries could appear clientside until a refresh