metauni / metauniOS

The metauni Operating System.
4 stars 0 forks source link

Decal for Board does not work, due to the board selection method being now broken #29

Closed dmurfet closed 10 months ago

dmurfet commented 10 months ago

The board selection method for "Decal for Board..." now in the metauni menu under Boards, puts up blue parts around each board for you to click on. This happens now in PocketMenu:_startBoardSelectMode of PocketMenu.lua. The method is now broken (the click passes through to the board itself).

It is in any case a bad way to implement this feature, which should be done with raycasting instead (similar to how the borders work for when you're Attached as Speaker).