Tom Ashford
Tom Ashford
Removing from 0.10.0 map submission board, not blocking 0.10.0.
Done, just needs merging
This will not work with the map selector UI. Needs further design, not an 0.10.x
Brief discussion of this in #game-design today
Not sure what the embed data for the invite looks, presumably it's parsable, so I guess this isn't that hard. Marking as low priority though as Discord invites are barely...
This might start working automatically after rio's multiplayer changes are in, we should test it out then.
Yeah, site alone warrants doing the resizing (also we're going to doing some image transformations anyway as we convert from PNG to JPEG using `mozjpeg`). We'd probably want to actually...
Already did this, last November.
This is possible in JS with `$.RegisterKeyBind($.GetContextPanel(), 'key_up', () => MapSelection.navigateArrowKey(-1));` in the initialiser and then ``` static navigateArrowKey(direction) { const maps = MapSelection.mapList.Children(); let mapToSelect = maps[maps.findIndex((map) => map.IsSelected())...
You're welcome to give this a go, though Panorama keyboard input stuff can be *very* finnicky and we mostly do it in C++, which unfortunately required an NDA from Valve...